Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Drc.c171 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
183 bth2 = mask_psn(e->psn); in make_rc_ack()
209 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
233 bth2 = mask_psn(qp->s_ack_psn); in make_rc_ack()
363 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req()
552 bth2 = mask_psn(qp->s_psn++); in hfi1_make_rc_req()
594 bth2 = mask_psn(qp->s_psn++); in hfi1_make_rc_req()
638 bth2 = mask_psn(qp->s_psn) | IB_BTH_REQ_ACK; in hfi1_make_rc_req()
744 ohdr->bth[2] = cpu_to_be32(mask_psn(qp->r_ack_psn)); in hfi1_send_rc_ack()
Duc.c237 mask_psn(qp->s_next_psn++), middle); in hfi1_make_uc_req()
Dqp.c901 attr->rq_psn = mask_psn(qp->r_psn); in hfi1_query_qp()
902 attr->sq_psn = mask_psn(qp->s_next_psn); in hfi1_query_qp()
Dverbs.h906 static inline u32 mask_psn(u32 a) in mask_psn() function
Dud.c409 ohdr->bth[2] = cpu_to_be32(mask_psn(qp->s_next_psn++)); in hfi1_make_ud_req()