Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dhfi.h445 static inline u8 hfi1_16B_get_l4(struct hfi1_16b_header *hdr) in hfi1_16B_get_l4()
450 static inline u8 hfi1_16B_get_sc(struct hfi1_16b_header *hdr) in hfi1_16B_get_sc()
455 static inline u32 hfi1_16B_get_dlid(struct hfi1_16b_header *hdr) in hfi1_16B_get_dlid()
462 static inline u32 hfi1_16B_get_slid(struct hfi1_16b_header *hdr) in hfi1_16B_get_slid()
469 static inline u8 hfi1_16B_get_becn(struct hfi1_16b_header *hdr) in hfi1_16B_get_becn()
474 static inline u8 hfi1_16B_get_fecn(struct hfi1_16b_header *hdr) in hfi1_16B_get_fecn()
479 static inline u8 hfi1_16B_get_l2(struct hfi1_16b_header *hdr) in hfi1_16B_get_l2()
484 static inline u16 hfi1_16B_get_pkey(struct hfi1_16b_header *hdr) in hfi1_16B_get_pkey()
489 static inline u8 hfi1_16B_get_rc(struct hfi1_16b_header *hdr) in hfi1_16B_get_rc()
494 static inline u8 hfi1_16B_get_age(struct hfi1_16b_header *hdr) in hfi1_16B_get_age()
[all …]
Dverbs.h110 #define LRH_16B_BYTES (FIELD_SIZEOF(struct hfi1_16b_header, lrh))
121 struct hfi1_16b_header { struct
136 struct hfi1_16b_header opah; /* 16B header */ argument
Dtrace.c65 static u8 __get_16b_hdr_len(struct hfi1_16b_header *hdr) in __get_16b_hdr_len()
203 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr, in hfi1_trace_parse_16b_hdr()
Ddriver.c223 static inline struct hfi1_16b_header
227 return (struct hfi1_16b_header *)hfi1_get_header(rcd, rhf_addr); in hfi1_get_16B_header()
981 struct hfi1_16b_header *hdr = hfi1_get_16B_header( in set_armed_to_active()
1512 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.c480 struct hfi1_16b_header *hdr = packet->hdr; in hfi1_do_pkey_check()
1265 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
Drc.c1323 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()