Searched refs:hw_rx_cons (Results 1 – 2 of 2) sorted by relevance
6402 u16 sw_rx_cons, sw_rx_cons_idx, hw_rx_cons; in bce_rx_intr() local6426 hw_rx_cons = sc->hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_rx_intr()6441 while (sw_rx_cons != hw_rx_cons) { in bce_rx_intr()6708 if (sw_rx_cons == hw_rx_cons) in bce_rx_intr()6709 hw_rx_cons = sc->hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_rx_intr()7766 u16 hw_rx_cons, hw_tx_cons; in bce_intr() local7803 hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_intr()7848 if (hw_rx_cons != sc->hw_rx_cons) in bce_intr()7869 hw_rx_cons = bce_get_hw_rx_cons(sc); in bce_intr()7872 if ((hw_rx_cons == sc->hw_rx_cons) && in bce_intr()
6510 u16 hw_rx_cons; member