Lines Matching defs:hw_tx_cons
4839 uint16_t hw_tx_cons, sw_tx_cons, sw_tx_chain_cons;
4846 hw_tx_cons = sc->hw_tx_cons = sblk->status_tx_quick_consumer_index0;
4849 if ((hw_tx_cons & USABLE_TX_BD_PER_PAGE) == USABLE_TX_BD_PER_PAGE)
4850 hw_tx_cons++;
4859 while (sw_tx_cons != hw_tx_cons) {
4865 DBPRINT(sc, BNX_INFO_SEND, "%s(): hw_tx_cons = 0x%04X, "
4867 __func__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons);
4918 hw_tx_cons = sc->hw_tx_cons =
4920 if ((hw_tx_cons & USABLE_TX_BD_PER_PAGE) ==
4922 hw_tx_cons++;
5544 if (sblk->status_tx_quick_consumer_index0 != sc->hw_tx_cons)