Lines Matching refs:sw_cons
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()
8481 sw_cons != hw_cons; in bxe_eq_int()
8482 sw_prod = NEXT_EQ_IDX(sw_prod), sw_cons = NEXT_EQ_IDX(sw_cons)) { in bxe_eq_int()
8484 elem = &sc->eq[EQ_DESC(sw_cons)]; in bxe_eq_int()
8608 sc->eq_cons = sw_cons; in bxe_eq_int()