Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtrace.c61 opcode = ib_bth_get_opcode(ohdr); in __get_ib_hdr_len()
82 opcode = ib_bth_get_opcode(ohdr); in __get_16b_hdr_len()
170 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_9b_bth()
184 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_16b_bth()
H A Ddriver.c362 opcode = ib_bth_get_opcode(packet->ohdr); in rcv_hdrerr()
469 opcode = ib_bth_get_opcode(ohdr); in hfi1_process_ecn_slowpath()
481 opcode = ib_bth_get_opcode(ohdr); in hfi1_process_ecn_slowpath()
1549 packet->opcode = ib_bth_get_opcode(packet->ohdr); in hfi1_setup_9B_packet()
1593 packet->opcode = ib_bth_get_opcode(packet->ohdr); in hfi1_setup_bypass_packet()
1605 packet->opcode = ib_bth_get_opcode(packet->ohdr); in hfi1_setup_bypass_packet()
H A Drc.c1717 u8 opcode = ib_bth_get_opcode(ohdr); in hfi1_rc_verbs_aborted()
1749 opcode = ib_bth_get_opcode(ohdr); in hfi1_rc_send_complete()
3264 opcode = ib_bth_get_opcode(packet->ohdr); in hfi1_rc_hdrerr()
H A Dverbs.c1291 ps->opcode = ib_bth_get_opcode(ohdr); in hfi1_verbs_send()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_hdrs.h252 static inline u8 ib_bth_get_opcode(struct ib_other_headers *ohdr) in ib_bth_get_opcode() function