Searched refs:first_psn (Results 1 – 3 of 3) sorted by relevance
76 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()
680 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()
173 u32 first_psn; member