Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_req.c77 npsn = (qp->comp.psn - wqe->first_psn) & BTH_PSN_MASK; in req_retry()
533 wqe->first_psn = qp->req.psn; in update_wqe_psn()
538 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
549 rollback_wqe->first_psn = wqe->first_psn; in save_state()
560 wqe->first_psn = rollback_wqe->first_psn; in rollback_state()
692 wqe->first_psn = qp->req.psn; in rxe_requester()
Drxe_resp.c689 res->first_psn = req_pkt->psn; in read_reply()
696 res->last_psn = res->first_psn; in read_reply()
997 res->first_psn = ack_pkt.psn; in send_atomic_ack()
1055 if (psn_compare(psn, res->first_psn) >= 0 && in find_resource()
1108 res->state = (pkt->psn == res->first_psn) ? in duplicate_request()
Drxe_verbs.h174 u32 first_psn; member
/Linux-v4.19/include/uapi/rdma/
Drdma_user_rxe.h141 __u32 first_psn; member