Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.h20 struct host_cmd_ds_command *cmd, u16 cmd_action,
49 int cmd_action, u16 *buf_size);
51 int cmd_action,
H A D11n.c203 struct host_cmd_ds_command *cmd, int cmd_action, in mwifiex_cmd_recfg_tx_buf() argument
207 u16 action = (u16) cmd_action; in mwifiex_cmd_recfg_tx_buf()
236 int cmd_action, in mwifiex_cmd_amsdu_aggr_ctrl() argument
241 u16 action = (u16) cmd_action; in mwifiex_cmd_amsdu_aggr_ctrl()
269 struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_11n_cfg() argument
276 htcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11n_cfg()
H A Duap_cmd.c716 mwifiex_cmd_uap_sys_config(struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_uap_sys_config() argument
726 sys_cfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_uap_sys_config()
792 u16 cmd_action, void *data_buf) in mwifiex_cmd_uap_add_station() argument
808 new_sta->action = cpu_to_le16(cmd_action); in mwifiex_cmd_uap_add_station()
811 if (cmd_action == HostCmd_ACT_ADD_STA) in mwifiex_cmd_uap_add_station()
821 if (cmd_action == HostCmd_ACT_REMOVE_STA) { in mwifiex_cmd_uap_add_station()
932 u16 cmd_action, u32 type, in mwifiex_uap_prepare_cmd() argument
939 if (mwifiex_cmd_uap_sys_config(cmd, cmd_action, type, data_buf)) in mwifiex_uap_prepare_cmd()
961 if (mwifiex_cmd_uap_add_station(priv, cmd, cmd_action, in mwifiex_uap_prepare_cmd()
H A D11ac.h29 struct host_cmd_ds_command *cmd, u16 cmd_action,
H A D11ac.c254 struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_11ac_cfg() argument
262 vhtcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11ac_cfg()
H A Dcmdevt.c543 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync) in mwifiex_send_cmd() argument
636 ret = mwifiex_uap_prepare_cmd(priv, cmd_no, cmd_action, in mwifiex_send_cmd()
641 ret = mwifiex_sta_prepare_cmd(priv, cmd_no, cmd_action, in mwifiex_send_cmd()
1301 u16 cmd_action, uint16_t ps_bitmap, in mwifiex_cmd_enh_power_mode() argument
1310 if (cmd_action == DIS_AUTO_PS) { in mwifiex_cmd_enh_power_mode()
1315 } else if (cmd_action == GET_PS) { in mwifiex_cmd_enh_power_mode()
1320 } else if (cmd_action == EN_AUTO_PS) { in mwifiex_cmd_enh_power_mode()
H A Ddebugfs.c610 u16 cmd_action; in mwifiex_memrw_write() local
625 cmd_action = HostCmd_ACT_GEN_GET; in mwifiex_memrw_write()
628 cmd_action = HostCmd_ACT_GEN_SET; in mwifiex_memrw_write()
635 if (mwifiex_send_cmd(priv, HostCmd_CMD_MEM_ACCESS, cmd_action, 0, in mwifiex_memrw_write()
/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.h93 int lbs_cmd_802_11_sleep_params(struct lbs_private *priv, uint16_t cmd_action,
125 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block);
H A Dcmd.c230 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block) in lbs_set_ps_mode() argument
237 cmd.action = cpu_to_le16(cmd_action); in lbs_set_ps_mode()
239 if (cmd_action == PS_MODE_ACTION_ENTER_PS) { in lbs_set_ps_mode()
242 } else if (cmd_action == PS_MODE_ACTION_EXIT_PS) { in lbs_set_ps_mode()
248 lbs_deb_cmd("PS_MODE: unknown action 0x%X\n", cmd_action); in lbs_set_ps_mode()
262 int lbs_cmd_802_11_sleep_params(struct lbs_private *priv, uint16_t cmd_action, in lbs_cmd_802_11_sleep_params() argument
268 if (cmd_action == CMD_ACT_GET) { in lbs_cmd_802_11_sleep_params()
279 cmd.action = cpu_to_le16(cmd_action); in lbs_cmd_802_11_sleep_params()
H A Dmesh.c25 static int lbs_mesh_access(struct lbs_private *priv, uint16_t cmd_action, in lbs_mesh_access() argument
34 cmd->action = cpu_to_le16(cmd_action); in lbs_mesh_access()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h36 int qtnf_cmd_send_phy_params(struct qtnf_wmac *mac, u16 cmd_action,