ipw_softc
ipw_setcurchan(struct ipw_softc *sc, struct ieee80211_channel *chan)
ipw_fix_channel(struct ipw_softc *sc, struct mbuf *m)
static int ipw_dma_alloc(struct ipw_softc *);
static void ipw_release(struct ipw_softc *);
ipw_rx_data_intr(struct ipw_softc *sc, struct ipw_status *status,
static uint16_t ipw_read_prom_word(struct ipw_softc *, uint8_t);
static uint16_t ipw_read_chanmask(struct ipw_softc *);
static void ipw_rx_cmd_intr(struct ipw_softc *, struct ipw_soft_buf *);
static void ipw_rx_newstate_intr(struct ipw_softc *, struct ipw_soft_buf *);
static void ipw_rx_data_intr(struct ipw_softc *, struct ipw_status *,
static void ipw_rx_intr(struct ipw_softc *);
ipw_rx_intr(struct ipw_softc *sc)
static void ipw_release_sbd(struct ipw_softc *, struct ipw_soft_bd *);
static void ipw_tx_intr(struct ipw_softc *);
static int ipw_cmd(struct ipw_softc *, uint32_t, void *, uint32_t);
ipw_release_sbd(struct ipw_softc *sc, struct ipw_soft_bd *sbd)
static int ipw_tx_start(struct ipw_softc *, struct mbuf *,
ipw_tx_intr(struct ipw_softc *sc)
ipw_fatal_error_intr(struct ipw_softc *sc)
static void ipw_start(struct ipw_softc *);
struct ipw_softc *sc = arg;
static void ipw_stop_master(struct ipw_softc *);
static int ipw_enable(struct ipw_softc *);
static int ipw_disable(struct ipw_softc *);
static int ipw_reset(struct ipw_softc *);
static int ipw_load_ucode(struct ipw_softc *, const char *, int);
static int ipw_load_firmware(struct ipw_softc *, const char *, int);
static int ipw_config(struct ipw_softc *);
ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len)
static void ipw_init_locked(struct ipw_softc *);
static void ipw_stop_locked(struct ipw_softc *);
ipw_tx_start(struct ipw_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
static uint32_t ipw_read_table1(struct ipw_softc *, uint32_t);
static void ipw_write_table1(struct ipw_softc *, uint32_t, uint32_t);
static int ipw_read_table2(struct ipw_softc *, uint32_t, void *,
static void ipw_read_mem_1(struct ipw_softc *, bus_size_t, uint8_t *,
static void ipw_write_mem_1(struct ipw_softc *, bus_size_t,
static int ipw_scan(struct ipw_softc *);
struct ipw_softc *sc = ic->ic_softc;
ipw_start(struct ipw_softc *sc)
struct ipw_softc *sc = arg;
struct ipw_softc *sc = ic->ic_softc;
ipw_stop_master(struct ipw_softc *sc)
ipw_reset(struct ipw_softc *sc)
ipw_waitfordisable(struct ipw_softc *sc, int waitfor)
ipw_enable(struct ipw_softc *sc)
ipw_disable(struct ipw_softc *sc)
ipw_load_ucode(struct ipw_softc *sc, const char *uc, int size)
ipw_load_firmware(struct ipw_softc *sc, const char *fw, int size)
sizeof (struct ipw_softc)
ipw_setwepkeys(struct ipw_softc *sc)
ipw_setwpaie(struct ipw_softc *sc, const void *ie, int ielen)
ipw_setbssid(struct ipw_softc *sc, uint8_t *bssid)
ipw_setssid(struct ipw_softc *sc, void *ssid, size_t ssidlen)
ipw_setscanopts(struct ipw_softc *sc, uint32_t chanmask, uint32_t flags)
ipw_scan(struct ipw_softc *sc)
ipw_setchannel(struct ipw_softc *sc, struct ieee80211_channel *chan)
struct ipw_softc *sc = ic->ic_softc;
struct ipw_softc *sc = device_get_softc(dev);
struct ipw_softc *sc = ic->ic_softc;
struct ipw_softc *sc = priv;
ipw_init_locked(struct ipw_softc *sc)
ipw_config(struct ipw_softc *sc)
struct ipw_softc *sc = priv;
ipw_stop_locked(struct ipw_softc *sc)
struct ipw_softc *sc = arg1;
struct ipw_softc *sc = arg1;
ipw_read_table1(struct ipw_softc *sc, uint32_t off)
ipw_write_table1(struct ipw_softc *sc, uint32_t off, uint32_t info)
ipw_read_table2(struct ipw_softc *sc, uint32_t off, void *buf, uint32_t *len)
ipw_read_mem_1(struct ipw_softc *sc, bus_size_t offset, uint8_t *datap,
ipw_write_mem_1(struct ipw_softc *sc, bus_size_t offset, const uint8_t *datap,
struct ipw_softc *sc = ic->ic_softc;
struct ipw_softc *sc = ic->ic_softc;
struct ipw_softc *sc = ic->ic_softc;
struct ipw_softc *sc = ic->ic_softc;
struct ipw_softc *sc = device_get_softc(dev);
struct ipw_softc *sc = ic->ic_softc;
ipw_dma_alloc(struct ipw_softc *sc)
ipw_release(struct ipw_softc *sc)
struct ipw_softc *sc = device_get_softc(dev);
struct ipw_softc *sc = device_get_softc(dev);
struct ipw_softc *sc = device_get_softc(dev);
struct ipw_softc *sc = ic->ic_softc;
struct ipw_softc *sc = ic->ic_softc;
ipw_read_prom_word(struct ipw_softc *sc, uint8_t addr)
ipw_read_chanmask(struct ipw_softc *sc)
ipw_rx_cmd_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
ipw_rx_newstate_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
struct ipw_softc* sc = (struct ipw_softc*)device_get_softc(dev);