Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_req.c108 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()
536 wqe->first_psn = qp->req.psn; in update_wqe_psn()
541 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
552 rollback_wqe->first_psn = wqe->first_psn; in save_state()
563 wqe->first_psn = rollback_wqe->first_psn; in rollback_state()
696 wqe->first_psn = qp->req.psn; in rxe_requester()
Drxe_resp.c686 res->first_psn = req_pkt->psn; in read_reply()
693 res->last_psn = res->first_psn; in read_reply()
1002 res->first_psn = ack_pkt.psn; in send_atomic_ack()
1060 if (psn_compare(psn, res->first_psn) >= 0 && in find_resource()
1113 res->state = (pkt->psn == res->first_psn) ? in duplicate_request()
Drxe_comp.c260 if ((pkt->psn == wqe->first_psn && in check_ack()
263 (wqe->first_psn == wqe->last_psn && in check_ack()
Drxe_verbs.h176 u32 first_psn; member
/Linux-v5.4/include/uapi/rdma/
Drdma_user_rxe.h140 __u32 first_psn; member