Home
last modified time | relevance | path

Searched refs:txp_cfg (Results 1 – 3 of 3) 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 Dfw.h2371 struct host_cmd_ds_txpwr_cfg txp_cfg; member
H A Dsta_cmd.c235 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in mwifiex_cmd_tx_power_cfg()