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

/freebsd-10-stable/sys/dev/bce/
H A Dif_bce.c6522 u16 sw_rx_cons, sw_rx_cons_idx, hw_rx_cons; local
6546 hw_rx_cons = sc->hw_rx_cons = bce_get_hw_rx_cons(sc);
6561 while (sw_rx_cons != hw_rx_cons) {
6837 if (sw_rx_cons == hw_rx_cons)
6838 hw_rx_cons = sc->hw_rx_cons = bce_get_hw_rx_cons(sc);
7912 u16 hw_rx_cons, hw_tx_cons; local
7949 hw_rx_cons = bce_get_hw_rx_cons(sc);
7996 if (hw_rx_cons !
[all...]
H A Dif_bcereg.h6630 u16 hw_rx_cons; member in struct:bce_softc

Completed in 143 milliseconds