Searched refs:temac_softc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/evbppc/virtex/dev/ |
H A D | if_temac.c | 140 struct temac_softc { struct 218 static inline void temac_rxcdsync(struct temac_softc *, int, int, int); 219 static inline void temac_txcdsync(struct temac_softc *, int, int, int); 220 static void temac_txreap(struct temac_softc *); 221 static void temac_rxreap(struct temac_softc *); 222 static int temac_rxalloc(struct temac_softc *, int, int); 224 static void temac_rxdrain(struct temac_softc *); 225 static void temac_reset(struct temac_softc *); 226 static void temac_txkick(struct temac_softc *); 254 CFATTACH_DECL_NEW(temac, sizeof(struct temac_softc), [all …]
|