cnw_softc
struct cnw_softc *sc = ifp->if_softc;
cnw_setdomain(struct cnw_softc *sc, int domain)
cnw_setkey(struct cnw_softc *sc, int key)
struct cnw_softc *sc = device_private(self);
struct cnw_softc *sc = device_private(self);
CFATTACH_DECL_NEW(cnw, sizeof(struct cnw_softc),
static void cnw_reset(struct cnw_softc *);
static void cnw_init(struct cnw_softc *);
static int cnw_enable(struct cnw_softc *sc);
static void cnw_disable(struct cnw_softc *sc);
static void cnw_transmit(struct cnw_softc *, struct mbuf *);
static struct mbuf *cnw_read(struct cnw_softc *);
static void cnw_recv(struct cnw_softc *);
static int cnw_setdomain(struct cnw_softc *, int);
static int cnw_setkey(struct cnw_softc *, int);
static int wait_WOC(struct cnw_softc *, int);
static int read16(struct cnw_softc *, int);
static int cnw_cmd(struct cnw_softc *, int, int, int, int);
wait_WOC(struct cnw_softc *sc, int line)
read16(struct cnw_softc *sc, int offset)
cnw_cmd(struct cnw_softc *sc, int cmd, int count, int arg1, int arg2)
cnw_reset(struct cnw_softc *sc)
cnw_init(struct cnw_softc *sc)
cnw_enable(struct cnw_softc *sc)
cnw_disable(struct cnw_softc *sc)
struct cnw_softc *sc = device_private(self);
struct cnw_softc *sc = ifp->if_softc;
cnw_transmit(struct cnw_softc *sc, struct mbuf *m0)
cnw_read(struct cnw_softc *sc)
cnw_recv(struct cnw_softc *sc)
struct cnw_softc *sc = arg;
struct cnw_softc *sc = ifp->if_softc;