Searched refs:alc_rxdesc (Results 1 – 2 of 2) sorted by relevance
84 struct alc_rxdesc { struct114 struct alc_rxdesc alc_rxdesc[ALC_RX_RING_CNT]; member
185 static int alc_newbuf(struct alc_softc *, struct alc_rxdesc *);1977 struct alc_rxdesc *rxd; in alc_dma_alloc()2298 rxd = &sc->alc_cdata.alc_rxdesc[i]; in alc_dma_alloc()2318 struct alc_rxdesc *rxd; in alc_dma_free()2337 rxd = &sc->alc_cdata.alc_rxdesc[i]; in alc_dma_free()3501 alc_newbuf(struct alc_softc *sc, struct alc_rxdesc *rxd) in alc_newbuf()3652 struct alc_rxdesc *rxd; in alc_rxeof()3686 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons]; in alc_rxeof()4325 struct alc_rxdesc *rxd; in alc_stop()4362 rxd = &sc->alc_cdata.alc_rxdesc[i]; in alc_stop()[all …]