Home
last modified time | relevance | path

Searched refs:host_cmd_ds_command (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c45 struct host_cmd_ds_command *resp) in mwifiex_process_cmdresp_error()
122 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info()
182 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib()
228 struct host_cmd_ds_command *resp, in mwifiex_ret_get_log()
277 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_rate_cfg()
391 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_power_cfg()
445 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_tx_power()
469 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_antenna()
498 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_mac_address()
516 struct host_cmd_ds_command *resp) in mwifiex_ret_mac_multicast_adr()
[all …]
D11n_rxreorder.h65 struct host_cmd_ds_command
67 int mwifiex_cmd_11n_delba(struct host_cmd_ds_command *cmd,
70 struct host_cmd_ds_command *cmd,
73 int mwifiex_cmd_11n_addba_req(struct host_cmd_ds_command *cmd,
D11n.h28 struct host_cmd_ds_command *resp);
30 struct host_cmd_ds_command *resp);
32 struct host_cmd_ds_command *cmd, u16 cmd_action,
60 struct host_cmd_ds_command *cmd,
62 int mwifiex_cmd_amsdu_aggr_ctrl(struct host_cmd_ds_command *cmd,
Dcmdevt.c114 struct host_cmd_ds_command *cmd, in mwifiex_cmd_host_cmd()
137 struct host_cmd_ds_command *host_cmd; in mwifiex_dnld_cmd_to_fw()
146 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_dnld_cmd_to_fw()
493 struct host_cmd_ds_command *cmd_ptr; in mwifiex_send_cmd()
543 memset(skb_put(cmd_node->cmd_skb, sizeof(struct host_cmd_ds_command)), in mwifiex_send_cmd()
544 0, sizeof(struct host_cmd_ds_command)); in mwifiex_send_cmd()
546 cmd_ptr = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_send_cmd()
624 struct host_cmd_ds_command *host_cmd = (void *)cmd_node->cmd_skb->data; in mwifiex_recycle_cmd_node()
645 struct host_cmd_ds_command *host_cmd = NULL; in mwifiex_insert_cmd_to_pending_q()
649 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_insert_cmd_to_pending_q()
[all …]
Dsta_cmd.c44 struct host_cmd_ds_command *cmd, u16 cmd_action) in mwifiex_cmd_802_11_rssi_info()
74 struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_control()
109 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_snmp_mib()
148 mwifiex_cmd_802_11_get_log(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_get_log()
166 struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_rate_cfg()
241 static int mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_power_cfg()
285 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_tx_power()
302 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_antenna()
342 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_hs_cfg()
400 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_mac_address()
[all …]
Dmain.h986 struct host_cmd_ds_command *cmd,
990 struct host_cmd_ds_command *resp,
998 struct host_cmd_ds_command *resp);
1008 struct host_cmd_ds_command *resp);
1023 int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd,
1028 struct host_cmd_ds_command *resp);
1033 struct host_cmd_ds_command *cmd,
1036 struct host_cmd_ds_command *resp);
1046 struct host_cmd_ds_command *cmd,
1049 struct host_cmd_ds_command *cmd,
[all …]
D11ac.h41 struct host_cmd_ds_command *cmd, u16 cmd_action,
D11n.c111 struct host_cmd_ds_command *resp) in mwifiex_ret_11n_delba()
157 struct host_cmd_ds_command *resp) in mwifiex_ret_11n_addba_req()
215 struct host_cmd_ds_command *cmd, int cmd_action, in mwifiex_cmd_recfg_tx_buf()
246 int mwifiex_cmd_amsdu_aggr_ctrl(struct host_cmd_ds_command *cmd, in mwifiex_cmd_amsdu_aggr_ctrl()
280 struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_11n_cfg()
Dwmm.h124 const struct host_cmd_ds_command *resp);
D11n_rxreorder.c429 int mwifiex_cmd_11n_addba_req(struct host_cmd_ds_command *cmd, void *data_buf) in mwifiex_cmd_11n_addba_req()
449 struct host_cmd_ds_command *cmd, in mwifiex_cmd_11n_addba_rsp_gen()
520 int mwifiex_cmd_11n_delba(struct host_cmd_ds_command *cmd, void *data_buf) in mwifiex_cmd_11n_delba()
708 struct host_cmd_ds_command *resp) in mwifiex_ret_11n_addba_resp()
Djoin.c384 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_associate()
617 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_associate()
777 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_ad_hoc_start()
1052 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_ad_hoc_join()
1198 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_ad_hoc()
Dscan.c1515 int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_scan()
1853 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_scan()
1969 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_scan_ext()
2025 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_scan_ext()
2033 struct host_cmd_ds_command *cmd_ptr; in mwifiex_ret_802_11_scan_ext()
2231 int mwifiex_cmd_802_11_bg_scan_query(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_bg_scan_query()
Duap_cmd.c689 mwifiex_cmd_uap_sys_config(struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_uap_sys_config()
726 struct host_cmd_ds_command *cmd, u8 *mac) in mwifiex_cmd_uap_sta_deauth()
748 struct host_cmd_ds_command *cmd = cmd_buf; in mwifiex_uap_prepare_cmd()
D11h.c149 struct host_cmd_ds_command *cmd, in mwifiex_cmd_issue_chan_report_request()
D11ac.c266 struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_11ac_cfg()
Dwmm.c772 const struct host_cmd_ds_command *resp) in mwifiex_ret_wmm_get_status()
Dfw.h1911 struct host_cmd_ds_command { struct