Searched refs:S_DS_GEN (Results 1 – 11 of 11) sorted by relevance
40 S_DS_GEN); in mwifiex_cmd_802_11_rssi_info()79 cpu_to_le16(sizeof(struct host_cmd_ds_mac_control) + S_DS_GEN); in mwifiex_cmd_mac_control()111 - 1 + S_DS_GEN); in mwifiex_cmd_802_11_snmp_mib()145 S_DS_GEN); in mwifiex_cmd_802_11_get_log()214 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_tx_rate_cfg) + in mwifiex_cmd_tx_rate_cfg()239 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()280 + S_DS_GEN); in mwifiex_cmd_rf_tx_power()305 + S_DS_GEN); in mwifiex_cmd_rf_antenna()315 S_DS_GEN); in mwifiex_cmd_rf_antenna()324 S_DS_GEN); in mwifiex_cmd_rf_antenna()[all …]
232 get_unaligned_le16((u8 *)host_cmd + S_DS_GEN), in mwifiex_dnld_cmd_to_fw()276 get_unaligned_le16((u8 *)host_cmd + S_DS_GEN); in mwifiex_dnld_cmd_to_fw()1326 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()1331 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()1336 cmd_size = S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()1474 cpu_to_le16(sizeof(struct host_cmd_ds_get_hw_spec) + S_DS_GEN); in mwifiex_cmd_get_hw_spec()1569 resp_size = le16_to_cpu(resp->size) - S_DS_GEN; in mwifiex_ret_get_hw_spec()
211 cpu_to_le16(sizeof(struct host_cmd_ds_txbuf_cfg) + S_DS_GEN); in mwifiex_cmd_recfg_tx_buf()245 + S_DS_GEN); in mwifiex_cmd_amsdu_aggr_ctrl()275 cmd->size = cpu_to_le16(sizeof(struct host_cmd_ds_11n_cfg) + S_DS_GEN); in mwifiex_cmd_11n_cfg()
438 cmd->size = cpu_to_le16(sizeof(*add_ba_req) + S_DS_GEN); in mwifiex_cmd_11n_addba_req()484 cmd->size = cpu_to_le16(sizeof(*add_ba_rsp) + S_DS_GEN); in mwifiex_cmd_11n_addba_rsp_gen()528 cmd->size = cpu_to_le16(sizeof(*del_ba) + S_DS_GEN); in mwifiex_cmd_11n_delba()
530 cmd->size = cpu_to_le16((u16) (pos - (u8 *) assoc) + S_DS_GEN); in mwifiex_cmd_802_11_associate()657 priv->assoc_rsp_size = min(le16_to_cpu(resp->size) - S_DS_GEN, in mwifiex_ret_802_11_associate()1079 + S_DS_GEN + cmd_append_size)); in mwifiex_cmd_802_11_ad_hoc_start()1240 + S_DS_GEN + cmd_append_size)); in mwifiex_cmd_802_11_ad_hoc_join()
721 cmd_size = (u16)(sizeof(struct host_cmd_ds_sys_config) + S_DS_GEN); in mwifiex_cmd_uap_sys_config()759 S_DS_GEN); in mwifiex_cmd_uap_sta_deauth()784 cmd->size = cpu_to_le16(S_DS_GEN); in mwifiex_uap_prepare_cmd()
140 cmd->size = cpu_to_le16(S_DS_GEN); in mwifiex_cmd_issue_chan_report_request()
1604 + scan_cfg->tlv_buf_len + S_DS_GEN)); in mwifiex_cmd_802_11_scan()2163 + S_DS_GEN); in mwifiex_ret_802_11_scan()2262 + scan_cfg->tlv_buf_len + S_DS_GEN)); in mwifiex_cmd_802_11_scan_ext()2290 cmd->size = cpu_to_le16(sizeof(*bgscan_config) + S_DS_GEN); in mwifiex_cmd_802_11_bg_scan_config()2551 buf_left = le16_to_cpu(resp->size) - (sizeof(*ext_scan_resp) + S_DS_GEN in mwifiex_ret_802_11_scan_ext()2751 + S_DS_GEN); in mwifiex_cmd_802_11_bg_scan_query()
261 S_DS_GEN); in mwifiex_cmd_11ac_cfg()
267 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*rate_cfg); in mwifiex_ret_tx_rate_cfg()387 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()1140 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*reg); in mwifiex_ret_chan_region_cfg()
998 #define S_DS_GEN sizeof(struct host_cmd_ds_gen) macro