ipw_softc
static uint16_t ipw_read_prom_word(struct ipw_softc *, uint8_t);
ipw_data_intr(struct ipw_softc *sc, struct ipw_status *status,
static void ipw_command_intr(struct ipw_softc *, struct ipw_soft_buf *);
static void ipw_newstate_intr(struct ipw_softc *, struct ipw_soft_buf *);
static void ipw_data_intr(struct ipw_softc *, struct ipw_status *,
static void ipw_rx_intr(struct ipw_softc *);
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_rx_intr(struct ipw_softc *sc)
static int ipw_get_table1(struct ipw_softc *, uint32_t *);
static int ipw_get_radio(struct ipw_softc *, int *);
ipw_release_sbd(struct ipw_softc *sc, struct ipw_soft_bd *sbd)
static void ipw_stop_master(struct ipw_softc *);
static int ipw_reset(struct ipw_softc *);
static int ipw_load_ucode(struct ipw_softc *, u_char *, int);
static int ipw_load_firmware(struct ipw_softc *, u_char *, int);
ipw_tx_intr(struct ipw_softc *sc)
static int ipw_cache_firmware(struct ipw_softc *);
static void ipw_free_firmware(struct ipw_softc *);
static int ipw_config(struct ipw_softc *);
struct ipw_softc *sc = arg;
struct ipw_softc *sc = arg;
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 *, uint32_t *);
static void ipw_read_mem_1(struct ipw_softc *, bus_size_t, uint8_t *,
ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len)
static void ipw_write_mem_1(struct ipw_softc *, bus_size_t, uint8_t *,
struct ipw_softc *sc = ifp->if_softc;
MEM_READ_1(struct ipw_softc *sc, uint32_t addr)
MEM_READ_4(struct ipw_softc *sc, uint32_t addr)
CFATTACH_DECL_NEW(ipw, sizeof (struct ipw_softc), ipw_match, ipw_attach,
struct ipw_softc *sc = ifp->if_softc;
struct ipw_softc *sc = ifp->if_softc;
ipw_get_table1(struct ipw_softc *sc, uint32_t *tbl)
ipw_get_radio(struct ipw_softc *sc, int *ret)
struct ipw_softc *sc = ifp->if_softc;
struct ipw_softc *sc = device_private(self);
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_stop_master(struct ipw_softc *sc)
ipw_reset(struct ipw_softc *sc)
ipw_load_ucode(struct ipw_softc *sc, u_char *uc, int size)
ipw_load_firmware(struct ipw_softc *sc, u_char *fw, int size)
ipw_cache_firmware(struct ipw_softc *sc)
ipw_free_firmware(struct ipw_softc *sc)
ipw_config(struct ipw_softc *sc)
struct ipw_softc *sc = ifp->if_softc;
struct ipw_softc *sc = ifp->if_softc;
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, uint8_t *datap,
struct ipw_softc *sc = device_private(self);
ipw_dma_alloc(struct ipw_softc *sc)
ipw_release(struct ipw_softc *sc)
struct ipw_softc *sc = ifp->if_softc;
struct ipw_softc *sc = ifp->if_softc;
ipw_read_prom_word(struct ipw_softc *sc, uint8_t addr)
ipw_command_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
static int ipw_dma_alloc(struct ipw_softc *);
ipw_newstate_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
static void ipw_release(struct ipw_softc *);