Searched refs:acx (Results 1 - 9 of 9) sorted by relevance

/drivers/net/wireless/ti/wl18xx/
H A Dacx.c24 #include "../wlcore/acx.h"
26 #include "acx.h"
35 wl1271_debug(DEBUG_ACX, "acx cfg bitmap %d blk %d spare %d field %d",
65 struct wl18xx_acx_checksum_state *acx; local
68 wl1271_debug(DEBUG_ACX, "acx checksum state");
70 acx = kzalloc(sizeof(*acx), GFP_KERNEL);
71 if (!acx) {
76 acx->checksum_state = CHECKSUM_OFFLOAD_ENABLED;
78 ret = wl1271_cmd_configure(wl, ACX_CSUM_CONFIG, acx, sizeo
91 struct wl18xx_acx_clear_statistics *acx; local
115 struct wlcore_peer_ht_operation_mode *acx; local
154 struct wlcore_acx_peer_cap *acx; local
[all...]
H A DMakefile1 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
/drivers/net/wireless/ti/wlcore/
H A Dacx.c24 #include "acx.h"
43 wl1271_debug(DEBUG_ACX, "acx wake up conditions (wake_up_event %d listen_interval %d)",
73 wl1271_debug(DEBUG_ACX, "acx sleep auth %d", sleep_auth);
100 struct acx_current_tx_power *acx; local
103 wl1271_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr %d", power);
108 acx = kzalloc(sizeof(*acx), GFP_KERNEL);
109 if (!acx) {
114 acx->role_id = wlvif->role_id;
115 acx
175 struct acx_rx_msdu_lifetime *acx; local
231 struct acx_dot11_grp_addr_tbl *acx; local
456 struct acx_conn_monit_params *acx; local
667 struct acx_preamble *acx; local
695 struct acx_ctsprotect *acx; local
739 struct acx_rate_policy *acx; local
810 struct acx_rate_policy *acx; local
843 struct acx_ac_cfg *acx; local
879 struct acx_tid_config *acx; local
913 struct acx_frag_threshold *acx; local
946 struct acx_tx_config_options *acx; local
1076 struct wl1271_acx_bet_enable *acx = NULL; local
1108 struct wl1271_acx_arp_filter *acx; local
1140 struct wl1271_acx_pm_config *acx = NULL; local
1170 struct wl1271_acx_keep_alive_mode *acx = NULL; local
1198 struct wl1271_acx_keep_alive_config *acx = NULL; local
1230 struct wl1271_acx_rssi_snr_trigger *acx = NULL; local
1271 struct wl1271_acx_rssi_snr_avg_weights *acx = NULL; local
1304 struct wl1271_acx_ht_capabilities *acx; local
1353 struct wl1271_acx_ht_information *acx; local
1389 struct wl1271_acx_ba_initiator_policy *acx; local
1424 struct wl1271_acx_ba_receiver_setup *acx; local
1542 struct wl1271_acx_ap_max_tx_retry *acx = NULL; local
1598 struct wl1271_acx_inconnection_sta *acx = NULL; local
1624 struct wl1271_acx_fm_coex *acx; local
1664 struct wl12xx_acx_set_rate_mgmt_params *acx = NULL; local
1706 struct wl12xx_acx_config_hangover *acx; local
1747 struct acx_roaming_stats *acx; local
1778 struct acx_default_rx_filter *acx; local
1807 struct acx_rx_filter_cfg *acx; local
[all...]
H A DMakefile1 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
H A Dcmd.c34 #include "acx.h"
849 * read acx from firmware
852 * @id: acx id
859 struct acx_header *acx = buf; local
864 acx->id = cpu_to_le16(id);
867 acx->len = cpu_to_le16(res_len - sizeof(*acx));
869 ret = wl1271_cmd_send(wl, CMD_INTERROGATE, acx, cmd_len, res_len);
877 * write acx value to firmware
880 * @id: acx i
889 struct acx_header *acx = buf; local
[all...]
/drivers/net/wireless/ti/wl1251/
H A Dacx.c1 #include "acx.h"
17 wl1251_debug(DEBUG_ACX, "acx frame rates");
46 wl1251_debug(DEBUG_ACX, "acx dot11_station_id");
69 wl1251_debug(DEBUG_ACX, "acx dot11_default_key (%d)", key_id);
97 wl1251_debug(DEBUG_ACX, "acx wake up conditions");
123 wl1251_debug(DEBUG_ACX, "acx sleep auth");
142 wl1251_debug(DEBUG_ACX, "acx fw rev");
171 struct acx_current_tx_power *acx; local
174 wl1251_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr");
179 acx
286 struct acx_rx_msdu_lifetime *acx; local
386 struct acx_dot11_grp_addr_tbl *acx; local
520 struct acx_conn_monit_params *acx; local
750 struct acx_preamble *acx; local
775 struct acx_ctsprotect *acx; local
839 struct acx_rate_policy *acx; local
919 struct wl1251_acx_wr_tbtt_and_dtim *acx; local
946 struct wl1251_acx_bet_enable *acx; local
971 struct wl1251_acx_arp_filter *acx; local
998 struct wl1251_acx_ac_cfg *acx; local
1030 struct wl1251_acx_tid_cfg *acx; local
[all...]
H A DMakefile2 acx.o boot.o init.o debugfs.o io.o
H A Dcmd.c11 #include "acx.h"
102 * read acx from firmware
105 * @id: acx id
111 struct acx_header *acx = buf; local
116 acx->id = id;
119 acx->len = len - sizeof(*acx);
121 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx));
130 acx
149 struct acx_header *acx = buf; local
[all...]
/drivers/net/wireless/ti/wl12xx/
H A DMakefile1 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o

Completed in 300 milliseconds