Home
last modified time | relevance | path

Searched refs:rx_rdesc (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/dev/alc/
H A Dif_alcvar.h39 #define ALC_RR_RING_ALIGN sizeof(struct rx_rdesc)
67 (sizeof(struct rx_rdesc) * ALC_RR_RING_CNT)
100 struct rx_rdesc *alc_rr_ring;
H A Dif_alcreg.h1197 struct rx_rdesc { struct
H A Dif_alc.c194 static void alc_rxeof(struct alc_softc *, struct rx_rdesc *);
3542 struct rx_rdesc *rrd; in alc_newbuf()
3650 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) in alc_fixup_rx()
/freebsd-src/sys/dev/age/
H A Dif_agevar.h119 struct rx_rdesc *age_rr_ring;
132 (sizeof(struct rx_rdesc) * AGE_RR_RING_CNT)
H A Dif_agereg.h560 struct rx_rdesc { struct
H A Dif_age.c131 static void age_rxeof(struct age_softc *sc, struct rx_rdesc *);
2284 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd) in age_fixup_rx()
2435 struct rx_rdesc *rxrd; in age_rxeof()