Searched refs:cmd_action (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dsta_cmd.c44 struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11_rssi_info()
49 cmd->params.rssi_info.action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_rssi_info()
75 u16 cmd_action, u16 *action) mwifiex_cmd_mac_control()
79 if (cmd_action != HostCmd_ACT_GEN_SET) { mwifiex_cmd_mac_control()
110 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_snmp_mib()
121 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11_snmp_mib()
125 } else if (cmd_action == HostCmd_ACT_GEN_SET) { mwifiex_cmd_802_11_snmp_mib()
135 cmd_action, cmd_oid, le16_to_cpu(snmp_mib->buf_size), mwifiex_cmd_802_11_snmp_mib()
167 u16 cmd_action, u16 *pbitmap_rates) mwifiex_cmd_tx_rate_cfg()
176 rate_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_tx_rate_cfg()
242 u16 cmd_action, mwifiex_cmd_tx_power_cfg()
251 switch (cmd_action) { mwifiex_cmd_tx_power_cfg()
271 cmd_txp_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_tx_power_cfg()
274 cmd_txp_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_tx_power_cfg()
286 u16 cmd_action, void *data_buf) mwifiex_cmd_rf_tx_power()
293 txp->action = cpu_to_le16(cmd_action); mwifiex_cmd_rf_tx_power()
303 u16 cmd_action, mwifiex_cmd_rf_antenna()
311 if (cmd_action != HostCmd_ACT_GEN_SET) mwifiex_cmd_rf_antenna()
343 u16 cmd_action, mwifiex_cmd_802_11_hs_cfg()
401 u16 cmd_action) mwifiex_cmd_802_11_mac_address()
408 cmd->params.mac_addr.action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_mac_address()
410 if (cmd_action == HostCmd_ACT_GEN_SET) mwifiex_cmd_802_11_mac_address()
426 u16 cmd_action, mwifiex_cmd_mac_multicast_adr()
435 mcast_addr->action = cpu_to_le16(cmd_action); mwifiex_cmd_mac_multicast_adr()
609 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_key_material_v2()
619 km->action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_key_material_v2()
621 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11_key_material_v2()
785 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_key_material_v1()
795 key_material->action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_key_material_v1()
797 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11_key_material_v1()
969 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_key_material()
974 cmd_action, cmd_oid, mwifiex_cmd_802_11_key_material()
979 cmd_action, cmd_oid, mwifiex_cmd_802_11_key_material()
993 u16 cmd_action) mwifiex_cmd_802_11d_domain_info()
1005 domain_info->action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11d_domain_info()
1006 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11d_domain_info()
1046 u16 cmd_action, u16 *enable) mwifiex_cmd_ibss_coalescing_status()
1055 ibss_coal->action = cpu_to_le16(cmd_action); mwifiex_cmd_ibss_coalescing_status()
1057 switch (cmd_action) { mwifiex_cmd_ibss_coalescing_status()
1092 u16 cmd_action, void *data_buf) mwifiex_cmd_reg_access()
1103 mac_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access()
1115 bbp_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access()
1127 rf_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access()
1138 pmic_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access()
1150 cau_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access()
1163 cmd_eeprom->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access()
1485 u16 cmd_action, void *data_buf) mwifiex_cmd_coalesce_cfg()
1497 coalesce_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_coalesce_cfg()
1677 u16 cmd_action, void *data_buf) mwifiex_cmd_sdio_rx_aggr_cfg()
1686 cfg->action = cmd_action; mwifiex_cmd_sdio_rx_aggr_cfg()
1687 if (cmd_action == HostCmd_ACT_GEN_SET) mwifiex_cmd_sdio_rx_aggr_cfg()
1700 u16 cmd_action, u32 cmd_oid, mwifiex_sta_prepare_cmd()
1715 ret = mwifiex_cmd_mac_control(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1720 cmd_action); mwifiex_sta_prepare_cmd()
1723 ret = mwifiex_cmd_mac_multicast_adr(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1727 ret = mwifiex_cmd_tx_rate_cfg(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1731 ret = mwifiex_cmd_tx_power_cfg(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1735 ret = mwifiex_cmd_rf_tx_power(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1739 ret = mwifiex_cmd_rf_antenna(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1743 ret = mwifiex_cmd_enh_power_mode(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1747 ret = mwifiex_cmd_802_11_hs_cfg(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1778 ret = mwifiex_cmd_802_11_rssi_info(priv, cmd_ptr, cmd_action); mwifiex_sta_prepare_cmd()
1781 ret = mwifiex_cmd_802_11_snmp_mib(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1806 cmd_ptr->params.reg_mask.action = cpu_to_le16(cmd_action); mwifiex_sta_prepare_cmd()
1822 ret = mwifiex_cmd_11ac_cfg(priv, cmd_ptr, cmd_action, data_buf); mwifiex_sta_prepare_cmd()
1826 cmd_ptr->params.mode_cfg.action = cpu_to_le16(cmd_action); mwifiex_sta_prepare_cmd()
1854 cmd_action, cmd_oid, mwifiex_sta_prepare_cmd()
1859 cmd_action); mwifiex_sta_prepare_cmd()
1862 ret = mwifiex_cmd_recfg_tx_buf(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1866 ret = mwifiex_cmd_amsdu_aggr_ctrl(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1870 ret = mwifiex_cmd_11n_cfg(priv, cmd_ptr, cmd_action, data_buf); mwifiex_sta_prepare_cmd()
1882 ret = mwifiex_cmd_ibss_coalescing_status(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1894 ret = mwifiex_cmd_reg_access(cmd_ptr, cmd_action, data_buf); mwifiex_sta_prepare_cmd()
1911 ret = mwifiex_cmd_pcie_host_spec(priv, cmd_ptr, cmd_action); mwifiex_sta_prepare_cmd()
1920 ret = mwifiex_cmd_coalesce_cfg(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
1931 ret = mwifiex_cmd_sdio_rx_aggr_cfg(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd()
43 mwifiex_cmd_802_11_rssi_info(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11_rssi_info() argument
73 mwifiex_cmd_mac_control(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u16 *action) mwifiex_cmd_mac_control() argument
108 mwifiex_cmd_802_11_snmp_mib(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, u16 *ul_temp) mwifiex_cmd_802_11_snmp_mib() argument
165 mwifiex_cmd_tx_rate_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u16 *pbitmap_rates) mwifiex_cmd_tx_rate_cfg() argument
241 mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, u16 cmd_action, struct host_cmd_ds_txpwr_cfg *txp) mwifiex_cmd_tx_power_cfg() argument
284 mwifiex_cmd_rf_tx_power(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_rf_tx_power() argument
301 mwifiex_cmd_rf_antenna(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_ds_ant_cfg *ant_cfg) mwifiex_cmd_rf_antenna() argument
341 mwifiex_cmd_802_11_hs_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_hs_config_param *hscfg_param) mwifiex_cmd_802_11_hs_cfg() argument
399 mwifiex_cmd_802_11_mac_address(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11_mac_address() argument
425 mwifiex_cmd_mac_multicast_adr(struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_multicast_list *mcast_list) mwifiex_cmd_mac_multicast_adr() argument
607 mwifiex_cmd_802_11_key_material_v2(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, struct mwifiex_ds_encrypt_key *enc_key) mwifiex_cmd_802_11_key_material_v2() argument
783 mwifiex_cmd_802_11_key_material_v1(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, struct mwifiex_ds_encrypt_key *enc_key) mwifiex_cmd_802_11_key_material_v1() argument
967 mwifiex_cmd_802_11_key_material(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, struct mwifiex_ds_encrypt_key *enc_key) mwifiex_cmd_802_11_key_material() argument
991 mwifiex_cmd_802_11d_domain_info(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11d_domain_info() argument
1045 mwifiex_cmd_ibss_coalescing_status(struct host_cmd_ds_command *cmd, u16 cmd_action, u16 *enable) mwifiex_cmd_ibss_coalescing_status() argument
1091 mwifiex_cmd_reg_access(struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_reg_access() argument
1483 mwifiex_cmd_coalesce_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_coalesce_cfg() argument
1676 mwifiex_cmd_sdio_rx_aggr_cfg(struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_sdio_rx_aggr_cfg() argument
1699 mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no, u16 cmd_action, u32 cmd_oid, void *data_buf, void *cmd_buf) mwifiex_sta_prepare_cmd() argument
H A D11n.h32 struct host_cmd_ds_command *cmd, u16 cmd_action,
61 int cmd_action, u16 *buf_size);
63 int cmd_action,
H A D11ac.h41 struct host_cmd_ds_command *cmd, u16 cmd_action,
H A D11n.c215 struct host_cmd_ds_command *cmd, int cmd_action, mwifiex_cmd_recfg_tx_buf()
219 u16 action = (u16) cmd_action; mwifiex_cmd_recfg_tx_buf()
247 int cmd_action, mwifiex_cmd_amsdu_aggr_ctrl()
252 u16 action = (u16) cmd_action; mwifiex_cmd_amsdu_aggr_ctrl()
280 struct host_cmd_ds_command *cmd, u16 cmd_action, mwifiex_cmd_11n_cfg()
287 htcfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_11n_cfg()
214 mwifiex_cmd_recfg_tx_buf(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, int cmd_action, u16 *buf_size) mwifiex_cmd_recfg_tx_buf() argument
246 mwifiex_cmd_amsdu_aggr_ctrl(struct host_cmd_ds_command *cmd, int cmd_action, struct mwifiex_ds_11n_amsdu_aggr_ctrl *aa_ctrl) mwifiex_cmd_amsdu_aggr_ctrl() argument
279 mwifiex_cmd_11n_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_ds_11n_tx_cfg *txcfg) mwifiex_cmd_11n_cfg() argument
H A D11ac.c266 struct host_cmd_ds_command *cmd, u16 cmd_action, mwifiex_cmd_11ac_cfg()
274 vhtcfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_11ac_cfg()
265 mwifiex_cmd_11ac_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_11ac_vht_cfg *cfg) mwifiex_cmd_11ac_cfg() argument
H A Duap_cmd.c689 mwifiex_cmd_uap_sys_config(struct host_cmd_ds_command *cmd, u16 cmd_action, mwifiex_cmd_uap_sys_config() argument
699 sys_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_uap_sys_config()
745 u16 cmd_action, u32 type, mwifiex_uap_prepare_cmd()
752 if (mwifiex_cmd_uap_sys_config(cmd, cmd_action, type, data_buf)) mwifiex_uap_prepare_cmd()
744 mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, u16 cmd_no, u16 cmd_action, u32 type, void *data_buf, void *cmd_buf) mwifiex_uap_prepare_cmd() argument
H A Dcmdevt.c488 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync) mwifiex_send_cmd()
557 ret = mwifiex_uap_prepare_cmd(priv, cmd_no, cmd_action, mwifiex_send_cmd()
562 ret = mwifiex_sta_prepare_cmd(priv, cmd_no, cmd_action, mwifiex_send_cmd()
1273 u16 cmd_action, uint16_t ps_bitmap, mwifiex_cmd_enh_power_mode()
1282 if (cmd_action == DIS_AUTO_PS) { mwifiex_cmd_enh_power_mode()
1287 } else if (cmd_action == GET_PS) { mwifiex_cmd_enh_power_mode()
1292 } else if (cmd_action == EN_AUTO_PS) { mwifiex_cmd_enh_power_mode()
487 mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no, u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync) mwifiex_send_cmd() argument
1271 mwifiex_cmd_enh_power_mode(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, uint16_t ps_bitmap, struct mwifiex_ds_auto_ds *auto_ds) mwifiex_cmd_enh_power_mode() argument
H A Dmain.h950 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync);
987 u16 cmd_action, uint16_t ps_bitmap,
1002 u16 cmd_action, u32 cmd_oid,
1005 u16 cmd_action, u32 cmd_oid,
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dcmd.h91 int lbs_cmd_802_11_sleep_params(struct lbs_private *priv, uint16_t cmd_action,
120 uint16_t cmd_action);
138 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block);
H A Dcmd.c228 * @cmd_action: The Power Save operation (PS_MODE_ACTION_ENTER_PS or
234 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block) lbs_set_ps_mode() argument
243 cmd.action = cpu_to_le16(cmd_action); lbs_set_ps_mode()
245 if (cmd_action == PS_MODE_ACTION_ENTER_PS) { lbs_set_ps_mode()
248 } else if (cmd_action == PS_MODE_ACTION_EXIT_PS) { lbs_set_ps_mode()
254 lbs_deb_cmd("PS_MODE: unknown action 0x%X\n", cmd_action); lbs_set_ps_mode()
269 int lbs_cmd_802_11_sleep_params(struct lbs_private *priv, uint16_t cmd_action, lbs_cmd_802_11_sleep_params() argument
277 if (cmd_action == CMD_ACT_GET) { lbs_cmd_802_11_sleep_params()
288 cmd.action = cpu_to_le16(cmd_action); lbs_cmd_802_11_sleep_params()
H A Dmesh.c24 static int lbs_mesh_access(struct lbs_private *priv, uint16_t cmd_action, lbs_mesh_access() argument
29 lbs_deb_enter_args(LBS_DEB_CMD, "action %d", cmd_action); lbs_mesh_access()
35 cmd->action = cpu_to_le16(cmd_action); lbs_mesh_access()

Completed in 241 milliseconds