Searched refs:bnxt_qplib_get_qe (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.h | 343 static inline void *bnxt_qplib_get_qe(struct bnxt_qplib_hwq *hwq, in bnxt_qplib_get_qe() function 360 return bnxt_qplib_get_qe(hwq, idx, NULL); in bnxt_qplib_get_prod_qe()
|
D | qplib_rcfw.c | 265 cmdqe = bnxt_qplib_get_qe(hwq, sw_prod, NULL); in __send_message_no_waiter() 346 cmdqe = bnxt_qplib_get_qe(hwq, sw_prod, NULL); in __send_message() 746 creqe = bnxt_qplib_get_qe(hwq, sw_cons, NULL); in bnxt_qplib_service_creq() 803 prefetch(bnxt_qplib_get_qe(hwq, sw_cons, NULL)); in bnxt_qplib_creq_irq()
|
D | qplib_fp.c | 315 nqe = bnxt_qplib_get_qe(hwq, sw_cons, NULL); in bnxt_qplib_service_nq() 410 prefetch(bnxt_qplib_get_qe(hwq, sw_cons, NULL)); in bnxt_qplib_nq_irq() 779 srqe = bnxt_qplib_get_qe(srq_hwq, sw_prod, NULL); in bnxt_qplib_post_srq_recv() 969 fpsne = (u64)bnxt_qplib_get_qe(hwq, hwq->depth, &psn_pg); in bnxt_qplib_init_psn_ptr() 1461 hw_cqe = bnxt_qplib_get_qe(cq_hwq, i, NULL); in __clean_cq() 2355 peek_hwcqe = bnxt_qplib_get_qe(&cq->hwq, in do_wa9060() 2694 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, sw_cons, NULL); in bnxt_qplib_is_cq_empty() 2945 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, sw_cons, NULL); in bnxt_qplib_poll_cq()
|