Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A 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()
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()
467 static inline u16 hfi1_16B_get_len(struct hfi1_16b_header *hdr) in hfi1_16B_get_len()
[all …]
H A 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
H A 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()
H A 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()
H A Dtrace_ibhdrs.h85 void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr,
H A 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()
H A Drc.c1281 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()