Searched refs:last_psn (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 179 diff = psn_compare(pkt->psn, wqe->last_psn); in check_psn() 198 if (pkt->psn == wqe->last_psn) in check_psn() 236 (wqe->first_psn == wqe->last_psn && in check_ack() 494 if (psn_compare(wqe->last_psn, qp->comp.psn) >= 0) { in complete_wqe() 495 qp->comp.psn = (wqe->last_psn + 1) & BTH_PSN_MASK; in complete_wqe() 595 wqe->last_psn == pkt->psn) in rxe_completer()
|
H A D | rxe_req.c | 513 wqe->last_psn = (qp->req.psn + num_pkt - 1) & BTH_PSN_MASK; in update_wqe_psn() 529 rollback_wqe->last_psn = wqe->last_psn; in save_state() 540 wqe->last_psn = rollback_wqe->last_psn; in rollback_state() 674 wqe->last_psn = qp->req.psn; in rxe_requester()
|
H A D | rxe_resp.c | 662 res->last_psn = (req_pkt->psn + in read_reply() 666 res->last_psn = res->first_psn; in read_reply() 981 res->last_psn = ack_pkt.psn; in send_atomic_ack() 1039 psn_compare(psn, res->last_psn) <= 0) { in find_resource()
|
H A D | rxe_verbs.h | 150 u32 last_psn; member
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 190 diff = psn_compare(pkt->psn, wqe->last_psn); in check_psn() 209 if (pkt->psn == wqe->last_psn) in check_psn() 255 (wqe->first_psn == wqe->last_psn && in check_ack() 537 if (psn_compare(wqe->last_psn, qp->comp.psn) >= 0) { in complete_wqe() 538 qp->comp.psn = (wqe->last_psn + 1) & BTH_PSN_MASK; in complete_wqe() 715 wqe->last_psn == pkt->psn) in rxe_completer()
|
H A D | rxe_req.c | 567 wqe->last_psn = (qp->req.psn + num_pkt - 1) & BTH_PSN_MASK; in update_wqe_psn() 583 rollback_wqe->last_psn = wqe->last_psn; in save_state() 595 wqe->last_psn = rollback_wqe->last_psn; in rollback_state() 782 wqe->last_psn = qp->req.psn; in rxe_requester()
|
H A D | rxe_verbs.h | 140 u32 last_psn; member
|
H A D | rxe_resp.c | 622 res->last_psn = (pkt->psn + pkts - 1) & BTH_PSN_MASK; in rxe_prepare_res() 629 res->last_psn = pkt->psn; in rxe_prepare_res() 1264 psn_compare(psn, res->last_psn) <= 0) { in find_resource()
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | rdma_user_rxe.h | 147 __u32 last_psn; member
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | rdma_user_rxe.h | 168 __u32 last_psn; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | rdma_user_rxe.h | 120 __u32 last_psn; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | rdma_user_rxe.h | 105 __u32 last_psn; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | rdma_user_rxe.h | 120 __u32 last_psn; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 2789 u32 last_psn; in __must_hold() local 2791 last_psn = read_r_next_psn(dd, rcd->ctxt, in __must_hold() 2793 flow->flow_state.r_next_psn = last_psn; in __must_hold()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 2796 u32 last_psn; in __must_hold() local 2798 last_psn = read_r_next_psn(dd, rcd->ctxt, in __must_hold() 2800 flow->flow_state.r_next_psn = last_psn; in __must_hold()
|
Completed in 30 milliseconds