Home
last modified time | relevance | path

Searched refs:ib_bth_get_opcode (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c19 opcode = ib_bth_get_opcode(ohdr); in __get_ib_hdr_len()
40 opcode = ib_bth_get_opcode(ohdr); in __get_16b_hdr_len()
128 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_9b_bth()
142 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_16b_bth()
H A Drc.c1675 u8 opcode = ib_bth_get_opcode(ohdr); in hfi1_rc_verbs_aborted()
1707 opcode = ib_bth_get_opcode(ohdr); in hfi1_rc_send_complete()
3223 opcode = ib_bth_get_opcode(packet->ohdr); in hfi1_rc_hdrerr()
/linux/include/rdma/
H A Dib_hdrs.h248 static inline u8 ib_bth_get_opcode(struct ib_other_headers *ohdr) in ib_bth_get_opcode() function