rx_rdesc
static void alc_rxeof(struct alc_softc *, struct rx_rdesc *);
struct rx_rdesc *rrd;
alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd)
struct rx_rdesc *alc_rr_ring;
#define ALC_RR_RING_ALIGN sizeof(struct rx_rdesc)
(sizeof(struct rx_rdesc) * ALC_RR_RING_CNT)
static void age_rxeof(struct age_softc *sc, struct rx_rdesc *);
age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd)
struct rx_rdesc *rxrd;
struct rx_rdesc *age_rr_ring;
(sizeof(struct rx_rdesc) * AGE_RR_RING_CNT)