Searched refs:hw_tx_cons (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/bce/
H A Dif_bce.c6900 u16 hw_tx_cons, sw_tx_cons, sw_tx_chain_cons; local
6911 hw_tx_cons = sc->hw_tx_cons = bce_get_hw_tx_cons(sc);
6919 while (sw_tx_cons != hw_tx_cons) {
6926 "%s(): hw_tx_cons = 0x%04X, sw_tx_cons = 0x%04X, "
6928 __FUNCTION__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons);
6981 hw_tx_cons = sc->hw_tx_cons = bce_get_hw_tx_cons(sc);
7912 u16 hw_rx_cons, hw_tx_cons; local
7950 hw_tx_cons
[all...]
H A Dif_bcereg.h6631 u16 hw_tx_cons; member in struct:bce_softc

Completed in 120 milliseconds