Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cfg.c546 struct host_cmd_ds_txpwr_cfg *txp_cfg; in nxpwifi_set_tx_power()
568 txp_cfg = (struct host_cmd_ds_txpwr_cfg *)buf; in nxpwifi_set_tx_power()
576 (buf + sizeof(struct host_cmd_ds_txpwr_cfg)); in nxpwifi_set_tx_power()
581 (buf + sizeof(struct host_cmd_ds_txpwr_cfg) 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()
1775 struct host_cmd_ds_txpwr_cfg *txp = in nxpwifi_cmd_sta_tx_power_cfg()
1776 (struct host_cmd_ds_txpwr_cfg *)data_buf; in nxpwifi_cmd_sta_tx_power_cfg()
1780 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_txpwr_cfg)); in nxpwifi_cmd_sta_tx_power_cfg()
1786 sizeof(struct host_cmd_ds_txpwr_cfg)); in nxpwifi_cmd_sta_tx_power_cfg()
1788 sizeof(struct host_cmd_ds_txpwr_cfg) + in nxpwifi_cmd_sta_tx_power_cfg()
1794 sizeof(struct host_cmd_ds_txpwr_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()
1864 sizeof(struct host_cmd_ds_txpwr_cfg)); in nxpwifi_ret_sta_tx_power_cfg()
H A Dfw.h1465 struct host_cmd_ds_txpwr_cfg { struct
2392 struct host_cmd_ds_txpwr_cfg txp_cfg;
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c730 struct host_cmd_ds_txpwr_cfg *txp_cfg; in mwifiex_set_tx_power()
752 txp_cfg = (struct host_cmd_ds_txpwr_cfg *) buf; in mwifiex_set_tx_power()
760 (buf + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_set_tx_power()
765 (buf + sizeof(struct host_cmd_ds_txpwr_cfg) in mwifiex_set_tx_power()
H A Dsta_cmd.c217 struct host_cmd_ds_txpwr_cfg *txp) in mwifiex_cmd_tx_power_cfg()
220 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in mwifiex_cmd_tx_power_cfg()
224 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
230 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
232 sizeof(struct host_cmd_ds_txpwr_cfg) + in mwifiex_cmd_tx_power_cfg()
238 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
H A Dsta_cmdresp.c373 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
381 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_ret_tx_power_cfg()
H A Dfw.h1425 struct host_cmd_ds_txpwr_cfg { struct
2384 struct host_cmd_ds_txpwr_cfg txp_cfg;