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

/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c6917 u16 hw_tx_cons, sw_tx_cons, sw_tx_chain_cons; local
6928 hw_tx_cons = sc->hw_tx_cons = bce_get_hw_tx_cons(sc);
6936 while (sw_tx_cons != hw_tx_cons) {
6943 "%s(): hw_tx_cons = 0x%04X, sw_tx_cons = 0x%04X, "
6945 __FUNCTION__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons);
6998 hw_tx_cons = sc->hw_tx_cons = bce_get_hw_tx_cons(sc);
7929 u16 hw_rx_cons, hw_tx_cons; local
7967 hw_tx_cons
[all...]
H A Dif_bcereg.h6586 u16 hw_tx_cons; member in struct:bce_softc

Completed in 202 milliseconds