Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dhfi.h413 static inline u8 hfi1_16B_get_l4(struct hfi1_16b_header *hdr) in hfi1_16B_get_l4()
418 static inline u8 hfi1_16B_get_sc(struct hfi1_16b_header *hdr) in hfi1_16B_get_sc()
423 static inline u32 hfi1_16B_get_dlid(struct hfi1_16b_header *hdr) in hfi1_16B_get_dlid()
430 static inline u32 hfi1_16B_get_slid(struct hfi1_16b_header *hdr) in hfi1_16B_get_slid()
437 static inline u8 hfi1_16B_get_becn(struct hfi1_16b_header *hdr) in hfi1_16B_get_becn()
442 static inline u8 hfi1_16B_get_fecn(struct hfi1_16b_header *hdr) in hfi1_16B_get_fecn()
447 static inline u8 hfi1_16B_get_l2(struct hfi1_16b_header *hdr) in hfi1_16B_get_l2()
452 static inline u16 hfi1_16B_get_pkey(struct hfi1_16b_header *hdr) in hfi1_16B_get_pkey()
457 static inline u8 hfi1_16B_get_rc(struct hfi1_16b_header *hdr) in hfi1_16B_get_rc()
462 static inline u8 hfi1_16B_get_age(struct hfi1_16b_header *hdr) in hfi1_16B_get_age()
[all …]
Dverbs.h68 #define LRH_16B_BYTES (sizeof_field(struct hfi1_16b_header, lrh))
79 struct hfi1_16b_header { struct
94 struct hfi1_16b_header opah; /* 16B header */ argument
Dtrace.c24 static u8 __get_16b_hdr_len(struct hfi1_16b_header *hdr) in __get_16b_hdr_len()
168 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr, in hfi1_trace_parse_16b_hdr()
Ddriver.c180 static inline struct hfi1_16b_header
184 return (struct hfi1_16b_header *)hfi1_get_header(rcd, rhf_addr); in hfi1_get_16B_header()
958 struct hfi1_16b_header *hdr = hfi1_get_16B_header( in __set_armed_to_active()
1539 packet->hdr = (struct hfi1_16b_header *) in hfi1_setup_bypass_packet()
Dtrace_ibhdrs.h85 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr,
Dverbs.c439 struct hfi1_16b_header *hdr = packet->hdr; in hfi1_do_pkey_check()
1226 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
Drc.c1281 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()