awi_softc
awi_rx_int(struct awi_softc *sc)
awi_tx_int(struct awi_softc *sc)
awi_devget(struct awi_softc *sc, uint32_t off, uint16_t len)
static int awi_mode_init(struct awi_softc *);
awi_hw_init(struct awi_softc *sc)
static void awi_rx_int(struct awi_softc *);
static void awi_tx_int(struct awi_softc *);
static struct mbuf *awi_devget(struct awi_softc *, uint32_t, uint16_t);
static int awi_hw_init(struct awi_softc *);
static int awi_init_mibs(struct awi_softc *);
static int awi_mib(struct awi_softc *, uint8_t, uint8_t, int);
static int awi_cmd(struct awi_softc *, uint8_t, int);
static int awi_cmd_wait(struct awi_softc *);
static void awi_cmd_done(struct awi_softc *);
static int awi_next_txd(struct awi_softc *, int, uint32_t *, uint32_t *);
awi_init_mibs(struct awi_softc *sc)
static int awi_lock(struct awi_softc *);
static void awi_unlock(struct awi_softc *);
static int awi_intr_lock(struct awi_softc *);
static void awi_intr_unlock(struct awi_softc *);
static struct mbuf *awi_ether_encap(struct awi_softc *, struct mbuf *);
awi_mib(struct awi_softc *sc, uint8_t cmd, uint8_t mib, int wflag)
static struct mbuf *awi_ether_modcap(struct awi_softc *, struct mbuf *);
awi_cmd(struct awi_softc *sc, uint8_t cmd, int wflag)
awi_cmd_wait(struct awi_softc *sc)
awi_cmd_done(struct awi_softc *sc)
awi_next_txd(struct awi_softc *sc, int len, uint32_t *framep, uint32_t *ntxdp)
awi_lock(struct awi_softc *sc)
awi_unlock(struct awi_softc *sc)
awi_intr_lock(struct awi_softc *sc)
awi_intr_unlock(struct awi_softc *sc)
struct awi_softc *sc = ifp->if_softc;
awi_attach(struct awi_softc *sc)
struct awi_softc *sc = ic->ic_ifp->if_softc;
struct awi_softc *sc = ic->ic_ifp->if_softc;
awi_ether_encap(struct awi_softc *sc, struct mbuf *m)
awi_ether_modcap(struct awi_softc *sc, struct mbuf *m)
awi_detach(struct awi_softc *sc)
struct awi_softc *sc = device_private(self);
struct awi_softc *sc = arg;
struct awi_softc *sc = arg;
struct awi_softc *sc = arg;
struct awi_softc *sc = ifp->if_softc;
struct awi_softc *sc = ifp->if_softc;
struct awi_softc *sc = ifp->if_softc;
struct awi_softc *sc = ifp->if_softc;
struct awi_softc *sc = ifp->if_softc;
struct awi_softc *sc = ifp->if_softc;
struct awi_softc *sc = ifp->if_softc;
awi_mode_init(struct awi_softc *sc)
int awi_attach(struct awi_softc *);
int awi_detach(struct awi_softc *);
int (*sc_enable)(struct awi_softc *);
void (*sc_disable)(struct awi_softc *);
void (*sc_power)(struct awi_softc *, int);
awi_pcmcia_enable(struct awi_softc *sc)
awi_pcmcia_disable(struct awi_softc *sc)
struct awi_softc *sc = &psc->sc_awi;
static int awi_pcmcia_enable(struct awi_softc *);
static void awi_pcmcia_disable(struct awi_softc *);
struct awi_softc sc_awi; /* real "awi" softc */