Searched refs:peek_cons (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.c | 259 u32 peek_flags, peek_cons; in clean_nq() local 269 peek_cons = nq_hwq->cons; in clean_nq() 271 hw_nqe = bnxt_qplib_get_qe(nq_hwq, peek_cons, NULL); in clean_nq() 294 bnxt_qplib_hwq_incr_cons(nq_hwq->max_elements, &peek_cons, in clean_nq() 1594 u32 peek_flags, peek_cons; in __clean_cq() local 1599 peek_cons = cq_hwq->cons; in __clean_cq() 1601 hw_cqe = bnxt_qplib_get_qe(cq_hwq, peek_cons, NULL); in __clean_cq() 1628 bnxt_qplib_hwq_incr_cons(cq_hwq->depth, &peek_cons, in __clean_cq()
|