Searched refs:sw_cons (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 3480 uint16_t bd_cons, hw_cons, sw_cons, pkt_cons; in bxe_txeof() local 3487 sw_cons = fp->tx_pkt_cons; in bxe_txeof() 3489 while (sw_cons != hw_cons) { in bxe_txeof() 3490 pkt_cons = TX_BD(sw_cons); in bxe_txeof() 3494 fp->index, hw_cons, sw_cons, pkt_cons); in bxe_txeof() 3498 sw_cons++; in bxe_txeof() 3501 fp->tx_pkt_cons = sw_cons; in bxe_txeof() 8448 uint16_t hw_cons, sw_cons, sw_prod; in bxe_eq_int() local 8474 sw_cons = sc->eq_cons; in bxe_eq_int() 8478 hw_cons, sw_cons, atomic_load_acq_long(&sc->eq_spq_left)); in bxe_eq_int() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.c | 441 u32 sw_cons; in bnxt_qplib_nq_irq() local 444 sw_cons = HWQ_CMP(nq_hwq->cons, nq_hwq); in bnxt_qplib_nq_irq() 445 if (sw_cons >= 0) in bnxt_qplib_nq_irq() 446 prefetch(bnxt_qplib_get_qe(nq_hwq, sw_cons, NULL)); in bnxt_qplib_nq_irq()
|