Home
last modified time | relevance | path

Searched refs:mask_psn (Results 1 – 6 of 6) 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.c167 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
176 bth2 = mask_psn(e->psn); in make_rc_ack()
202 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
226 bth2 = mask_psn(qp->s_ack_psn); in make_rc_ack()
399 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req()
581 bth2 = mask_psn(qp->s_psn++); in hfi1_make_rc_req()
626 bth2 = mask_psn(qp->s_psn++); in hfi1_make_rc_req()
669 bth2 = mask_psn(qp->s_psn) | IB_BTH_REQ_ACK; in hfi1_make_rc_req()
728 ohdr->bth[2] = cpu_to_be32(mask_psn(qp->r_ack_psn)); in hfi1_make_bth_aeth()
Dverbs.h298 static inline u32 mask_psn(u32 a) in mask_psn() function
Duc.c274 mask_psn(qp->s_psn++), middle, ps); in hfi1_make_uc_req()
Dud.c312 ohdr->bth[2] = cpu_to_be32(mask_psn(wqe->psn)); in hfi1_make_bth_deth()
Ddriver.c1753 psn = mask_psn(be32_to_cpu(packet.ohdr->bth[2])); in seqfile_dump_rcd()