OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:an_softc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
anvar.h
105
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
*);
an.c
116
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
...]
/src/sys/dev/pcmcia/
if_an_pcmcia.c
69
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)
/src/sys/dev/isapnp/
if_an_isapnp.c
75
struct
an_softc
sc_an; /* real "an" softc */
99
struct
an_softc
*sc = &isc->sc_an;
/src/sys/dev/pci/
if_an_pci.c
75
struct
an_softc
sc_an; /* real "an" softc */
120
struct
an_softc
*sc = &psc->sc_an;
Completed in 14 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025