hfi1_16b_header
packet->hdr = (struct hfi1_16b_header *)
static inline struct hfi1_16b_header
return (struct hfi1_16b_header *)hfi1_get_header(rcd, rhf_addr);
struct hfi1_16b_header *hdr = hfi1_get_16B_header(
static inline void hfi1_make_16b_hdr(struct hfi1_16b_header *hdr,
static inline u8 hfi1_16B_get_l4(struct hfi1_16b_header *hdr)
static inline u8 hfi1_16B_get_sc(struct hfi1_16b_header *hdr)
static inline u32 hfi1_16B_get_dlid(struct hfi1_16b_header *hdr)
static inline u32 hfi1_16B_get_slid(struct hfi1_16b_header *hdr)
static inline u8 hfi1_16B_get_becn(struct hfi1_16b_header *hdr)
static inline u8 hfi1_16B_get_fecn(struct hfi1_16b_header *hdr)
static inline u8 hfi1_16B_get_l2(struct hfi1_16b_header *hdr)
static inline u16 hfi1_16B_get_pkey(struct hfi1_16b_header *hdr)
static inline u8 hfi1_16B_get_rc(struct hfi1_16b_header *hdr)
static inline u8 hfi1_16B_get_age(struct hfi1_16b_header *hdr)
static inline u16 hfi1_16B_get_len(struct hfi1_16b_header *hdr)
static inline u16 hfi1_16B_get_entropy(struct hfi1_16b_header *hdr)
struct hfi1_16b_header *hdr_16b = NULL;
struct hfi1_16b_header *hdr = &opa_hdr->opah;
void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr,
static u8 __get_16b_hdr_len(struct hfi1_16b_header *hdr)
void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr,
struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah;
struct hfi1_16b_header *hdr = packet->hdr;
#define LRH_16B_BYTES (sizeof_field(struct hfi1_16b_header, lrh))
struct hfi1_16b_header opah; /* 16B header */