Searched refs:sc_entry (Results 1 – 3 of 3) sorted by relevance
246 const struct super_chan_info sc_entry,329 const struct super_chan_info sc_entry, in reg_copy_from_super_chan_info_to_reg_channel() argument
3770 const struct super_chan_info sc_entry, in reg_copy_from_super_chan_info_to_reg_channel() argument3775 in_6g_pwr_mode = sc_entry.best_power_mode; in reg_copy_from_super_chan_info_to_reg_channel()3780 chan->state = sc_entry.state_arr[in_6g_pwr_mode]; in reg_copy_from_super_chan_info_to_reg_channel()3781 chan->chan_flags = sc_entry.chan_flags_arr[in_6g_pwr_mode]; in reg_copy_from_super_chan_info_to_reg_channel()3782 chan->tx_power = sc_entry.reg_chan_pwr[in_6g_pwr_mode].tx_power; in reg_copy_from_super_chan_info_to_reg_channel()3783 chan->min_bw = sc_entry.min_bw[in_6g_pwr_mode]; in reg_copy_from_super_chan_info_to_reg_channel()3784 chan->max_bw = sc_entry.max_bw[in_6g_pwr_mode]; in reg_copy_from_super_chan_info_to_reg_channel()3785 chan->psd_flag = sc_entry.reg_chan_pwr[in_6g_pwr_mode].psd_flag; in reg_copy_from_super_chan_info_to_reg_channel()3786 chan->psd_eirp = sc_entry.reg_chan_pwr[in_6g_pwr_mode].psd_eirp; in reg_copy_from_super_chan_info_to_reg_channel()
3444 struct super_chan_info *sc_entry; in reg_append_6g_channel_list_with_power() local3450 sc_entry = &pdev_priv_obj->super_chan_list[i]; in reg_append_6g_channel_list_with_power()3453 pwr_type = sc_entry->best_power_mode; in reg_append_6g_channel_list_with_power()3458 if (!reg_is_chan_disabled(sc_entry->chan_flags_arr[pwr_type], in reg_append_6g_channel_list_with_power()3459 sc_entry->state_arr[pwr_type])) { in reg_append_6g_channel_list_with_power()3465 sc_entry->reg_chan_pwr[pwr_type].tx_power; in reg_append_6g_channel_list_with_power()6282 struct super_chan_info *sc_entry; in reg_get_max_tx_power_from_super_chan_list() local6288 sc_entry = &pdev_priv_obj->super_chan_list[i]; in reg_get_max_tx_power_from_super_chan_list()6291 pwr_type = sc_entry->best_power_mode; in reg_get_max_tx_power_from_super_chan_list()6296 if (!reg_is_chan_disabled(sc_entry->chan_flags_arr[pwr_type], in reg_get_max_tx_power_from_super_chan_list()[all …]