Home
last modified time | relevance | path

Searched refs:S_DS_GEN (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmd.c48 S_DS_GEN); in mwifiex_cmd_802_11_rssi_info()
87 cpu_to_le16(sizeof(struct host_cmd_ds_mac_control) + S_DS_GEN); in mwifiex_cmd_mac_control()
118 - 1 + S_DS_GEN); in mwifiex_cmd_802_11_snmp_mib()
152 S_DS_GEN); in mwifiex_cmd_802_11_get_log()
225 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_tx_rate_cfg) + in mwifiex_cmd_tx_rate_cfg()
250 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
291 + S_DS_GEN); in mwifiex_cmd_rf_tx_power()
316 S_DS_GEN); in mwifiex_cmd_rf_antenna()
323 S_DS_GEN); in mwifiex_cmd_rf_antenna()
368 + S_DS_GEN); in mwifiex_cmd_802_11_hs_cfg()
[all …]
Dcmdevt.c202 le16_to_cpu(*(__le16 *) ((u8 *) host_cmd + S_DS_GEN)), cmd_size, in mwifiex_dnld_cmd_to_fw()
244 le16_to_cpu(*(__le16 *) ((u8 *) host_cmd + S_DS_GEN)); in mwifiex_dnld_cmd_to_fw()
1285 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()
1290 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()
1295 cmd_size = S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()
1427 cpu_to_le16(sizeof(struct host_cmd_ds_get_hw_spec) + S_DS_GEN); in mwifiex_cmd_get_hw_spec()
1520 resp_size = le16_to_cpu(resp->size) - S_DS_GEN; in mwifiex_ret_get_hw_spec()
D11n.c223 cpu_to_le16(sizeof(struct host_cmd_ds_txbuf_cfg) + S_DS_GEN); in mwifiex_cmd_recfg_tx_buf()
256 + S_DS_GEN); in mwifiex_cmd_amsdu_aggr_ctrl()
286 cmd->size = cpu_to_le16(sizeof(struct host_cmd_ds_11n_cfg) + S_DS_GEN); in mwifiex_cmd_11n_cfg()
D11n_rxreorder.c434 cmd->size = cpu_to_le16(sizeof(*add_ba_req) + S_DS_GEN); in mwifiex_cmd_11n_addba_req()
481 cmd->size = cpu_to_le16(sizeof(*add_ba_rsp) + S_DS_GEN); in mwifiex_cmd_11n_addba_rsp_gen()
525 cmd->size = cpu_to_le16(sizeof(*del_ba) + S_DS_GEN); in mwifiex_cmd_11n_delba()
Djoin.c538 cmd->size = cpu_to_le16((u16) (pos - (u8 *) assoc) + S_DS_GEN); in mwifiex_cmd_802_11_associate()
631 priv->assoc_rsp_size = min(le16_to_cpu(resp->size) - S_DS_GEN, in mwifiex_ret_802_11_associate()
1022 + S_DS_GEN + cmd_append_size)); in mwifiex_cmd_802_11_ad_hoc_start()
1182 + S_DS_GEN + cmd_append_size)); in mwifiex_cmd_802_11_ad_hoc_join()
Duap_cmd.c697 cmd_size = (u16)(sizeof(struct host_cmd_ds_sys_config) + S_DS_GEN); in mwifiex_cmd_uap_sys_config()
735 S_DS_GEN); in mwifiex_cmd_uap_sta_deauth()
758 cmd->size = cpu_to_le16(S_DS_GEN); in mwifiex_uap_prepare_cmd()
D11h.c156 cmd->size = cpu_to_le16(S_DS_GEN); in mwifiex_cmd_issue_chan_report_request()
Dscan.c1531 + scan_cfg->tlv_buf_len + S_DS_GEN)); in mwifiex_cmd_802_11_scan()
1910 + S_DS_GEN); in mwifiex_ret_802_11_scan()
1981 + scan_cfg->tlv_buf_len + S_DS_GEN)); in mwifiex_cmd_802_11_scan_ext()
2043 buf_left = le16_to_cpu(resp->size) - (sizeof(*ext_scan_resp) + S_DS_GEN in mwifiex_ret_802_11_scan_ext()
2238 + S_DS_GEN); in mwifiex_cmd_802_11_bg_scan_query()
D11ac.c273 S_DS_GEN); in mwifiex_cmd_11ac_cfg()
Dsta_cmdresp.c287 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*rate_cfg); in mwifiex_ret_tx_rate_cfg()
408 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
Dfw.h848 #define S_DS_GEN sizeof(struct host_cmd_ds_gen) macro