Searched refs:limit_off_chan_param (Results 1 – 4 of 4) sorted by relevance
311 struct wmi_limit_off_chan_param *limit_off_chan_param) in wmi_unified_send_limit_off_chan_cmd() argument315 limit_off_chan_param); in wmi_unified_send_limit_off_chan_cmd()
5822 struct wmi_limit_off_chan_param *limit_off_chan_param) in send_limit_off_chan_cmd_tlv() argument5840 cmd->vdev_id = limit_off_chan_param->vdev_id; in send_limit_off_chan_cmd_tlv()5843 if (limit_off_chan_param->status) in send_limit_off_chan_cmd_tlv()5845 if (limit_off_chan_param->skip_dfs_chans) in send_limit_off_chan_cmd_tlv()5848 cmd->max_offchan_time = limit_off_chan_param->max_offchan_time; in send_limit_off_chan_cmd_tlv()5849 cmd->rest_time = limit_off_chan_param->rest_time; in send_limit_off_chan_cmd_tlv()
8834 struct wmi_limit_off_chan_param limit_off_chan_param; in wma_process_limit_off_chan() local8846 limit_off_chan_param.vdev_id = param->vdev_id; in wma_process_limit_off_chan()8847 limit_off_chan_param.status = param->is_tos_active; in wma_process_limit_off_chan()8848 limit_off_chan_param.max_offchan_time = param->max_off_chan_time; in wma_process_limit_off_chan()8849 limit_off_chan_param.rest_time = param->rest_time; in wma_process_limit_off_chan()8850 limit_off_chan_param.skip_dfs_chans = param->skip_dfs_chans; in wma_process_limit_off_chan()8853 &limit_off_chan_param); in wma_process_limit_off_chan()
907 struct wmi_limit_off_chan_param *limit_off_chan_param);