ae_rxd
static int ae_rxeof(struct ae_softc *, struct ae_rxd *);
sc->rxd_base = (struct ae_rxd *)(sc->rxd_base_dma + 120);
ae_rxeof(struct ae_softc *sc, struct ae_rxd *rxd)
struct ae_rxd *rxd;
rxd = (struct ae_rxd *)(sc->rxd_base + sc->rxd_cur);
struct ae_rxd *rxd_base; /* Start of RxD ring. */