Searched refs:bnxt_qplib_get_qe (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.h | 381 static inline void *bnxt_qplib_get_qe(struct bnxt_qplib_hwq *hwq, in bnxt_qplib_get_qe() function 398 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() 345 cmdqe = bnxt_qplib_get_qe(hwq, sw_prod, NULL); in __send_message() 743 creqe = bnxt_qplib_get_qe(hwq, hwq->cons, NULL); in bnxt_qplib_service_creq() 800 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, hwq->cons, NULL); in bnxt_qplib_service_nq() 425 prefetch(bnxt_qplib_get_qe(hwq, sw_cons, NULL)); in bnxt_qplib_nq_irq() 791 srqe = bnxt_qplib_get_qe(srq_hwq, srq_hwq->prod, NULL); in bnxt_qplib_post_srq_recv() 976 fpsne = (u64)bnxt_qplib_get_qe(hwq, hwq->depth, &psn_pg); in bnxt_qplib_init_psn_ptr() 1489 hw_cqe = bnxt_qplib_get_qe(cq_hwq, peek_cons, NULL); in __clean_cq() 2435 peek_hwcqe = bnxt_qplib_get_qe(&cq->hwq, in do_wa9060() 2816 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, cq->hwq.cons, NULL); in bnxt_qplib_is_cq_empty() 3067 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, cq->hwq.cons, NULL); in bnxt_qplib_poll_cq()
|