acx_softc 63 dev/cardbus/if_acx_cardbus.c struct acx_softc sc_acx; acx_softc 97 dev/cardbus/if_acx_cardbus.c int acx_cardbus_enable(struct acx_softc *); acx_softc 98 dev/cardbus/if_acx_cardbus.c void acx_cardbus_disable(struct acx_softc *); acx_softc 99 dev/cardbus/if_acx_cardbus.c void acx_cardbus_power(struct acx_softc *, int); acx_softc 114 dev/cardbus/if_acx_cardbus.c struct acx_softc *sc = &csc->sc_acx; acx_softc 183 dev/cardbus/if_acx_cardbus.c struct acx_softc *sc = &csc->sc_acx; acx_softc 216 dev/cardbus/if_acx_cardbus.c acx_cardbus_enable(struct acx_softc *sc) acx_softc 243 dev/cardbus/if_acx_cardbus.c acx_cardbus_disable(struct acx_softc *sc) acx_softc 259 dev/cardbus/if_acx_cardbus.c acx_cardbus_power(struct acx_softc *sc, int why) acx_softc 140 dev/ic/acx.c int acx_attach(struct acx_softc *); acx_softc 144 dev/ic/acx.c int acx_stop(struct acx_softc *); acx_softc 145 dev/ic/acx.c void acx_init_info_reg(struct acx_softc *); acx_softc 146 dev/ic/acx.c int acx_config(struct acx_softc *); acx_softc 147 dev/ic/acx.c int acx_read_config(struct acx_softc *, struct acx_config *); acx_softc 148 dev/ic/acx.c int acx_write_config(struct acx_softc *, struct acx_config *); acx_softc 149 dev/ic/acx.c int acx_rx_config(struct acx_softc *); acx_softc 150 dev/ic/acx.c int acx_set_crypt_keys(struct acx_softc *); acx_softc 159 dev/ic/acx.c void acx_disable_intr(struct acx_softc *); acx_softc 160 dev/ic/acx.c void acx_enable_intr(struct acx_softc *); acx_softc 161 dev/ic/acx.c void acx_txeof(struct acx_softc *); acx_softc 162 dev/ic/acx.c void acx_txerr(struct acx_softc *, uint8_t); acx_softc 163 dev/ic/acx.c void acx_rxeof(struct acx_softc *); acx_softc 165 dev/ic/acx.c int acx_dma_alloc(struct acx_softc *); acx_softc 166 dev/ic/acx.c void acx_dma_free(struct acx_softc *); acx_softc 167 dev/ic/acx.c int acx_init_tx_ring(struct acx_softc *); acx_softc 168 dev/ic/acx.c int acx_init_rx_ring(struct acx_softc *); acx_softc 169 dev/ic/acx.c int acx_newbuf(struct acx_softc *, struct acx_rxbuf *, int); acx_softc 170 dev/ic/acx.c int acx_encap(struct acx_softc *, struct acx_txbuf *, acx_softc 173 dev/ic/acx.c int acx_reset(struct acx_softc *); acx_softc 175 dev/ic/acx.c int acx_set_null_tmplt(struct acx_softc *); acx_softc 176 dev/ic/acx.c int acx_set_probe_req_tmplt(struct acx_softc *, const char *, int); acx_softc 177 dev/ic/acx.c int acx_set_probe_resp_tmplt(struct acx_softc *, struct ieee80211_node *); acx_softc 179 dev/ic/acx.c int acx_set_beacon_tmplt(struct acx_softc *, struct ieee80211_node *); acx_softc 181 dev/ic/acx.c int acx_read_eeprom(struct acx_softc *, uint32_t, uint8_t *); acx_softc 182 dev/ic/acx.c int acx_read_phyreg(struct acx_softc *, uint32_t, uint8_t *); acx_softc 186 dev/ic/acx.c int acx_load_firmware(struct acx_softc *, uint32_t, acx_softc 188 dev/ic/acx.c int acx_load_radio_firmware(struct acx_softc *, const char *); acx_softc 189 dev/ic/acx.c int acx_load_base_firmware(struct acx_softc *, const char *); acx_softc 195 dev/ic/acx.c void acx_init_cmd_reg(struct acx_softc *); acx_softc 196 dev/ic/acx.c int acx_join_bss(struct acx_softc *, uint8_t, struct ieee80211_node *); acx_softc 197 dev/ic/acx.c int acx_set_channel(struct acx_softc *, uint8_t); acx_softc 198 dev/ic/acx.c int acx_init_radio(struct acx_softc *, uint32_t, uint32_t); acx_softc 220 dev/ic/acx.c acx_attach(struct acx_softc *sc) acx_softc 367 dev/ic/acx.c struct acx_softc *sc = xsc; acx_softc 383 dev/ic/acx.c struct acx_softc *sc = ifp->if_softc; acx_softc 486 dev/ic/acx.c acx_init_info_reg(struct acx_softc *sc) acx_softc 493 dev/ic/acx.c acx_set_crypt_keys(struct acx_softc *sc) acx_softc 530 dev/ic/acx.c struct acx_softc *sc = arg; acx_softc 539 dev/ic/acx.c acx_stop(struct acx_softc *sc) acx_softc 613 dev/ic/acx.c acx_config(struct acx_softc *sc) acx_softc 647 dev/ic/acx.c acx_read_config(struct acx_softc *sc, struct acx_config *conf) acx_softc 723 dev/ic/acx.c acx_write_config(struct acx_softc *sc, struct acx_config *conf) acx_softc 789 dev/ic/acx.c acx_rx_config(struct acx_softc *sc) acx_softc 827 dev/ic/acx.c struct acx_softc *sc = ifp->if_softc; acx_softc 899 dev/ic/acx.c struct acx_softc *sc = ifp->if_softc; acx_softc 1067 dev/ic/acx.c struct acx_softc *sc = ifp->if_softc; acx_softc 1090 dev/ic/acx.c struct acx_softc *sc = arg; acx_softc 1121 dev/ic/acx.c acx_disable_intr(struct acx_softc *sc) acx_softc 1128 dev/ic/acx.c acx_enable_intr(struct acx_softc *sc) acx_softc 1136 dev/ic/acx.c acx_txeof(struct acx_softc *sc) acx_softc 1209 dev/ic/acx.c acx_txerr(struct acx_softc *sc, uint8_t err) acx_softc 1277 dev/ic/acx.c acx_rxeof(struct acx_softc *sc) acx_softc 1426 dev/ic/acx.c acx_reset(struct acx_softc *sc) acx_softc 1454 dev/ic/acx.c acx_read_eeprom(struct acx_softc *sc, uint32_t offset, uint8_t *val) acx_softc 1482 dev/ic/acx.c acx_read_phyreg(struct acx_softc *sc, uint32_t reg, uint8_t *val) acx_softc 1509 dev/ic/acx.c acx_write_phyreg(struct acx_softc *sc, uint32_t reg, uint8_t val) acx_softc 1517 dev/ic/acx.c acx_load_base_firmware(struct acx_softc *sc, const char *name) acx_softc 1564 dev/ic/acx.c acx_load_radio_firmware(struct acx_softc *sc, const char *name) acx_softc 1632 dev/ic/acx.c acx_load_firmware(struct acx_softc *sc, uint32_t offset, const uint8_t *data, acx_softc 1723 dev/ic/acx.c struct acx_softc *sc = ic->ic_if.if_softc; acx_softc 1840 dev/ic/acx.c acx_init_tmplt_ordered(struct acx_softc *sc) acx_softc 1885 dev/ic/acx.c acx_dma_alloc(struct acx_softc *sc) acx_softc 2009 dev/ic/acx.c acx_dma_free(struct acx_softc *sc) acx_softc 2054 dev/ic/acx.c acx_init_tx_ring(struct acx_softc *sc) acx_softc 2087 dev/ic/acx.c acx_init_rx_ring(struct acx_softc *sc) acx_softc 2123 dev/ic/acx.c acx_newbuf(struct acx_softc *sc, struct acx_rxbuf *rb, int wait) acx_softc 2175 dev/ic/acx.c acx_encap(struct acx_softc *sc, struct acx_txbuf *txbuf, struct mbuf *m, acx_softc 2324 dev/ic/acx.c acx_set_null_tmplt(struct acx_softc *sc) acx_softc 2344 dev/ic/acx.c acx_set_probe_req_tmplt(struct acx_softc *sc, const char *ssid, int ssid_len) acx_softc 2376 dev/ic/acx.c acx_set_probe_resp_tmplt(struct acx_softc *sc, struct ieee80211_node *ni) acx_softc 2436 dev/ic/acx.c acx_set_beacon_tmplt(struct acx_softc *sc, struct ieee80211_node *ni) acx_softc 2476 dev/ic/acx.c acx_init_cmd_reg(struct acx_softc *sc) acx_softc 2486 dev/ic/acx.c acx_join_bss(struct acx_softc *sc, uint8_t mode, struct ieee80211_node *node) acx_softc 2518 dev/ic/acx.c acx_set_channel(struct acx_softc *sc, uint8_t chan) acx_softc 2538 dev/ic/acx.c acx_get_conf(struct acx_softc *sc, uint16_t conf_id, void *conf, acx_softc 2558 dev/ic/acx.c acx_set_conf(struct acx_softc *sc, uint16_t conf_id, void *conf, acx_softc 2577 dev/ic/acx.c acx_set_tmplt(struct acx_softc *sc, uint16_t cmd, void *tmplt, acx_softc 2595 dev/ic/acx.c acx_init_radio(struct acx_softc *sc, uint32_t radio_ofs, uint32_t radio_len) acx_softc 2607 dev/ic/acx.c acx_exec_command(struct acx_softc *sc, uint16_t cmd, void *param, acx_softc 2704 dev/ic/acx.c struct acx_softc *sc = arg; acx_softc 2713 dev/ic/acx.c struct acx_softc *sc = arg; acx_softc 2727 dev/ic/acx.c struct acx_softc *sc = ic->ic_if.if_softc; acx_softc 102 dev/ic/acx100.c int acx100_init(struct acx_softc *); acx_softc 103 dev/ic/acx100.c int acx100_init_wep(struct acx_softc *); acx_softc 104 dev/ic/acx100.c int acx100_init_tmplt(struct acx_softc *); acx_softc 105 dev/ic/acx100.c int acx100_init_fw_ring(struct acx_softc *); acx_softc 106 dev/ic/acx100.c int acx100_init_memory(struct acx_softc *); acx_softc 107 dev/ic/acx100.c void acx100_init_fw_txring(struct acx_softc *, uint32_t); acx_softc 108 dev/ic/acx100.c void acx100_init_fw_rxring(struct acx_softc *, uint32_t); acx_softc 109 dev/ic/acx100.c int acx100_read_config(struct acx_softc *, struct acx_config *); acx_softc 110 dev/ic/acx100.c int acx100_write_config(struct acx_softc *, struct acx_config *); acx_softc 111 dev/ic/acx100.c int acx100_set_txpower(struct acx_softc *); acx_softc 112 dev/ic/acx100.c void acx100_set_fw_txdesc_rate(struct acx_softc *, acx_softc 114 dev/ic/acx100.c void acx100_set_bss_join_param(struct acx_softc *, void *, int); acx_softc 115 dev/ic/acx100.c int acx100_set_wepkey(struct acx_softc *, struct ieee80211_key *, int); acx_softc 116 dev/ic/acx100.c void acx100_proc_wep_rxbuf(struct acx_softc *, struct mbuf *, int *); acx_softc 261 dev/ic/acx100.c acx100_set_param(struct acx_softc *sc) acx_softc 290 dev/ic/acx100.c acx100_init(struct acx_softc *sc) acx_softc 331 dev/ic/acx100.c acx100_init_wep(struct acx_softc *sc) acx_softc 362 dev/ic/acx100.c acx100_init_tmplt(struct acx_softc *sc) acx_softc 389 dev/ic/acx100.c acx100_init_fw_ring(struct acx_softc *sc) acx_softc 443 dev/ic/acx100.c acx100_init_memory(struct acx_softc *sc) acx_softc 520 dev/ic/acx100.c acx100_init_fw_txring(struct acx_softc *sc, uint32_t fw_txdesc_start) acx_softc 555 dev/ic/acx100.c acx100_init_fw_rxring(struct acx_softc *sc, uint32_t fw_rxdesc_start) acx_softc 583 dev/ic/acx100.c acx100_read_config(struct acx_softc *sc, struct acx_config *conf) acx_softc 617 dev/ic/acx100.c acx100_write_config(struct acx_softc *sc, struct acx_config *conf) acx_softc 646 dev/ic/acx100.c acx100_set_txpower(struct acx_softc *sc) acx_softc 671 dev/ic/acx100.c acx100_set_fw_txdesc_rate(struct acx_softc *sc, struct acx_txbuf *tx_buf, acx_softc 678 dev/ic/acx100.c acx100_set_bss_join_param(struct acx_softc *sc, void *param, int dtim_intvl) acx_softc 688 dev/ic/acx100.c acx100_set_wepkey(struct acx_softc *sc, struct ieee80211_key *k, int k_idx) acx_softc 712 dev/ic/acx100.c acx100_proc_wep_rxbuf(struct acx_softc *sc, struct mbuf *m, int *len) acx_softc 123 dev/ic/acx111.c int acx111_init(struct acx_softc *); acx_softc 124 dev/ic/acx111.c int acx111_init_memory(struct acx_softc *); acx_softc 125 dev/ic/acx111.c void acx111_init_fw_txring(struct acx_softc *, uint32_t); acx_softc 126 dev/ic/acx111.c int acx111_write_config(struct acx_softc *, struct acx_config *); acx_softc 127 dev/ic/acx111.c void acx111_set_fw_txdesc_rate(struct acx_softc *, acx_softc 129 dev/ic/acx111.c void acx111_set_bss_join_param(struct acx_softc *, void *, int); acx_softc 273 dev/ic/acx111.c acx111_set_param(struct acx_softc *sc) acx_softc 301 dev/ic/acx111.c acx111_init(struct acx_softc *sc) acx_softc 328 dev/ic/acx111.c acx111_init_memory(struct acx_softc *sc) acx_softc 377 dev/ic/acx111.c acx111_init_fw_txring(struct acx_softc *sc, uint32_t fw_txdesc_start) acx_softc 404 dev/ic/acx111.c acx111_write_config(struct acx_softc *sc, struct acx_config *conf) acx_softc 442 dev/ic/acx111.c acx111_set_fw_txdesc_rate(struct acx_softc *sc, struct acx_txbuf *tx_buf, acx_softc 456 dev/ic/acx111.c acx111_set_bss_join_param(struct acx_softc *sc, void *param, int dtim_intvl) acx_softc 333 dev/ic/acxvar.h struct acx_softc { acx_softc 372 dev/ic/acxvar.h int (*sc_enable)(struct acx_softc *); acx_softc 373 dev/ic/acxvar.h void (*sc_disable)(struct acx_softc *); acx_softc 374 dev/ic/acxvar.h void (*sc_power)(struct acx_softc *, int); acx_softc 422 dev/ic/acxvar.h (struct acx_softc *); acx_softc 425 dev/ic/acxvar.h (struct acx_softc *, acx_softc 429 dev/ic/acxvar.h (struct acx_softc *, struct acx_config *); acx_softc 432 dev/ic/acxvar.h (struct acx_softc *, struct acx_config *); acx_softc 435 dev/ic/acxvar.h (struct acx_softc *, struct acx_txbuf *, int); acx_softc 438 dev/ic/acxvar.h (struct acx_softc *, void *, int); acx_softc 441 dev/ic/acxvar.h (struct acx_softc *, struct mbuf *, int *); acx_softc 482 dev/ic/acxvar.h void acx100_set_param(struct acx_softc *); acx_softc 483 dev/ic/acxvar.h void acx111_set_param(struct acx_softc *); acx_softc 485 dev/ic/acxvar.h int acx_init_tmplt_ordered(struct acx_softc *); acx_softc 486 dev/ic/acxvar.h void acx_write_phyreg(struct acx_softc *, uint32_t, uint8_t); acx_softc 488 dev/ic/acxvar.h int acx_set_tmplt(struct acx_softc *, uint16_t, void *, uint16_t); acx_softc 489 dev/ic/acxvar.h int acx_get_conf(struct acx_softc *, uint16_t, void *, uint16_t); acx_softc 490 dev/ic/acxvar.h int acx_set_conf(struct acx_softc *, uint16_t, void *, uint16_t); acx_softc 491 dev/ic/acxvar.h int acx_exec_command(struct acx_softc *, uint16_t, void *, uint16_t, acx_softc 493 dev/ic/acxvar.h int acx_attach(struct acx_softc *); acx_softc 59 dev/pci/if_acx_pci.c struct acx_softc sc_acx; acx_softc 106 dev/pci/if_acx_pci.c struct acx_softc *sc = &psc->sc_acx; acx_softc 173 dev/pci/if_acx_pci.c struct acx_softc *sc = &psc->sc_acx;