Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dsta_cmd.c224 struct host_cmd_ds_txpwr_cfg *txp) in mwifiex_cmd_tx_power_cfg()
227 struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.txp_cfg; in mwifiex_cmd_tx_power_cfg()
231 cpu_to_le16(S_DS_GEN + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
237 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
239 sizeof(struct host_cmd_ds_txpwr_cfg) + in mwifiex_cmd_tx_power_cfg()
245 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_cmd_tx_power_cfg()
Dsta_cmdresp.c371 ((u8 *) data_buf + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_get_power_level()
409 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
418 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_ret_tx_power_cfg()
436 sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_ret_tx_power_cfg()
Dsta_ioctl.c810 struct host_cmd_ds_txpwr_cfg *txp_cfg; in mwifiex_set_tx_power()
834 txp_cfg = (struct host_cmd_ds_txpwr_cfg *) buf; in mwifiex_set_tx_power()
839 (buf + sizeof(struct host_cmd_ds_txpwr_cfg)); in mwifiex_set_tx_power()
843 (buf + sizeof(struct host_cmd_ds_txpwr_cfg) in mwifiex_set_tx_power()
Dfw.h807 struct host_cmd_ds_txpwr_cfg { struct
1166 struct host_cmd_ds_txpwr_cfg txp_cfg;