Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Dsta_cmdresp.c384 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg() local
387 u16 action = le16_to_cpu(txp_cfg->action); in mwifiex_ret_tx_power_cfg()
391 ((u8 *)txp_cfg + in mwifiex_ret_tx_power_cfg()
398 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
412 if (!le32_to_cpu(txp_cfg->mode)) in mwifiex_ret_tx_power_cfg()
Dsta_ioctl.c676 struct host_cmd_ds_txpwr_cfg *txp_cfg; in mwifiex_set_tx_power() local
698 txp_cfg = (struct host_cmd_ds_txpwr_cfg *) buf; in mwifiex_set_tx_power()
699 txp_cfg->action = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_set_tx_power()
704 txp_cfg->mode = cpu_to_le32(1); in mwifiex_set_tx_power()
Dfw.h2320 struct host_cmd_ds_txpwr_cfg txp_cfg; member
Dsta_cmd.c247 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in mwifiex_cmd_tx_power_cfg()