Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ae/
H A Dif_aevar.h68 struct ae_rxd { struct
140 struct ae_rxd *rxd_base; /* Start of RxD ring. */
H A Dif_ae.c104 static int ae_rxeof(struct ae_softc *, struct ae_rxd *);
577 sc->rxd_base = (struct ae_rxd *)(sc->rxd_base_dma + 120); in ae_dma_alloc()
598 ae_rxeof(struct ae_softc *sc, struct ae_rxd *rxd) in ae_rxeof()
634 struct ae_rxd *rxd; in ae_rx_intr()
644 rxd = (struct ae_rxd *)(sc->rxd_base + sc->rxd_cur); in ae_rx_intr()