Home
last modified time | relevance | path

Searched refs:xe_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/xe/
Dif_xe.c154 static void xe_init_locked(struct xe_softc *scp);
160 static void xe_txintr(struct xe_softc *scp, uint8_t txst1);
161 static void xe_macintr(struct xe_softc *scp, uint8_t rst0, uint8_t txst0,
163 static void xe_rxintr(struct xe_softc *scp, uint8_t rst0);
167 static void xe_reset(struct xe_softc *scp);
168 static void xe_enable_intr(struct xe_softc *scp);
169 static void xe_disable_intr(struct xe_softc *scp);
170 static void xe_set_multicast(struct xe_softc *scp);
171 static void xe_set_addr(struct xe_softc *scp, uint8_t* addr, unsigned idx);
172 static void xe_mchash(struct xe_softc *scp, const uint8_t *addr);
[all …]
Dif_xe_pccard.c140 struct xe_softc *sc = device_get_softc(dev); in xe_cemfix()
243 struct xe_softc *scp = device_get_softc(dev); in xe_pccard_attach()
328 struct xe_softc *sc = device_get_softc(dev); in xe_pccard_detach()
385 sizeof(struct xe_softc),
Dif_xevar.h37 struct xe_softc { struct
90 void xe_stop(struct xe_softc *scp); argument