Searched refs:first_psn (Results 1 – 4 of 4) sorted by relevance
82 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()568 wqe->first_psn = qp->req.psn; in update_wqe_psn()573 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()753 wqe->first_psn = qp->req.psn; in rxe_requester()
243 if ((pkt->psn == wqe->first_psn && in check_ack()246 (wqe->first_psn == wqe->last_psn && in check_ack()
623 res->first_psn = pkt->psn; in rxe_prepare_res()631 res->first_psn = pkt->psn; in rxe_prepare_res()1281 if (psn_compare(psn, res->first_psn) >= 0 && in find_resource()1348 res->state = (pkt->psn == res->first_psn) ? in duplicate_request()
175 u32 first_psn; member
Completed in 13 milliseconds