Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_req.c534 wqe->last_psn = (qp->req.psn + num_pkt - 1) & BTH_PSN_MASK; in update_wqe_psn()
550 rollback_wqe->last_psn = wqe->last_psn; in save_state()
561 wqe->last_psn = rollback_wqe->last_psn; in rollback_state()
693 wqe->last_psn = qp->req.psn; in rxe_requester()
Drxe_comp.c205 diff = psn_compare(pkt->psn, wqe->last_psn); in check_psn()
224 if (pkt->psn == wqe->last_psn) in check_psn()
604 wqe->last_psn == pkt->psn) in rxe_completer()
Drxe_resp.c692 res->last_psn = (req_pkt->psn + in read_reply()
696 res->last_psn = res->first_psn; in read_reply()
998 res->last_psn = ack_pkt.psn; in send_atomic_ack()
1056 psn_compare(psn, res->last_psn) <= 0) { in find_resource()
Drxe_verbs.h175 u32 last_psn; member
/Linux-v4.19/include/uapi/rdma/
Drdma_user_rxe.h142 __u32 last_psn; member