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

/freebsd-12-stable/sys/dev/ep/
H A Dif_epvar.h37 struct ep_softc { struct
82 void ep_get_media(struct ep_softc *);
83 int ep_attach(struct ep_softc *);
85 int ep_get_e(struct ep_softc *, uint16_t, uint16_t *);
H A Dif_ep.c100 static void ep_intr_locked(struct ep_softc *);
102 static void epinit_locked(struct ep_softc *);
104 static void epwatchdog(struct ep_softc *);
110 static void epstop(struct ep_softc *);
111 static void epread(struct ep_softc *);
112 static int eeprom_rdy(struct ep_softc *);
119 eeprom_rdy(struct ep_softc *sc)
139 ep_get_e(struct ep_softc *sc, uint16_t offset, uint16_t *result)
157 ep_get_macaddr(struct ep_softc *sc, u_char *addr)
179 struct ep_softc *s
[all...]
H A Dif_ep_isa.c67 static int ep_eeprom_cksum(struct ep_softc *);
311 struct ep_softc *sc = device_get_softc(dev);
340 ep_eeprom_cksum(struct ep_softc *sc)
389 sizeof(struct ep_softc),
H A Dif_ep_pccard.c142 struct ep_softc *sc = device_get_softc(dev);
234 sizeof(struct ep_softc),

Completed in 128 milliseconds