sw_tx_cons       4045 dev/pci/if_bnx.c 	u_int16_t		hw_tx_cons, sw_tx_cons, sw_tx_chain_cons;
sw_tx_cons       4056 dev/pci/if_bnx.c 	sw_tx_cons = sc->tx_cons;
sw_tx_cons       4063 dev/pci/if_bnx.c 	while (sw_tx_cons != hw_tx_cons) {
sw_tx_cons       4067 dev/pci/if_bnx.c 		sw_tx_chain_cons = TX_CHAIN_IDX(sw_tx_cons);
sw_tx_cons       4071 dev/pci/if_bnx.c 		    __FUNCTION__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons);
sw_tx_cons       4119 dev/pci/if_bnx.c 		sw_tx_cons = NEXT_TX_BD(sw_tx_cons);
sw_tx_cons       4146 dev/pci/if_bnx.c 	sc->tx_cons = sw_tx_cons;