Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c231 u16 cmd_action, in mwifiex_cmd_tx_power_cfg() argument
240 switch (cmd_action) { in mwifiex_cmd_tx_power_cfg()
292 u16 cmd_action, in mwifiex_cmd_rf_antenna() argument
300 switch (cmd_action) { in mwifiex_cmd_rf_antenna()
350 u16 cmd_action, in mwifiex_cmd_802_11_hs_cfg() argument
429 u16 cmd_action) in mwifiex_cmd_802_11_mac_address() argument
454 u16 cmd_action, in mwifiex_cmd_mac_multicast_adr() argument
1018 u16 cmd_action) in mwifiex_cmd_802_11d_domain_info() argument
1083 switch (cmd_action) { in mwifiex_cmd_ibss_coalescing_status()
1580 u16 cmd_action, in mwifiex_cmd_gtk_rekey_offload() argument
[all …]
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 D11ac.h29 struct host_cmd_ds_command *cmd, u16 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 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.c547 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync) in mwifiex_send_cmd() argument
638 ret = mwifiex_uap_prepare_cmd(priv, cmd_no, cmd_action, in mwifiex_send_cmd()
643 ret = mwifiex_sta_prepare_cmd(priv, cmd_no, cmd_action, in mwifiex_send_cmd()
1314 u16 cmd_action, uint16_t ps_bitmap, in mwifiex_cmd_enh_power_mode() argument
1323 if (cmd_action == DIS_AUTO_PS) { in mwifiex_cmd_enh_power_mode()
1328 } else if (cmd_action == GET_PS) { in mwifiex_cmd_enh_power_mode()
1333 } else if (cmd_action == EN_AUTO_PS) { in mwifiex_cmd_enh_power_mode()
H A Ddebugfs.c616 u16 cmd_action; in mwifiex_memrw_write() local
631 cmd_action = HostCmd_ACT_GEN_GET; in mwifiex_memrw_write()
634 cmd_action = HostCmd_ACT_GEN_SET; in mwifiex_memrw_write()
641 if (mwifiex_send_cmd(priv, HostCmd_CMD_MEM_ACCESS, cmd_action, 0, in mwifiex_memrw_write()
H A Duap_cmd.c721 mwifiex_cmd_uap_sys_config(struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_uap_sys_config() argument
731 sys_cfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_uap_sys_config()
777 u16 cmd_action, u32 type, in mwifiex_uap_prepare_cmd() argument
784 if (mwifiex_cmd_uap_sys_config(cmd, cmd_action, type, data_buf)) in mwifiex_uap_prepare_cmd()
H A Dmain.h1075 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync);
1111 u16 cmd_action, uint16_t ps_bitmap,
1126 u16 cmd_action, u32 cmd_oid,
1129 u16 cmd_action, u32 cmd_oid,
/openbmc/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,
122 uint16_t cmd_action);
140 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()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h36 int qtnf_cmd_send_phy_params(struct qtnf_wmac *mac, u16 cmd_action,