Searched refs:S_DS_GEN (Results 1 – 8 of 8) 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() 199 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_tx_rate_cfg) + in mwifiex_cmd_tx_rate_cfg() 224 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg() 265 + S_DS_GEN); in mwifiex_cmd_rf_tx_power() 290 + S_DS_GEN); in mwifiex_cmd_rf_antenna() 300 S_DS_GEN); in mwifiex_cmd_rf_antenna() 309 S_DS_GEN); in mwifiex_cmd_rf_antenna() [all...]
724 cmd_size = (u16)(sizeof(struct host_cmd_ds_sys_config) + S_DS_GEN); in mwifiex_cmd_uap_sys_config() 758 size = S_DS_GEN; in mwifiex_cmd_uap_bss_start() 784 S_DS_GEN); in mwifiex_cmd_uap_sta_deauth() 809 size = sizeof(struct host_cmd_ds_add_station) + S_DS_GEN; in mwifiex_cmd_uap_add_station() 949 cmd->size = cpu_to_le16(S_DS_GEN); in mwifiex_uap_prepare_cmd()
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()
140 cmd->size = cpu_to_le16(S_DS_GEN); in mwifiex_cmd_issue_chan_report_request()
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()
1044 #define S_DS_GEN sizeof(struct host_cmd_ds_gen) macro