Symbol: acx_softc
sys/dev/cardbus/if_acx_cardbus.c
107
struct acx_softc *sc = &csc->sc_acx;
sys/dev/cardbus/if_acx_cardbus.c
178
struct acx_softc *sc = &csc->sc_acx;
sys/dev/cardbus/if_acx_cardbus.c
213
acx_cardbus_enable(struct acx_softc *sc)
sys/dev/cardbus/if_acx_cardbus.c
245
acx_cardbus_disable(struct acx_softc *sc)
sys/dev/cardbus/if_acx_cardbus.c
261
acx_cardbus_power(struct acx_softc *sc, int why)
sys/dev/cardbus/if_acx_cardbus.c
53
struct acx_softc sc_acx;
sys/dev/cardbus/if_acx_cardbus.c
90
int acx_cardbus_enable(struct acx_softc *);
sys/dev/cardbus/if_acx_cardbus.c
91
void acx_cardbus_disable(struct acx_softc *);
sys/dev/cardbus/if_acx_cardbus.c
92
void acx_cardbus_power(struct acx_softc *, int);
sys/dev/ic/acx.c
1068
struct acx_softc *sc = ifp->if_softc;
sys/dev/ic/acx.c
1091
struct acx_softc *sc = arg;
sys/dev/ic/acx.c
1127
acx_disable_intr(struct acx_softc *sc)
sys/dev/ic/acx.c
1134
acx_enable_intr(struct acx_softc *sc)
sys/dev/ic/acx.c
1142
acx_txeof(struct acx_softc *sc)
sys/dev/ic/acx.c
1213
acx_txerr(struct acx_softc *sc, uint8_t err)
sys/dev/ic/acx.c
127
int acx_attach(struct acx_softc *);
sys/dev/ic/acx.c
1281
acx_rxeof(struct acx_softc *sc)
sys/dev/ic/acx.c
131
int acx_stop(struct acx_softc *);
sys/dev/ic/acx.c
132
void acx_init_info_reg(struct acx_softc *);
sys/dev/ic/acx.c
133
int acx_config(struct acx_softc *);
sys/dev/ic/acx.c
134
int acx_read_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx.c
135
int acx_write_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx.c
136
int acx_rx_config(struct acx_softc *);
sys/dev/ic/acx.c
137
int acx_set_crypt_keys(struct acx_softc *);
sys/dev/ic/acx.c
1425
acx_reset(struct acx_softc *sc)
sys/dev/ic/acx.c
1453
acx_read_eeprom(struct acx_softc *sc, uint32_t offset, uint8_t *val)
sys/dev/ic/acx.c
146
void acx_disable_intr(struct acx_softc *);
sys/dev/ic/acx.c
147
void acx_enable_intr(struct acx_softc *);
sys/dev/ic/acx.c
148
void acx_txeof(struct acx_softc *);
sys/dev/ic/acx.c
1480
acx_read_phyreg(struct acx_softc *sc, uint32_t reg, uint8_t *val)
sys/dev/ic/acx.c
149
void acx_txerr(struct acx_softc *, uint8_t);
sys/dev/ic/acx.c
150
void acx_rxeof(struct acx_softc *);
sys/dev/ic/acx.c
1507
acx_write_phyreg(struct acx_softc *sc, uint32_t reg, uint8_t val)
sys/dev/ic/acx.c
1515
acx_load_base_firmware(struct acx_softc *sc, const char *name)
sys/dev/ic/acx.c
152
int acx_dma_alloc(struct acx_softc *);
sys/dev/ic/acx.c
153
void acx_dma_free(struct acx_softc *);
sys/dev/ic/acx.c
154
void acx_init_tx_ring(struct acx_softc *);
sys/dev/ic/acx.c
155
int acx_init_rx_ring(struct acx_softc *);
sys/dev/ic/acx.c
156
int acx_newbuf(struct acx_softc *, struct acx_rxbuf *, int);
sys/dev/ic/acx.c
1562
acx_load_radio_firmware(struct acx_softc *sc, const char *name)
sys/dev/ic/acx.c
157
int acx_encap(struct acx_softc *, struct acx_txbuf *,
sys/dev/ic/acx.c
160
int acx_reset(struct acx_softc *);
sys/dev/ic/acx.c
162
int acx_set_null_tmplt(struct acx_softc *);
sys/dev/ic/acx.c
163
int acx_set_probe_req_tmplt(struct acx_softc *, const char *, int);
sys/dev/ic/acx.c
1630
acx_load_firmware(struct acx_softc *sc, uint32_t offset, const uint8_t *data,
sys/dev/ic/acx.c
165
int acx_set_probe_resp_tmplt(struct acx_softc *, struct ieee80211_node *);
sys/dev/ic/acx.c
167
int acx_set_beacon_tmplt(struct acx_softc *, struct ieee80211_node *);
sys/dev/ic/acx.c
170
int acx_read_eeprom(struct acx_softc *, uint32_t, uint8_t *);
sys/dev/ic/acx.c
171
int acx_read_phyreg(struct acx_softc *, uint32_t, uint8_t *);
sys/dev/ic/acx.c
1719
struct acx_softc *sc = ic->ic_if.if_softc;
sys/dev/ic/acx.c
175
int acx_load_firmware(struct acx_softc *, uint32_t,
sys/dev/ic/acx.c
177
int acx_load_radio_firmware(struct acx_softc *, const char *);
sys/dev/ic/acx.c
178
int acx_load_base_firmware(struct acx_softc *, const char *);
sys/dev/ic/acx.c
184
void acx_init_cmd_reg(struct acx_softc *);
sys/dev/ic/acx.c
1840
acx_init_tmplt_ordered(struct acx_softc *sc)
sys/dev/ic/acx.c
185
int acx_join_bss(struct acx_softc *, uint8_t, struct ieee80211_node *);
sys/dev/ic/acx.c
186
int acx_set_channel(struct acx_softc *, uint8_t);
sys/dev/ic/acx.c
187
int acx_init_radio(struct acx_softc *, uint32_t, uint32_t);
sys/dev/ic/acx.c
1885
acx_dma_alloc(struct acx_softc *sc)
sys/dev/ic/acx.c
2011
acx_dma_free(struct acx_softc *sc)
sys/dev/ic/acx.c
2056
acx_init_tx_ring(struct acx_softc *sc)
sys/dev/ic/acx.c
2087
acx_init_rx_ring(struct acx_softc *sc)
sys/dev/ic/acx.c
211
acx_attach(struct acx_softc *sc)
sys/dev/ic/acx.c
2123
acx_newbuf(struct acx_softc *sc, struct acx_rxbuf *rb, int wait)
sys/dev/ic/acx.c
2175
acx_encap(struct acx_softc *sc, struct acx_txbuf *txbuf, struct mbuf *m,
sys/dev/ic/acx.c
2294
acx_set_null_tmplt(struct acx_softc *sc)
sys/dev/ic/acx.c
2314
acx_set_probe_req_tmplt(struct acx_softc *sc, const char *ssid, int ssid_len)
sys/dev/ic/acx.c
2350
acx_set_probe_resp_tmplt(struct acx_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/acx.c
2409
acx_set_beacon_tmplt(struct acx_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/acx.c
2454
acx_init_cmd_reg(struct acx_softc *sc)
sys/dev/ic/acx.c
2464
acx_join_bss(struct acx_softc *sc, uint8_t mode, struct ieee80211_node *node)
sys/dev/ic/acx.c
2501
acx_set_channel(struct acx_softc *sc, uint8_t chan)
sys/dev/ic/acx.c
2521
acx_get_conf(struct acx_softc *sc, uint16_t conf_id, void *conf,
sys/dev/ic/acx.c
2541
acx_set_conf(struct acx_softc *sc, uint16_t conf_id, void *conf,
sys/dev/ic/acx.c
2560
acx_set_tmplt(struct acx_softc *sc, uint16_t cmd, void *tmplt,
sys/dev/ic/acx.c
2578
acx_init_radio(struct acx_softc *sc, uint32_t radio_ofs, uint32_t radio_len)
sys/dev/ic/acx.c
2590
acx_exec_command(struct acx_softc *sc, uint16_t cmd, void *param,
sys/dev/ic/acx.c
2687
struct acx_softc *sc = arg;
sys/dev/ic/acx.c
2696
struct acx_softc *sc = arg;
sys/dev/ic/acx.c
2710
struct acx_softc *sc = ic->ic_if.if_softc;
sys/dev/ic/acx.c
2726
struct acx_softc *sc = ic->ic_if.if_softc;
sys/dev/ic/acx.c
379
struct acx_softc *sc = xsc;
sys/dev/ic/acx.c
395
struct acx_softc *sc = ifp->if_softc;
sys/dev/ic/acx.c
495
acx_init_info_reg(struct acx_softc *sc)
sys/dev/ic/acx.c
502
acx_set_crypt_keys(struct acx_softc *sc)
sys/dev/ic/acx.c
539
struct acx_softc *sc = arg;
sys/dev/ic/acx.c
548
acx_stop(struct acx_softc *sc)
sys/dev/ic/acx.c
624
acx_config(struct acx_softc *sc)
sys/dev/ic/acx.c
658
acx_read_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx.c
734
acx_write_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx.c
800
acx_rx_config(struct acx_softc *sc)
sys/dev/ic/acx.c
838
struct acx_softc *sc = ifp->if_softc;
sys/dev/ic/acx.c
894
struct acx_softc *sc = ifp->if_softc;
sys/dev/ic/acx100.c
100
int acx100_init(struct acx_softc *);
sys/dev/ic/acx100.c
101
int acx100_init_wep(struct acx_softc *);
sys/dev/ic/acx100.c
102
int acx100_init_tmplt(struct acx_softc *);
sys/dev/ic/acx100.c
103
int acx100_init_fw_ring(struct acx_softc *);
sys/dev/ic/acx100.c
104
int acx100_init_memory(struct acx_softc *);
sys/dev/ic/acx100.c
105
void acx100_init_fw_txring(struct acx_softc *, uint32_t);
sys/dev/ic/acx100.c
106
void acx100_init_fw_rxring(struct acx_softc *, uint32_t);
sys/dev/ic/acx100.c
107
int acx100_read_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx100.c
108
int acx100_write_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx100.c
109
int acx100_set_txpower(struct acx_softc *);
sys/dev/ic/acx100.c
110
void acx100_set_fw_txdesc_rate(struct acx_softc *,
sys/dev/ic/acx100.c
112
void acx100_set_bss_join_param(struct acx_softc *, void *, int);
sys/dev/ic/acx100.c
113
int acx100_set_wepkey(struct acx_softc *, struct ieee80211_key *, int);
sys/dev/ic/acx100.c
114
void acx100_proc_wep_rxbuf(struct acx_softc *, struct mbuf *, int *);
sys/dev/ic/acx100.c
259
acx100_set_param(struct acx_softc *sc)
sys/dev/ic/acx100.c
291
acx100_init(struct acx_softc *sc)
sys/dev/ic/acx100.c
332
acx100_init_wep(struct acx_softc *sc)
sys/dev/ic/acx100.c
363
acx100_init_tmplt(struct acx_softc *sc)
sys/dev/ic/acx100.c
390
acx100_init_fw_ring(struct acx_softc *sc)
sys/dev/ic/acx100.c
444
acx100_init_memory(struct acx_softc *sc)
sys/dev/ic/acx100.c
521
acx100_init_fw_txring(struct acx_softc *sc, uint32_t fw_txdesc_start)
sys/dev/ic/acx100.c
556
acx100_init_fw_rxring(struct acx_softc *sc, uint32_t fw_rxdesc_start)
sys/dev/ic/acx100.c
584
acx100_read_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx100.c
618
acx100_write_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx100.c
647
acx100_set_txpower(struct acx_softc *sc)
sys/dev/ic/acx100.c
672
acx100_set_fw_txdesc_rate(struct acx_softc *sc, struct acx_txbuf *tx_buf,
sys/dev/ic/acx100.c
679
acx100_set_bss_join_param(struct acx_softc *sc, void *param, int dtim_intvl)
sys/dev/ic/acx100.c
689
acx100_set_wepkey(struct acx_softc *sc, struct ieee80211_key *k, int k_idx)
sys/dev/ic/acx100.c
713
acx100_proc_wep_rxbuf(struct acx_softc *sc, struct mbuf *m, int *len)
sys/dev/ic/acx111.c
120
int acx111_init(struct acx_softc *);
sys/dev/ic/acx111.c
121
int acx111_init_memory(struct acx_softc *);
sys/dev/ic/acx111.c
122
void acx111_init_fw_txring(struct acx_softc *, uint32_t);
sys/dev/ic/acx111.c
123
int acx111_write_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx111.c
124
void acx111_set_fw_txdesc_rate(struct acx_softc *,
sys/dev/ic/acx111.c
126
void acx111_set_bss_join_param(struct acx_softc *, void *, int);
sys/dev/ic/acx111.c
270
acx111_set_param(struct acx_softc *sc)
sys/dev/ic/acx111.c
301
acx111_init(struct acx_softc *sc)
sys/dev/ic/acx111.c
328
acx111_init_memory(struct acx_softc *sc)
sys/dev/ic/acx111.c
377
acx111_init_fw_txring(struct acx_softc *sc, uint32_t fw_txdesc_start)
sys/dev/ic/acx111.c
404
acx111_write_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx111.c
442
acx111_set_fw_txdesc_rate(struct acx_softc *sc, struct acx_txbuf *tx_buf,
sys/dev/ic/acx111.c
456
acx111_set_bss_join_param(struct acx_softc *sc, void *param, int dtim_intvl)
sys/dev/ic/acxvar.h
366
int (*sc_enable)(struct acx_softc *);
sys/dev/ic/acxvar.h
367
void (*sc_disable)(struct acx_softc *);
sys/dev/ic/acxvar.h
368
void (*sc_power)(struct acx_softc *, int);
sys/dev/ic/acxvar.h
416
(struct acx_softc *);
sys/dev/ic/acxvar.h
419
(struct acx_softc *,
sys/dev/ic/acxvar.h
423
(struct acx_softc *, struct acx_config *);
sys/dev/ic/acxvar.h
426
(struct acx_softc *, struct acx_config *);
sys/dev/ic/acxvar.h
429
(struct acx_softc *, struct acx_txbuf *, int);
sys/dev/ic/acxvar.h
432
(struct acx_softc *, void *, int);
sys/dev/ic/acxvar.h
435
(struct acx_softc *, struct mbuf *, int *);
sys/dev/ic/acxvar.h
474
void acx100_set_param(struct acx_softc *);
sys/dev/ic/acxvar.h
475
void acx111_set_param(struct acx_softc *);
sys/dev/ic/acxvar.h
477
int acx_init_tmplt_ordered(struct acx_softc *);
sys/dev/ic/acxvar.h
478
void acx_write_phyreg(struct acx_softc *, uint32_t, uint8_t);
sys/dev/ic/acxvar.h
480
int acx_set_tmplt(struct acx_softc *, uint16_t, void *, uint16_t);
sys/dev/ic/acxvar.h
481
int acx_get_conf(struct acx_softc *, uint16_t, void *, uint16_t);
sys/dev/ic/acxvar.h
482
int acx_set_conf(struct acx_softc *, uint16_t, void *, uint16_t);
sys/dev/ic/acxvar.h
483
int acx_exec_command(struct acx_softc *, uint16_t, void *, uint16_t,
sys/dev/ic/acxvar.h
485
int acx_attach(struct acx_softc *);
sys/dev/pci/if_acx_pci.c
166
struct acx_softc *sc = &psc->sc_acx;
sys/dev/pci/if_acx_pci.c
52
struct acx_softc sc_acx;
sys/dev/pci/if_acx_pci.c
99
struct acx_softc *sc = &psc->sc_acx;