Home
last modified time | relevance | path

Searched refs:bnxt_qplib_get_qe (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c271 hw_nqe = bnxt_qplib_get_qe(nq_hwq, peek_cons, NULL); in clean_nq()
352 nqe = bnxt_qplib_get_qe(nq_hwq, nq_hwq->cons, NULL); in bnxt_qplib_service_nq()
417 nqe = bnxt_qplib_get_qe(nq_hwq, nq_hwq->cons, NULL); in bnxt_qplib_service_nq()
446 prefetch(bnxt_qplib_get_qe(nq_hwq, sw_cons, NULL)); in bnxt_qplib_nq_irq()
786 srqe = bnxt_qplib_get_qe(srq_hwq, srq_hwq->prod, NULL); in bnxt_qplib_post_srq_recv()
1601 hw_cqe = bnxt_qplib_get_qe(cq_hwq, peek_cons, NULL); in __clean_cq()
1824 il_dst = bnxt_qplib_get_qe(sq_hwq, ((*sw_prod) % in bnxt_qplib_put_inline()
1999 base_hdr = bnxt_qplib_get_qe(sq_hwq, sw_prod, NULL); in bnxt_qplib_post_send()
2342 base_hdr = bnxt_qplib_get_qe(rq_hwq, sw_prod, NULL); in bnxt_qplib_post_recv()
2783 peek_hwcqe = bnxt_qplib_get_qe(&cq->hwq, in bnxt_re_legacy_do_wa9060()
[all …]
H A Dqplib_rcfw.c268 cmdqe = bnxt_qplib_get_qe(cmdq_hwq, sw_prod, NULL); in __send_message_no_waiter()
361 cmdqe = bnxt_qplib_get_qe(cmdq_hwq, sw_prod, NULL); in __send_message()
837 creqe = bnxt_qplib_get_qe(creq_hwq, creq_hwq->cons, NULL); in bnxt_qplib_service_creq()
H A Dqplib_res.h502 static inline void *bnxt_qplib_get_qe(struct bnxt_qplib_hwq *hwq, in bnxt_qplib_get_qe() function