Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Drc.c40 if (cmp_psn(psn, e->psn) >= 0) { in find_prev_entry()
42 cmp_psn(psn, e->lpsn) <= 0) in find_prev_entry()
1430 if (cmp_psn(psn, wqe->lpsn) <= 0) { in update_num_rd_atomic()
1475 if (cmp_psn(psn, wqe->psn) <= 0) { in reset_psn()
1490 diff = cmp_psn(psn, wqe->psn); in reset_psn()
1644 if (cmp_psn(psn, wqe->lpsn) <= 0) { in reset_sending_psn()
1942 if (cmp_psn(psn, lpsn) >= 0) { in update_qp_retry_state()
1947 } else if (!cmp_psn(psn, spsn)) { in update_qp_retry_state()
2113 cmp_psn(qp->s_psn, psn) <= 0) in do_rc_ack()
2132 if (cmp_psn(qp->s_psn, psn) <= 0) in do_rc_ack()
[all …]
A Dtid_rdma.c2427 if (cmp_psn(psn, wqe->psn) >= 0 && in find_tid_request()
2428 cmp_psn(psn, wqe->lpsn) <= 0) { in find_tid_request()
2680 cmp_psn(ibpsn, qp->s_psn) > 0) in handle_read_kdeth_eflags()
2761 diff = cmp_psn(psn, in handle_read_kdeth_eflags()
2787 if (cmp_psn(fpsn, psn) == 0) { in handle_read_kdeth_eflags()
2974 diff = cmp_psn(psn, in hfi1_handle_kdeth_eflags()
4060 if (cmp_psn(psn, qp->s_next_psn) >= 0) in hfi1_rc_rcv_tid_rdma_write_resp()
4161 if (!cmp_psn(psn, wqe->psn)) { in hfi1_rc_rcv_tid_rdma_write_resp()
4521 cmp_psn(psn, qpriv->s_resync_psn)) in hfi1_rc_rcv_tid_rdma_ack()
4553 while (cmp_psn(ack_kpsn, in hfi1_rc_rcv_tid_rdma_ack()
[all …]
A Dverbs.h312 static inline int cmp_psn(u32 a, u32 b) in cmp_psn() function
A Duc.c283 if (unlikely(cmp_psn(psn, qp->r_psn) != 0)) { in hfi1_uc_rcv()

Completed in 26 milliseconds