Searched refs:bnxt_qplib_hwq_incr_cons (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 280 bnxt_qplib_hwq_incr_cons(hwq->max_elements, &hwq->cons, in clean_nq() 391 bnxt_qplib_hwq_incr_cons(hwq->max_elements, &hwq->cons, in bnxt_qplib_service_nq() 1520 bnxt_qplib_hwq_incr_cons(cq_hwq->max_elements, &peek_cons, in __clean_cq() 2322 bnxt_qplib_hwq_incr_cons(sq->hwq.max_elements, &sq->hwq.cons, in __flush_sq() 2370 bnxt_qplib_hwq_incr_cons(rq->hwq.max_elements, &rq->hwq.cons, in __flush_rq() 2481 bnxt_qplib_hwq_incr_cons(cq->hwq.max_elements, in do_wa9060() 2611 bnxt_qplib_hwq_incr_cons(sq->hwq.max_elements, &sq->hwq.cons, in bnxt_qplib_cq_process_req() 2639 bnxt_qplib_hwq_incr_cons(srq->hwq.max_elements, &srq->hwq.cons, in bnxt_qplib_release_srqe() 2709 bnxt_qplib_hwq_incr_cons(rq->hwq.max_elements, &rq->hwq.cons, in bnxt_qplib_cq_process_res_rc() 2796 bnxt_qplib_hwq_incr_cons(rq->hwq.max_elements, &rq->hwq.cons, in bnxt_qplib_cq_process_res_ud() [all …]
|
D | qplib_res.h | 448 static inline void bnxt_qplib_hwq_incr_cons(u32 max_elements, u32 *cons, u32 cnt, in bnxt_qplib_hwq_incr_cons() function
|
D | qplib_rcfw.c | 777 bnxt_qplib_hwq_incr_cons(hwq->max_elements, &hwq->cons, in bnxt_qplib_service_creq()
|