Home
last modified time | relevance | path

Searched refs:txp_cfg (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c373 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg() local
376 u16 action = le16_to_cpu(txp_cfg->action); in mwifiex_ret_tx_power_cfg()
380 ((u8 *)txp_cfg + in mwifiex_ret_tx_power_cfg()
387 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
401 if (!le32_to_cpu(txp_cfg->mode)) in mwifiex_ret_tx_power_cfg()
H A Dsta_ioctl.c730 struct host_cmd_ds_txpwr_cfg *txp_cfg; in mwifiex_set_tx_power() local
752 txp_cfg = (struct host_cmd_ds_txpwr_cfg *) buf; in mwifiex_set_tx_power()
753 txp_cfg->action = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_set_tx_power()
758 txp_cfg->mode = cpu_to_le32(1); in mwifiex_set_tx_power()
H A Dfw.h2384 struct host_cmd_ds_txpwr_cfg txp_cfg; member
H A Dsta_cmd.c220 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in mwifiex_cmd_tx_power_cfg()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cfg.c546 struct host_cmd_ds_txpwr_cfg *txp_cfg; in nxpwifi_set_tx_power() local
568 txp_cfg = (struct host_cmd_ds_txpwr_cfg *)buf; in nxpwifi_set_tx_power()
569 txp_cfg->action = cpu_to_le16(HOST_ACT_GEN_SET); in nxpwifi_set_tx_power()
574 txp_cfg->mode = cpu_to_le32(1); in nxpwifi_set_tx_power()
H A Dsta_cmd.c1774 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in nxpwifi_cmd_sta_tx_power_cfg()
1856 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in nxpwifi_ret_sta_tx_power_cfg() local
1859 u16 action = le16_to_cpu(txp_cfg->action); in nxpwifi_ret_sta_tx_power_cfg()
1863 ((u8 *)txp_cfg + in nxpwifi_ret_sta_tx_power_cfg()
1870 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in nxpwifi_ret_sta_tx_power_cfg()
1884 if (!le32_to_cpu(txp_cfg->mode)) in nxpwifi_ret_sta_tx_power_cfg()
H A Dfw.h2392 struct host_cmd_ds_txpwr_cfg txp_cfg; member