Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xe/
HDif_xe.c151 static void xe_init_locked(struct xe_softc *scp);
157 static void xe_txintr(struct xe_softc *scp, uint8_t txst1);
158 static void xe_macintr(struct xe_softc *scp, uint8_t rst0, uint8_t txst0,
160 static void xe_rxintr(struct xe_softc *scp, uint8_t rst0);
164 static void xe_reset(struct xe_softc *scp);
165 static void xe_enable_intr(struct xe_softc *scp);
166 static void xe_disable_intr(struct xe_softc *scp);
167 static void xe_set_multicast(struct xe_softc *scp);
168 static void xe_set_addr(struct xe_softc *scp, uint8_t* addr, unsigned idx);
169 static void xe_mchash(struct xe_softc *scp, const uint8_t *addr);
[all …]
HDif_xe_pccard.c138 struct xe_softc *sc = device_get_softc(dev); in xe_cemfix()
241 struct xe_softc *scp = device_get_softc(dev); in xe_pccard_attach()
326 struct xe_softc *sc = device_get_softc(dev); in xe_pccard_detach()
383 sizeof(struct xe_softc),
HDif_xevar.h35 struct xe_softc { struct
88 void xe_stop(struct xe_softc *scp); argument