Searched refs:bnxt_qplib_get_qe (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/ |
A D | qplib_res.h | 312 static inline void *bnxt_qplib_get_qe(struct bnxt_qplib_hwq *hwq, in bnxt_qplib_get_qe() function 329 return bnxt_qplib_get_qe(hwq, idx, NULL); in bnxt_qplib_get_prod_qe()
|
A D | qplib_rcfw.c | 169 cmdqe = bnxt_qplib_get_qe(hwq, sw_prod, NULL); in __send_message() 392 creqe = bnxt_qplib_get_qe(hwq, sw_cons, NULL); in bnxt_qplib_service_creq() 445 prefetch(bnxt_qplib_get_qe(hwq, sw_cons, NULL)); in bnxt_qplib_creq_irq()
|
A D | qplib_fp.c | 317 nqe = bnxt_qplib_get_qe(hwq, sw_cons, NULL); in bnxt_qplib_service_nq() 398 prefetch(bnxt_qplib_get_qe(hwq, sw_cons, NULL)); in bnxt_qplib_nq_irq() 749 srqe = bnxt_qplib_get_qe(srq_hwq, sw_prod, NULL); in bnxt_qplib_post_srq_recv() 942 fpsne = (u64)bnxt_qplib_get_qe(hwq, hwq->depth, &psn_pg); in bnxt_qplib_init_psn_ptr() 1425 hw_cqe = bnxt_qplib_get_qe(cq_hwq, i, NULL); in __clean_cq() 2266 peek_hwcqe = bnxt_qplib_get_qe(&cq->hwq, in do_wa9060() 2608 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, sw_cons, NULL); in bnxt_qplib_is_cq_empty() 2864 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, sw_cons, NULL); in bnxt_qplib_poll_cq()
|
Completed in 10 milliseconds