Symbol: cnw_softc
sys/dev/pcmcia/if_cnw.c
1120
struct cnw_softc *sc = ifp->if_softc;
sys/dev/pcmcia/if_cnw.c
1128
cnw_setdomain(struct cnw_softc *sc, int domain)
sys/dev/pcmcia/if_cnw.c
1144
cnw_setkey(struct cnw_softc *sc, int key)
sys/dev/pcmcia/if_cnw.c
1162
struct cnw_softc *sc = device_private(self);
sys/dev/pcmcia/if_cnw.c
1176
struct cnw_softc *sc = device_private(self);
sys/dev/pcmcia/if_cnw.c
213
CFATTACH_DECL_NEW(cnw, sizeof(struct cnw_softc),
sys/dev/pcmcia/if_cnw.c
216
static void cnw_reset(struct cnw_softc *);
sys/dev/pcmcia/if_cnw.c
217
static void cnw_init(struct cnw_softc *);
sys/dev/pcmcia/if_cnw.c
218
static int cnw_enable(struct cnw_softc *sc);
sys/dev/pcmcia/if_cnw.c
219
static void cnw_disable(struct cnw_softc *sc);
sys/dev/pcmcia/if_cnw.c
221
static void cnw_transmit(struct cnw_softc *, struct mbuf *);
sys/dev/pcmcia/if_cnw.c
222
static struct mbuf *cnw_read(struct cnw_softc *);
sys/dev/pcmcia/if_cnw.c
223
static void cnw_recv(struct cnw_softc *);
sys/dev/pcmcia/if_cnw.c
227
static int cnw_setdomain(struct cnw_softc *, int);
sys/dev/pcmcia/if_cnw.c
228
static int cnw_setkey(struct cnw_softc *, int);
sys/dev/pcmcia/if_cnw.c
233
static int wait_WOC(struct cnw_softc *, int);
sys/dev/pcmcia/if_cnw.c
234
static int read16(struct cnw_softc *, int);
sys/dev/pcmcia/if_cnw.c
235
static int cnw_cmd(struct cnw_softc *, int, int, int, int);
sys/dev/pcmcia/if_cnw.c
242
wait_WOC(struct cnw_softc *sc, int line)
sys/dev/pcmcia/if_cnw.c
268
read16(struct cnw_softc *sc, int offset)
sys/dev/pcmcia/if_cnw.c
288
cnw_cmd(struct cnw_softc *sc, int cmd, int count, int arg1, int arg2)
sys/dev/pcmcia/if_cnw.c
327
cnw_reset(struct cnw_softc *sc)
sys/dev/pcmcia/if_cnw.c
355
cnw_init(struct cnw_softc *sc)
sys/dev/pcmcia/if_cnw.c
411
cnw_enable(struct cnw_softc *sc)
sys/dev/pcmcia/if_cnw.c
439
cnw_disable(struct cnw_softc *sc)
sys/dev/pcmcia/if_cnw.c
478
struct cnw_softc *sc = device_private(self);
sys/dev/pcmcia/if_cnw.c
589
struct cnw_softc *sc = ifp->if_softc;
sys/dev/pcmcia/if_cnw.c
685
cnw_transmit(struct cnw_softc *sc, struct mbuf *m0)
sys/dev/pcmcia/if_cnw.c
740
cnw_read(struct cnw_softc *sc)
sys/dev/pcmcia/if_cnw.c
826
cnw_recv(struct cnw_softc *sc)
sys/dev/pcmcia/if_cnw.c
863
struct cnw_softc *sc = arg;
sys/dev/pcmcia/if_cnw.c
985
struct cnw_softc *sc = ifp->if_softc;