Home
last modified time | relevance | path

Searched refs:BTH_PSN_MASK (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_hdr.h83 #define BTH_PSN_MASK (0x00ffffff) macro
269 return BTH_PSN_MASK & be32_to_cpu(bth->apsn); in __bth_psn()
277 bth->apsn = cpu_to_be32((BTH_PSN_MASK & psn) | in __bth_set_psn()
278 (~BTH_PSN_MASK & apsn)); in __bth_set_psn()
420 psn &= BTH_PSN_MASK; in bth_init()
Drxe_req.c82 BTH_PSN_MASK; in req_retry()
513 wqe->last_psn = (qp->req.psn + num_pkt - 1) & BTH_PSN_MASK; in update_wqe_psn()
517 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
519 qp->req.psn = (qp->req.psn + 1) & BTH_PSN_MASK; in update_wqe_psn()
675 qp->req.psn = (qp->req.psn + 1) & BTH_PSN_MASK; in rxe_requester()
Drxe_resp.c664 mtu - 1) & BTH_PSN_MASK; in read_reply()
726 res->cur_psn = (res->cur_psn + 1) & BTH_PSN_MASK; in read_reply()
794 qp->resp.psn = (pkt->psn + 1) & BTH_PSN_MASK; in execute()
1051 u32 prev_psn = (qp->resp.ack_psn - 1) & BTH_PSN_MASK; in duplicate_request()
Drxe_comp.c495 qp->comp.psn = (wqe->last_psn + 1) & BTH_PSN_MASK; in complete_wqe()
616 qp->comp.psn = (pkt->psn + 1) & BTH_PSN_MASK; in rxe_completer()
Drxe_qp.c652 qp->attr.rq_psn = (attr->rq_psn & BTH_PSN_MASK); in rxe_qp_from_attr()
665 qp->attr.sq_psn = (attr->sq_psn & BTH_PSN_MASK); in rxe_qp_from_attr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c1744 swq->start_psn = sq->psn & BTH_PSN_MASK; in bnxt_qplib_post_send()
1803 sq->psn = (sq->psn + 1) & BTH_PSN_MASK; in bnxt_qplib_post_send()
1814 sq->psn = (sq->psn + pkt_num) & BTH_PSN_MASK; in bnxt_qplib_post_send()
1836 sq->psn = (sq->psn + pkt_num) & BTH_PSN_MASK; in bnxt_qplib_post_send()
1855 sq->psn = (sq->psn + pkt_num) & BTH_PSN_MASK; in bnxt_qplib_post_send()
1921 swq->next_psn = sq->psn & BTH_PSN_MASK; in bnxt_qplib_post_send()
Dqplib_fp.h301 #define BTH_PSN_MASK ((1 << 24) - 1) macro
Dib_verbs.c2240 qp->send_psn &= BTH_PSN_MASK; in bnxt_re_build_qp1_send_v2()