Searched refs:current_chnl_bw (Results 1 – 4 of 4) sorted by relevance
724 switch (priv->current_chnl_bw) { in _rtl92e_cck_tx_power_track_bw_switch_tssi()788 switch (priv->current_chnl_bw) { in _rtl92e_cck_tx_power_track_bw_switch_thermal()823 switch (priv->current_chnl_bw) { in _rtl92e_set_bw_mode_work_item()836 priv->current_chnl_bw); in _rtl92e_set_bw_mode_work_item()840 switch (priv->current_chnl_bw) { in _rtl92e_set_bw_mode_work_item()877 priv->current_chnl_bw); in _rtl92e_set_bw_mode_work_item()881 rtl92e_set_bandwidth(dev, priv->current_chnl_bw); in _rtl92e_set_bw_mode_work_item()898 priv->current_chnl_bw = bandwidth; in rtl92e_set_bw_mode()
301 if (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) { in _rtl92e_dm_check_rate_adaptive()316 low_rssi_thresh_for_ra = (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) ? in _rtl92e_dm_check_rate_adaptive()320 low_rssi_thresh_for_ra = (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) ? in _rtl92e_dm_check_rate_adaptive()324 low_rssi_thresh_for_ra = (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) ? in _rtl92e_dm_check_rate_adaptive()388 if (priv->current_chnl_bw == HT_CHANNEL_WIDTH_20 || in _rtl92e_dm_bandwidth_autoswitch()588 if (priv->current_chnl_bw == HT_CHANNEL_WIDTH_20) in _rtl92e_dm_tx_power_tracking_callback_tssi()692 if (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) in _rtl92e_dm_tx_power_tracking_cb_thermal()1053 if (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) in _rtl92e_dm_pd_th()1059 if (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) in _rtl92e_dm_pd_th()1064 if (priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) in _rtl92e_dm_pd_th()
905 if (priv->current_chnl_bw == HT_CHANNEL_WIDTH_20_40) { in rtl92e_fill_tx_desc()1837 (((priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) && in rtl92e_is_rx_stuck()1839 || ((priv->current_chnl_bw == HT_CHANNEL_WIDTH_20) && in rtl92e_is_rx_stuck()1844 } else if ((((priv->current_chnl_bw != HT_CHANNEL_WIDTH_20) && in rtl92e_is_rx_stuck()1846 ((priv->current_chnl_bw == HT_CHANNEL_WIDTH_20) && in rtl92e_is_rx_stuck()
200 enum ht_channel_width current_chnl_bw; member