Lines Matching refs:jme_rxdesc
151 static int jme_newbuf(struct jme_softc *, struct jme_rxdesc *);
1120 struct jme_rxdesc *rxd; in jme_dma_alloc()
1364 rxd = &sc->jme_cdata.jme_rxdesc[i]; in jme_dma_alloc()
1384 struct jme_rxdesc *rxd; in jme_dma_free()
1431 rxd = &sc->jme_cdata.jme_rxdesc[i]; in jme_dma_free()
2476 struct jme_rxdesc *rxd; in jme_rxeof()
2505 rxd = &sc->jme_cdata.jme_rxdesc[cons]; in jme_rxeof()
2970 struct jme_rxdesc *rxd; in jme_stop()
3007 rxd = &sc->jme_cdata.jme_rxdesc[i]; in jme_stop()
3113 struct jme_rxdesc *rxd; in jme_init_rx_ring()
3123 rxd = &sc->jme_cdata.jme_rxdesc[i]; in jme_init_rx_ring()
3138 jme_newbuf(struct jme_softc *sc, struct jme_rxdesc *rxd) in jme_newbuf()