Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dhfi.h422 static inline u8 hfi1_16B_get_l4(struct hfi1_16b_header *hdr) in hfi1_16B_get_l4()
427 static inline u8 hfi1_16B_get_sc(struct hfi1_16b_header *hdr) in hfi1_16B_get_sc()
432 static inline u32 hfi1_16B_get_dlid(struct hfi1_16b_header *hdr) in hfi1_16B_get_dlid()
439 static inline u32 hfi1_16B_get_slid(struct hfi1_16b_header *hdr) in hfi1_16B_get_slid()
446 static inline u8 hfi1_16B_get_becn(struct hfi1_16b_header *hdr) in hfi1_16B_get_becn()
451 static inline u8 hfi1_16B_get_fecn(struct hfi1_16b_header *hdr) in hfi1_16B_get_fecn()
456 static inline u8 hfi1_16B_get_l2(struct hfi1_16b_header *hdr) in hfi1_16B_get_l2()
461 static inline u16 hfi1_16B_get_pkey(struct hfi1_16b_header *hdr) in hfi1_16B_get_pkey()
466 static inline u8 hfi1_16B_get_rc(struct hfi1_16b_header *hdr) in hfi1_16B_get_rc()
471 static inline u8 hfi1_16B_get_age(struct hfi1_16b_header *hdr) in hfi1_16B_get_age()
[all …]
Dverbs.h108 #define LRH_16B_BYTES (FIELD_SIZEOF(struct hfi1_16b_header, lrh))
119 struct hfi1_16b_header { struct
134 struct hfi1_16b_header opah; /* 16B header */ argument
Dtrace.c64 static u8 __get_16b_hdr_len(struct hfi1_16b_header *hdr) in __get_16b_hdr_len()
193 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr, in hfi1_trace_parse_16b_hdr()
Ddriver.c225 static inline struct hfi1_16b_header
229 return (struct hfi1_16b_header *)hfi1_get_header(rcd, rhf_addr); in hfi1_get_16B_header()
955 struct hfi1_16b_header *hdr = hfi1_get_16B_header( in set_armed_to_active()
1486 packet->hdr = (struct hfi1_16b_header *) in hfi1_setup_bypass_packet()
Dtrace_ibhdrs.h116 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr,
Dverbs.c562 struct hfi1_16b_header *hdr = packet->hdr; in hfi1_do_pkey_check()
1325 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
Dud.c659 struct hfi1_16b_header hdr; in return_cnp_16B()
Drc.c811 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()
1106 struct hfi1_16b_header *hdr_16b = NULL; in hfi1_rc_send_complete()