Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_req.c86 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()
514 wqe->first_psn = qp->req.psn; in update_wqe_psn()
519 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
530 rollback_wqe->first_psn = wqe->first_psn; in save_state()
541 wqe->first_psn = rollback_wqe->first_psn; in rollback_state()
699 wqe->first_psn = qp->req.psn; in rxe_requester()
Drxe_resp.c676 res->first_psn = req_pkt->psn; in read_reply()
683 res->last_psn = res->first_psn; in read_reply()
989 res->first_psn = ack_pkt.psn; in send_atomic_ack()
1048 if (psn_compare(psn, res->first_psn) >= 0 && in find_resource()
1099 res->state = (pkt->psn == res->first_psn) ? in duplicate_request()
Drxe_comp.c234 if ((pkt->psn == wqe->first_psn && in check_ack()
237 (wqe->first_psn == wqe->last_psn && in check_ack()
Drxe_verbs.h149 u32 first_psn; member