Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/sw/rxe/
Drxe_req.c84 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()
498 wqe->first_psn = qp->req.psn; in update_wqe_psn()
503 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
514 rollback_wqe->first_psn = wqe->first_psn; in save_state()
525 wqe->first_psn = rollback_wqe->first_psn; in rollback_state()
693 wqe->first_psn = qp->req.psn; in rxe_requester()
Drxe_comp.c236 if ((pkt->psn == wqe->first_psn && in check_ack()
239 (wqe->first_psn == wqe->last_psn && in check_ack()
Drxe_resp.c673 res->first_psn = pkt->psn; in rxe_prepare_read_res()
1054 res->first_psn = ack_pkt.psn; in send_atomic_ack()
1113 if (psn_compare(psn, res->first_psn) >= 0 && in find_resource()
1164 res->state = (pkt->psn == res->first_psn) ? in duplicate_request()
Drxe_verbs.h152 u32 first_psn; member
/linux-5.19.10/include/uapi/rdma/
Drdma_user_rxe.h159 __u32 first_psn; member