Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c230 get_unaligned_le16((u8 *)host_cmd + S_DS_GEN), in mwifiex_dnld_cmd_to_fw()
274 get_unaligned_le16((u8 *)host_cmd + S_DS_GEN); in mwifiex_dnld_cmd_to_fw()
1313 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()
1318 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()
1323 cmd_size = S_DS_GEN + sizeof(psmode_enh->action) + in mwifiex_cmd_enh_power_mode()
1461 cpu_to_le16(sizeof(struct host_cmd_ds_get_hw_spec) + S_DS_GEN); in mwifiex_cmd_get_hw_spec()
1556 resp_size = le16_to_cpu(resp->size) - S_DS_GEN; in mwifiex_ret_get_hw_spec()
H A Duap_cmd.c724 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()
H A D11n.c211 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()
H A D11n_rxreorder.c438 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()
H A Djoin.c560 cmd->size = cpu_to_le16((u16) (pos - (u8 *) assoc) + S_DS_GEN); in mwifiex_cmd_802_11_associate()
700 priv->assoc_rsp_size = min(le16_to_cpu(resp->size) - S_DS_GEN, in mwifiex_ret_802_11_associate()
1120 + S_DS_GEN + cmd_append_size)); in mwifiex_cmd_802_11_ad_hoc_start()
1281 + S_DS_GEN + cmd_append_size)); in mwifiex_cmd_802_11_ad_hoc_join()
H A Dscan.c1593 + scan_cfg->tlv_buf_len + S_DS_GEN)); in mwifiex_cmd_802_11_scan()
2150 + S_DS_GEN); in mwifiex_ret_802_11_scan()
2249 + scan_cfg->tlv_buf_len + S_DS_GEN)); in mwifiex_cmd_802_11_scan_ext()
2277 cmd->size = cpu_to_le16(sizeof(*bgscan_config) + S_DS_GEN); in mwifiex_cmd_802_11_bg_scan_config()
2537 buf_left = le16_to_cpu(resp->size) - (sizeof(*ext_scan_resp) + S_DS_GEN); in mwifiex_ret_802_11_scan_ext()
2736 + S_DS_GEN); in mwifiex_cmd_802_11_bg_scan_query()
H A D11h.c140 cmd->size = cpu_to_le16(S_DS_GEN); in mwifiex_cmd_issue_chan_report_request()
H A D11ac.c261 S_DS_GEN); in mwifiex_cmd_11ac_cfg()
H A Dsta_cmdresp.c267 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()
H A Dfw.h1044 #define S_DS_GEN sizeof(struct host_cmd_ds_gen) macro