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

/freebsd-11-stable/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.h1189 struct rx_rdesc { struct
H A Dif_alc.c188 static void alc_rxeof(struct alc_softc *, struct rx_rdesc *);
3515 struct rx_rdesc *rrd;
3623 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd)
/freebsd-11-stable/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.c132 static void age_rxeof(struct age_softc *sc, struct rx_rdesc *);
2309 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd)
2460 struct rx_rdesc *rxrd;

Completed in 94 milliseconds