Lines Matching refs:hw_cons
2641 uint16_t hw_cons; in bxe_tx_queue_has_work() local
2644 hw_cons = le16toh(*fp->tx_cons_sb); in bxe_tx_queue_has_work()
2645 return (hw_cons != fp->tx_pkt_cons); in bxe_tx_queue_has_work()
3480 uint16_t bd_cons, hw_cons, sw_cons, pkt_cons; in bxe_txeof() local
3486 hw_cons = le16toh(*fp->tx_cons_sb); in bxe_txeof()
3489 while (sw_cons != hw_cons) { in bxe_txeof()
3494 fp->index, hw_cons, sw_cons, pkt_cons); in bxe_txeof()
3506 fp->index, hw_cons, fp->tx_pkt_cons, fp->tx_pkt_prod); in bxe_txeof()
8448 uint16_t hw_cons, sw_cons, sw_prod; in bxe_eq_int() local
8458 hw_cons = le16toh(*sc->eq_cons_sb); in bxe_eq_int()
8466 if ((hw_cons & EQ_DESC_MAX_PAGE) == EQ_DESC_MAX_PAGE) { in bxe_eq_int()
8467 hw_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()