Searched refs:bnxt_qplib_get_qe (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.c | 271 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() 1049 fpsne = (u64)bnxt_qplib_get_qe(sq_hwq, sq_hwq->depth, &psn_pg); in bnxt_qplib_init_psn_ptr() 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() 1857 dsge = bnxt_qplib_get_qe(sq_hwq, ((*sw_prod) % sq_hwq->depth), NULL); in bnxt_qplib_put_sges() 1999 base_hdr = bnxt_qplib_get_qe(sq_hwq, sw_prod, NULL); in bnxt_qplib_post_send() [all …]
|
H A D | qplib_rcfw.c | 268 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 D | qplib_res.h | 502 static inline void *bnxt_qplib_get_qe(struct bnxt_qplib_hwq *hwq, in bnxt_qplib_get_qe() function
|