Searched refs:acx (Results 1 – 9 of 9) sorted by relevance
| /drivers/net/wireless/ti/wlcore/ |
| A D | acx.c | 93 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_tx_power() 165 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_rx_msdu_life_time() 173 acx, sizeof(*acx)); in wl1271_acx_rx_msdu_life_time() 221 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_group_address_tbl() 234 acx, sizeof(*acx)); in wl1271_acx_group_address_tbl() 465 acx, sizeof(*acx)); in wl1271_acx_conn_monit_params() 1112 acx, sizeof(*acx)); in wl1271_acx_arp_ip_filter() 1201 acx, sizeof(*acx)); in wl1271_acx_keep_alive_config() 1597 acx, sizeof(*acx)); in wl1271_acx_set_inconnection_sta() 1679 acx, sizeof(*acx)); in wl12xx_acx_set_rate_mgmt_params() [all …]
|
| A D | cmd.c | 871 struct acx_header *acx = buf; in wl1271_cmd_interrogate() local 876 acx->id = cpu_to_le16(id); in wl1271_cmd_interrogate() 879 acx->len = cpu_to_le16(res_len - sizeof(*acx)); in wl1271_cmd_interrogate() 881 ret = wl1271_cmd_send(wl, CMD_INTERROGATE, acx, cmd_len, res_len); in wl1271_cmd_interrogate() 901 struct acx_header *acx = buf; in wlcore_cmd_configure_failsafe() local 906 if (WARN_ON_ONCE(len < sizeof(*acx))) in wlcore_cmd_configure_failsafe() 909 acx->id = cpu_to_le16(id); in wlcore_cmd_configure_failsafe() 912 acx->len = cpu_to_le16(len - sizeof(*acx)); in wlcore_cmd_configure_failsafe() 914 ret = wlcore_cmd_send_failsafe(wl, CMD_CONFIGURE, acx, len, 0, in wlcore_cmd_configure_failsafe()
|
| A D | Makefile | 2 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
|
| /drivers/net/wireless/ti/wl18xx/ |
| A D | acx.c | 57 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_set_checksum_state() 83 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_clear_statistics() 108 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_peer_ht_operation_mode() 149 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_set_peer_cap() 195 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_interrupt_notify_config() 222 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_rx_ba_filter() 250 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_ap_sleep() 280 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_dynamic_fw_traces() 289 acx, sizeof(*acx)); in wl18xx_acx_dynamic_fw_traces() 308 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_time_sync_cfg() [all …]
|
| A D | Makefile | 2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
|
| /drivers/net/wireless/ti/wl1251/ |
| A D | acx.c | 177 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_tx_power() 289 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_rx_msdu_life_time() 295 acx, sizeof(*acx)); in wl1251_acx_rx_msdu_life_time() 389 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_group_address_tbl() 399 acx, sizeof(*acx)); in wl1251_acx_group_address_tbl() 523 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_conn_monit_params() 531 acx, sizeof(*acx)); in wl1251_acx_conn_monit_params() 753 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_set_preamble() 778 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_cts_protect() 895 acx, sizeof(*acx)); in wl1251_acx_wr_tbtt_and_dtim() [all …]
|
| A D | cmd.c | 71 struct acx_header *acx = buf; in wl1251_cmd_interrogate() local 76 acx->id = id; in wl1251_cmd_interrogate() 79 acx->len = len - sizeof(*acx); in wl1251_cmd_interrogate() 81 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); in wl1251_cmd_interrogate() 90 acx = buf; in wl1251_cmd_interrogate() 91 if (acx->cmd.status != CMD_STATUS_SUCCESS) in wl1251_cmd_interrogate() 93 acx->cmd.status); in wl1251_cmd_interrogate() 109 struct acx_header *acx = buf; in wl1251_cmd_configure() local 114 acx->id = id; in wl1251_cmd_configure() 117 acx->len = len - sizeof(*acx); in wl1251_cmd_configure() [all …]
|
| A D | Makefile | 3 acx.o boot.o init.o debugfs.o io.o
|
| /drivers/net/wireless/ti/wl12xx/ |
| A D | Makefile | 2 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
|
Completed in 746 milliseconds