Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_req.c76 npsn = (qp->comp.psn - wqe->first_psn) & BTH_PSN_MASK; in req_retry()
538 wqe->first_psn = qp->req.psn; in update_wqe_psn()
543 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
554 rollback_wqe->first_psn = wqe->first_psn; in save_state()
565 wqe->first_psn = rollback_wqe->first_psn; in rollback_state()
692 wqe->first_psn = qp->req.psn; in rxe_requester()
Drxe_resp.c680 res->first_psn = req_pkt->psn; in read_reply()
985 res->first_psn = ack_pkt.psn; in send_atomic_ack()
1045 if (psn_compare(psn, res->first_psn) >= 0 && in find_resource()
1097 res->state = (pkt->psn == res->first_psn) ? in duplicate_request()
Drxe_verbs.h173 u32 first_psn; member