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

/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dacx.c10 #include "../wlcore/acx.h"
12 #include "acx.h"
22 wl1271_debug(DEBUG_ACX, "acx cfg bitmap %d blk %d spare %d field %d",
52 struct wl18xx_acx_checksum_state *acx; local
55 wl1271_debug(DEBUG_ACX, "acx checksum state");
57 acx = kzalloc(sizeof(*acx), GFP_KERNEL);
58 if (!acx) {
63 acx->checksum_state = CHECKSUM_OFFLOAD_ENABLED;
65 ret = wl1271_cmd_configure(wl, ACX_CSUM_CONFIG, acx, sizeo
78 struct wl18xx_acx_clear_statistics *acx; local
102 struct wlcore_peer_ht_operation_mode *acx; local
141 struct wlcore_acx_peer_cap *acx; local
192 struct wl18xx_acx_interrupt_notify *acx; local
219 struct wl18xx_acx_rx_ba_filter *acx; local
244 struct acx_ap_sleep_cfg *acx; local
274 struct acx_dynamic_fw_traces_cfg *acx; local
301 struct acx_time_sync_cfg *acx; local
[all...]
H A DMakefile2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c10 #include "acx.h"
28 wl1271_debug(DEBUG_ACX, "acx wake up conditions (wake_up_event %d listen_interval %d)",
58 wl1271_debug(DEBUG_ACX, "acx sleep auth %d", sleep_auth);
85 struct acx_current_tx_power *acx; local
88 wl1271_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr %d", power);
93 acx = kzalloc(sizeof(*acx), GFP_KERNEL);
94 if (!acx) {
99 acx->role_id = wlvif->role_id;
100 acx
160 struct acx_rx_msdu_lifetime *acx; local
216 struct acx_dot11_grp_addr_tbl *acx; local
441 struct acx_conn_monit_params *acx; local
652 struct acx_preamble *acx; local
680 struct acx_ctsprotect *acx; local
724 struct acx_rate_policy *acx; local
795 struct acx_rate_policy *acx; local
828 struct acx_ac_cfg *acx; local
864 struct acx_tid_config *acx; local
898 struct acx_frag_threshold *acx; local
931 struct acx_tx_config_options *acx; local
1061 struct wl1271_acx_bet_enable *acx = NULL; local
1093 struct wl1271_acx_arp_filter *acx; local
1125 struct wl1271_acx_pm_config *acx = NULL; local
1155 struct wl1271_acx_keep_alive_mode *acx = NULL; local
1183 struct wl1271_acx_keep_alive_config *acx = NULL; local
1215 struct wl1271_acx_rssi_snr_trigger *acx = NULL; local
1256 struct wl1271_acx_rssi_snr_avg_weights *acx = NULL; local
1289 struct wl1271_acx_ht_capabilities *acx; local
1338 struct wl1271_acx_ht_information *acx; local
1374 struct wl1271_acx_ba_initiator_policy *acx; local
1410 struct wl1271_acx_ba_receiver_setup *acx; local
1528 struct wl1271_acx_ap_max_tx_retry *acx = NULL; local
1584 struct wl1271_acx_inconnection_sta *acx = NULL; local
1610 struct wl1271_acx_fm_coex *acx; local
1650 struct wl12xx_acx_set_rate_mgmt_params *acx = NULL; local
1692 struct wl12xx_acx_config_hangover *acx; local
1733 struct acx_roaming_stats *acx; local
1764 struct acx_default_rx_filter *acx; local
1793 struct acx_rx_filter_cfg *acx; local
[all...]
H A DMakefile2 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
H A Dcmd.c21 #include "acx.h"
851 * wl1271_cmd_interrogate - read acx from firmware
854 * @id: acx id
862 struct acx_header *acx = buf; local
867 acx->id = cpu_to_le16(id);
870 acx->len = cpu_to_le16(res_len - sizeof(*acx));
872 ret = wl1271_cmd_send(wl, CMD_INTERROGATE, acx, cmd_len, res_len);
880 * wlcore_cmd_configure_failsafe - write acx value to firmware
883 * @id: acx i
892 struct acx_header *acx = buf; local
[all...]
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c2 #include "acx.h"
18 wl1251_debug(DEBUG_ACX, "acx frame rates");
47 wl1251_debug(DEBUG_ACX, "acx dot11_station_id");
67 wl1251_debug(DEBUG_ACX, "acx dot11_default_key (%d)", key_id);
95 wl1251_debug(DEBUG_ACX, "acx wake up conditions");
121 wl1251_debug(DEBUG_ACX, "acx sleep auth");
140 wl1251_debug(DEBUG_ACX, "acx fw rev");
169 struct acx_current_tx_power *acx; local
172 wl1251_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr");
177 acx
284 struct acx_rx_msdu_lifetime *acx; local
384 struct acx_dot11_grp_addr_tbl *acx; local
518 struct acx_conn_monit_params *acx; local
748 struct acx_preamble *acx; local
773 struct acx_ctsprotect *acx; local
837 struct acx_rate_policy *acx; local
917 struct wl1251_acx_wr_tbtt_and_dtim *acx; local
944 struct wl1251_acx_bet_enable *acx; local
969 struct wl1251_acx_arp_filter *acx; local
996 struct wl1251_acx_ac_cfg *acx; local
1028 struct wl1251_acx_tid_cfg *acx; local
[all...]
H A DMakefile3 acx.o boot.o init.o debugfs.o io.o
H A Dcmd.c12 #include "acx.h"
103 * wl1251_cmd_interrogate - Read acx from firmware
106 * @id: acx id
112 struct acx_header *acx = buf; local
117 acx->id = id;
120 acx->len = len - sizeof(*acx);
122 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx));
131 acx
150 struct acx_header *acx = buf; local
[all...]
/linux-master/drivers/net/wireless/ti/wl12xx/
H A DMakefile2 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
/linux-master/arch/mips/include/asm/
H A Dptrace.h42 unsigned long acx; member in struct:pt_regs
/linux-master/arch/mips/kernel/
H A Dptrace.c900 REG_OFFSET_NAME(acx, acx),
1160 tmp = regs->acx;
1249 regs->acx = data;
H A Dsignal.c451 err |= __put_user(regs->acx, &sc->sc_acx);
528 err |= __get_user(regs->acx, &sc->sc_acx);
H A Dasm-offsets.c65 OFFSET(PT_ACX, pt_regs, acx);
H A Dtraps.c292 printk("Acx : %0*lx\n", field, regs->acx);

Completed in 176 milliseconds