Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_comp.c190 diff = psn_compare(pkt->psn, wqe->last_psn); in check_psn()
209 if (pkt->psn == wqe->last_psn) in check_psn()
255 (wqe->first_psn == wqe->last_psn && in check_ack()
537 if (psn_compare(wqe->last_psn, qp->comp.psn) >= 0) { in complete_wqe()
538 qp->comp.psn = (wqe->last_psn + 1) & BTH_PSN_MASK; in complete_wqe()
715 wqe->last_psn == pkt->psn) in rxe_completer()
H A Drxe_req.c568 wqe->last_psn = (qp->req.psn + num_pkt - 1) & BTH_PSN_MASK; in update_wqe_psn()
584 rollback_wqe->last_psn = wqe->last_psn; in save_state()
596 wqe->last_psn = rollback_wqe->last_psn; in rollback_state()
785 wqe->last_psn = qp->req.psn; in rxe_requester()
H A Drxe_verbs.h140 u32 last_psn; member
H A Drxe_resp.c635 res->last_psn = (pkt->psn + pkts - 1) & BTH_PSN_MASK; in rxe_prepare_res()
642 res->last_psn = pkt->psn; in rxe_prepare_res()
1277 psn_compare(psn, res->last_psn) <= 0) { in find_resource()
/openbmc/linux/include/uapi/rdma/
H A Drdma_user_rxe.h168 __u32 last_psn; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c2796 u32 last_psn; in handle_read_kdeth_eflags() local
2798 last_psn = read_r_next_psn(dd, rcd->ctxt, in handle_read_kdeth_eflags()
2800 flow->flow_state.r_next_psn = last_psn; in handle_read_kdeth_eflags()