sw_cons          3733 dev/pci/if_bnx.c 	u_int16_t		hw_cons, sw_cons, sw_chain_cons;
sw_cons          3754 dev/pci/if_bnx.c 	sw_cons = sc->rx_cons;
sw_cons          3760 dev/pci/if_bnx.c 	    __FUNCTION__, sw_prod, sw_cons, sw_prod_bseq);
sw_cons          3773 dev/pci/if_bnx.c 	while (sw_cons != hw_cons) {
sw_cons          3782 dev/pci/if_bnx.c 		sw_chain_cons = RX_CHAIN_IDX(sw_cons);
sw_cons          3998 dev/pci/if_bnx.c 		sw_cons = NEXT_RX_BD(sw_cons);
sw_cons          4001 dev/pci/if_bnx.c 		if (sw_cons == hw_cons) {
sw_cons          4022 dev/pci/if_bnx.c 	sc->rx_cons = sw_cons;