Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c676 struct host_cmd_ds_txpwr_cfg *txp_cfg; in mwifiex_set_tx_power()
698 txp_cfg = (struct host_cmd_ds_txpwr_cfg *) buf; in mwifiex_set_tx_power()
706 (buf + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_set_tx_power()
711 (buf + sizeof(struct host_cmd_ds_txpwr_cfg) in mwifiex_set_tx_power()
Dsta_cmd.c244 struct host_cmd_ds_txpwr_cfg *txp) in mwifiex_cmd_tx_power_cfg()
247 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in mwifiex_cmd_tx_power_cfg()
251 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
257 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
259 sizeof(struct host_cmd_ds_txpwr_cfg) + in mwifiex_cmd_tx_power_cfg()
265 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
Dsta_cmdresp.c385 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
393 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_ret_tx_power_cfg()
Dfw.h1390 struct host_cmd_ds_txpwr_cfg { struct
2327 struct host_cmd_ds_txpwr_cfg txp_cfg;