Searched refs:jme_rx_cons (Results 1 – 2 of 2) sorted by relevance
130 int jme_rx_cons; member
2280 sc->jme_cdata.jme_rx_cons = 0; in jme_link_task()2509 cons = sc->jme_cdata.jme_rx_cons; in jme_rxeof()2517 jme_discard_rxbuf(sc, sc->jme_cdata.jme_rx_cons); in jme_rxeof()2522 sc->jme_cdata.jme_rx_cons += nsegs; in jme_rxeof()2523 sc->jme_cdata.jme_rx_cons %= JME_RX_RING_CNT; in jme_rxeof()2627 sc->jme_cdata.jme_rx_cons += nsegs; in jme_rxeof()2628 sc->jme_cdata.jme_rx_cons %= JME_RX_RING_CNT; in jme_rxeof()2642 desc = &sc->jme_rdata.jme_rx_ring[sc->jme_cdata.jme_rx_cons]; in jme_rxintr()3140 sc->jme_cdata.jme_rx_cons = 0; in jme_init_rx_ring()