Searched refs:an_softc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Danvar.h105 struct an_softc { struct
112 int (*sc_enable)(struct an_softc *);
113 void (*sc_disable)(struct an_softc *);
165 int an_attach(struct an_softc *);
166 int an_detach(struct an_softc *);
H A Dan.c116 static int an_reset(struct an_softc *);
117 static void an_wait(struct an_softc *);
127 static int an_set_nwkey(struct an_softc *, struct ieee80211_nwkey *);
128 static int an_set_nwkey_wep(struct an_softc *, struct ieee80211_nwkey *);
129 static int an_set_nwkey_eap(struct an_softc *, struct ieee80211_nwkey *);
130 static int an_get_nwkey(struct an_softc *, struct ieee80211_nwkey *);
131 static int an_write_wepkey(struct an_softc *, int, struct an_wepkey *,
134 static void an_rx_intr(struct an_softc *);
135 static void an_tx_intr(struct an_softc *, int);
136 static void an_linkstat_intr(struct an_softc *);
[all...]
/netbsd-current/sys/dev/pcmcia/
H A Dif_an_pcmcia.c69 static int an_pcmcia_enable(struct an_softc *);
70 static void an_pcmcia_disable(struct an_softc *);
73 struct an_softc sc_an; /* real "an" softc */
123 struct an_softc *sc = &psc->sc_an;
195 an_pcmcia_enable(struct an_softc *sc)
215 an_pcmcia_disable(struct an_softc *sc)
/netbsd-current/sys/dev/isapnp/
H A Dif_an_isapnp.c75 struct an_softc sc_an; /* real "an" softc */
99 struct an_softc *sc = &isc->sc_an;
/netbsd-current/sys/dev/pci/
H A Dif_an_pci.c75 struct an_softc sc_an; /* real "an" softc */
120 struct an_softc *sc = &psc->sc_an;

Completed in 182 milliseconds