hw_tx_cons       4045 dev/pci/if_bnx.c 	u_int16_t		hw_tx_cons, sw_tx_cons, sw_tx_chain_cons;
hw_tx_cons       4050 dev/pci/if_bnx.c 	hw_tx_cons = sc->hw_tx_cons = sblk->status_tx_quick_consumer_index0;
hw_tx_cons       4053 dev/pci/if_bnx.c 	if ((hw_tx_cons & USABLE_TX_BD_PER_PAGE) == USABLE_TX_BD_PER_PAGE)
hw_tx_cons       4054 dev/pci/if_bnx.c 		hw_tx_cons++;
hw_tx_cons       4063 dev/pci/if_bnx.c 	while (sw_tx_cons != hw_tx_cons) {
hw_tx_cons       4071 dev/pci/if_bnx.c 		    __FUNCTION__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons);
hw_tx_cons       4122 dev/pci/if_bnx.c 		hw_tx_cons = sc->hw_tx_cons =
hw_tx_cons       4124 dev/pci/if_bnx.c 		if ((hw_tx_cons & USABLE_TX_BD_PER_PAGE) ==
hw_tx_cons       4126 dev/pci/if_bnx.c 			hw_tx_cons++;
hw_tx_cons       4727 dev/pci/if_bnx.c 		    sc->hw_tx_cons)
hw_tx_cons       4745 dev/pci/if_bnx.c 		    sc->hw_tx_cons))
hw_tx_cons       4726 dev/pci/if_bnxreg.h 	u_int16_t					hw_tx_cons;