Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_agereg.h555 struct rx_rdesc { struct
731 struct rx_rdesc *age_rr_ring;
747 (sizeof(struct rx_rdesc) * AGE_RR_RING_CNT)
Dif_alcreg.h1171 struct rx_rdesc { struct
1277 #define ALC_RR_RING_ALIGN sizeof(struct rx_rdesc)
1305 (sizeof(struct rx_rdesc) * ALC_RR_RING_CNT)
1340 struct rx_rdesc *alc_rr_ring;
Dif_age.c110 static void age_rxeof(struct age_softc *sc, struct rx_rdesc *);
1393 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd) in age_rxeof()
1542 struct rx_rdesc *rxrd; in age_rxintr()
Dif_alc.c161 static void alc_rxeof(struct alc_softc *, struct rx_rdesc *);
2476 struct rx_rdesc *rrd; in alc_rxintr()
2542 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) in alc_rxeof()