txp_cfg          2317 drivers/net/wireless/marvell/mwifiex/fw.h 		struct host_cmd_ds_txpwr_cfg txp_cfg;
txp_cfg           247 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg;
txp_cfg           384 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg;
txp_cfg           387 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	u16 action = le16_to_cpu(txp_cfg->action);
txp_cfg           391 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 		((u8 *)txp_cfg +
txp_cfg           398 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg);
txp_cfg           412 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 		if (!le32_to_cpu(txp_cfg->mode))
txp_cfg           676 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	struct host_cmd_ds_txpwr_cfg *txp_cfg;
txp_cfg           698 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	txp_cfg = (struct host_cmd_ds_txpwr_cfg *) buf;
txp_cfg           699 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	txp_cfg->action = cpu_to_le16(HostCmd_ACT_GEN_SET);
txp_cfg           704 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 		txp_cfg->mode = cpu_to_le32(1);