Home
last modified time | relevance | path

Searched refs:ib_bth_get_psn (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dtrace.c161 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_9b_bth()
176 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_16b_bth()
Drc.c1140 psn = ib_bth_get_psn(ohdr); in hfi1_rc_send_complete()
1550 u32 psn = ib_bth_get_psn(packet->ohdr); in rc_rcv_resp()
2042 u32 psn = ib_bth_get_psn(packet->ohdr); in hfi1_rc_rcv()
2497 psn = ib_bth_get_psn(packet->ohdr); in hfi1_rc_hdrerr()
Duc.c326 psn = ib_bth_get_psn(ohdr); in hfi1_uc_rcv()
/Linux-v4.19/include/rdma/
Dib_hdrs.h306 static inline u32 ib_bth_get_psn(struct ib_other_headers *ohdr) in ib_bth_get_psn() function