Home
last modified time | relevance | path

Searched refs:hfi1_16b_header (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dhfi.h454 static inline u8 hfi1_16B_get_l4(struct hfi1_16b_header *hdr) in hfi1_16B_get_l4()
459 static inline u8 hfi1_16B_get_sc(struct hfi1_16b_header *hdr) in hfi1_16B_get_sc()
464 static inline u32 hfi1_16B_get_dlid(struct hfi1_16b_header *hdr) in hfi1_16B_get_dlid()
471 static inline u32 hfi1_16B_get_slid(struct hfi1_16b_header *hdr) in hfi1_16B_get_slid()
478 static inline u8 hfi1_16B_get_becn(struct hfi1_16b_header *hdr) in hfi1_16B_get_becn()
483 static inline u8 hfi1_16B_get_fecn(struct hfi1_16b_header *hdr) in hfi1_16B_get_fecn()
488 static inline u8 hfi1_16B_get_l2(struct hfi1_16b_header *hdr) in hfi1_16B_get_l2()
493 static inline u16 hfi1_16B_get_pkey(struct hfi1_16b_header *hdr) in hfi1_16B_get_pkey()
498 static inline u8 hfi1_16B_get_rc(struct hfi1_16b_header *hdr) in hfi1_16B_get_rc()
503 static inline u8 hfi1_16B_get_age(struct hfi1_16b_header *hdr) in hfi1_16B_get_age()
[all …]
Dverbs.h110 #define LRH_16B_BYTES (sizeof_field(struct hfi1_16b_header, lrh))
121 struct hfi1_16b_header { struct
136 struct hfi1_16b_header opah; /* 16B header */ argument
Dtrace.c66 static u8 __get_16b_hdr_len(struct hfi1_16b_header *hdr) in __get_16b_hdr_len()
205 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr, in hfi1_trace_parse_16b_hdr()
Ddriver.c227 static inline struct hfi1_16b_header
231 return (struct hfi1_16b_header *)hfi1_get_header(rcd, rhf_addr); in hfi1_get_16B_header()
1005 struct hfi1_16b_header *hdr = hfi1_get_16B_header( in __set_armed_to_active()
1586 packet->hdr = (struct hfi1_16b_header *) in hfi1_setup_bypass_packet()
Dtrace_ibhdrs.h126 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr,
Dverbs.c481 struct hfi1_16b_header *hdr = packet->hdr; in hfi1_do_pkey_check()
1268 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
Drc.c1322 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()