Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c83 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()
567 wqe->first_psn = qp->req.psn; in update_wqe_psn()
572 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
583 rollback_wqe->first_psn = wqe->first_psn; in save_state()
595 wqe->first_psn = rollback_wqe->first_psn; in rollback_state()
784 wqe->first_psn = qp->req.psn; in rxe_requester()
H A Drxe_comp.c252 if ((pkt->psn == wqe->first_psn && in check_ack()
255 (wqe->first_psn == wqe->last_psn && in check_ack()
H A Drxe_resp.c633 res->first_psn = pkt->psn; in rxe_prepare_res()
641 res->first_psn = pkt->psn; in rxe_prepare_res()
1276 if (psn_compare(psn, res->first_psn) >= 0 && in find_resource()
1343 res->state = (pkt->psn == res->first_psn) ? in duplicate_request()
H A Drxe_verbs.h139 u32 first_psn; member
/openbmc/linux/include/uapi/rdma/
H A Drdma_user_rxe.h167 __u32 first_psn; member