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

/freebsd-10.2-release/sys/dev/ep/
H A Dif_ep.c96 static void ep_intr_locked(struct ep_softc *);
98 static void epinit_locked(struct ep_softc *);
100 static void epwatchdog(struct ep_softc *);
106 static void epstop(struct ep_softc *);
107 static void epread(struct ep_softc *);
108 static int eeprom_rdy(struct ep_softc *);
115 eeprom_rdy(struct ep_softc *sc)
135 ep_get_e(struct ep_softc *sc, uint16_t offset, uint16_t *result)
153 ep_get_macaddr(struct ep_softc *sc, u_char *addr)
175 struct ep_softc *s
[all...]
H A Dif_epvar.h35 struct ep_softc { struct
81 void ep_get_media(struct ep_softc *);
82 int ep_attach(struct ep_softc *);
84 int ep_get_e(struct ep_softc *, uint16_t, uint16_t *);
H A Dif_ep_mca.c117 struct ep_softc *sc = device_get_softc(dev);
154 sizeof(struct ep_softc),
H A Dif_ep_isa.c65 static int ep_eeprom_cksum(struct ep_softc *);
322 struct ep_softc *sc = device_get_softc(dev);
351 ep_eeprom_cksum(struct ep_softc *sc)
400 sizeof(struct ep_softc),
H A Dif_ep_eisa.c174 struct ep_softc *sc = device_get_softc(dev);
247 sizeof(struct ep_softc),
H A Dif_ep_pccard.c140 struct ep_softc *sc = device_get_softc(dev);
232 sizeof(struct ep_softc),

Completed in 105 milliseconds