Linux Kernel
3.7.1
|
#include <qib_verbs.h>
Data Fields | |
__be32 | bth [3] |
union { | |
struct { | |
__be32 deth [2] | |
__be32 imm_data | |
} ud | |
struct { | |
struct ib_reth reth | |
__be32 imm_data | |
} rc | |
struct { | |
__be32 aeth | |
__be32 atomic_ack_eth [2] | |
} at | |
__be32 imm_data | |
__be32 aeth | |
struct ib_atomic_eth atomic_eth | |
} | u |
Definition at line 161 of file qib_verbs.h.
__be32 aeth |
Definition at line 173 of file qib_verbs.h.
struct { ... } at |
__be32 atomic_ack_eth[2] |
Definition at line 174 of file qib_verbs.h.
struct ib_atomic_eth atomic_eth |
Definition at line 178 of file qib_verbs.h.
__be32 bth[3] |
Definition at line 162 of file qib_verbs.h.
__be32 deth[2] |
Definition at line 165 of file qib_verbs.h.
__be32 imm_data |
Definition at line 166 of file qib_verbs.h.
struct { ... } rc |
Definition at line 169 of file qib_verbs.h.
union { ... } u |
struct { ... } ud |