Home
last modified time | relevance | path

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

/trueos/sys/dev/bce/
HDif_bce.c6522 u16 sw_rx_cons, sw_rx_cons_idx, hw_rx_cons; in bce_rx_intr() local
6546 hw_rx_cons = sc->hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_rx_intr()
6561 while (sw_rx_cons != hw_rx_cons) { in bce_rx_intr()
6837 if (sw_rx_cons == hw_rx_cons) in bce_rx_intr()
6838 hw_rx_cons = sc->hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_rx_intr()
7912 u16 hw_rx_cons, hw_tx_cons; in bce_intr() local
7949 hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_intr()
7996 if (hw_rx_cons != sc->hw_rx_cons) in bce_intr()
8017 hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_intr()
8020 if ((hw_rx_cons == sc->hw_rx_cons) && in bce_intr()
HDif_bcereg.h6630 u16 hw_rx_cons; member