Lines Matching refs:band

27 	{ .center_freq = _freq, .hw_value = _hw_val, .flags = _flags, .band = _band, }
200 .band = NL80211_BAND_2GHZ,
210 .band = NL80211_BAND_5GHZ,
222 .band = NL80211_BAND_6GHZ,
268 u8 band; in rtw89_get_channel_params() local
303 switch (channel->band) { in rtw89_get_channel_params()
306 band = RTW89_BAND_2G; in rtw89_get_channel_params()
309 band = RTW89_BAND_5G; in rtw89_get_channel_params()
312 band = RTW89_BAND_6G; in rtw89_get_channel_params()
316 rtw89_chan_create(chan, center_chan, channel->hw_value, band, bandwidth); in rtw89_get_channel_params()
1480 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx_ppdu_match() local
1502 ret = rtwdev->ppdu_sts.curr_rx_ppdu_cnt[band] == desc_info->ppdu_cnt && in rtw89_core_rx_ppdu_match()
1597 if (rx_status->band != NL80211_BAND_6GHZ) in rtw89_core_cancel_6ghz_probe_tx()
1689 u8 band = rtw89_hw_to_nl80211_band(rcd->prev_band_type); in rtw89_correct_cck_chan() local
1691 if (status->band != NL80211_BAND_2GHZ && in rtw89_correct_cck_chan()
1694 status->freq = ieee80211_channel_to_frequency(chan, band); in rtw89_correct_cck_chan()
1695 status->band = band; in rtw89_correct_cck_chan()
1701 if (rx_status->band == NL80211_BAND_2GHZ || in rtw89_core_hw_to_sband_rate()
1765 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx_pending_skb() local
1766 int curr = rtwdev->ppdu_sts.curr_rx_ppdu_cnt[band]; in rtw89_core_rx_pending_skb()
1773 skb_queue_walk_safe(&rtwdev->ppdu_sts.rx_queue[band], skb_ppdu, tmp) { in rtw89_core_rx_pending_skb()
1774 skb_unlink(skb_ppdu, &rtwdev->ppdu_sts.rx_queue[band]); in rtw89_core_rx_pending_skb()
1934 rx_status->band = chandef->chan->band; in rtw89_core_update_rx_status()
1940 u8 band = cur->band_type; in rtw89_core_update_rx_status() local
1943 nl_band = rtw89_hw_to_nl80211_band(band); in rtw89_core_update_rx_status()
1945 rx_status->band = nl_band; in rtw89_core_update_rx_status()
2015 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_flush_ppdu_rx_queue() local
2019 skb_queue_walk_safe(&ppdu_sts->rx_queue[band], skb_ppdu, tmp) { in rtw89_core_flush_ppdu_rx_queue()
2020 skb_unlink(skb_ppdu, &ppdu_sts->rx_queue[band]); in rtw89_core_flush_ppdu_rx_queue()
2033 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx() local
2040 if (ppdu_sts->curr_rx_ppdu_cnt[band] != ppdu_cnt) { in rtw89_core_rx()
2042 ppdu_sts->curr_rx_ppdu_cnt[band] = ppdu_cnt; in rtw89_core_rx()
2050 skb_queue_tail(&ppdu_sts->rx_queue[band], skb); in rtw89_core_rx()
3230 enum nl80211_band band, in rtw89_init_he_cap() argument
3290 if (band == NL80211_BAND_2GHZ) { in rtw89_init_he_cap()
3347 if (band == NL80211_BAND_6GHZ) { in rtw89_init_he_cap()
3615 u8 band; in rtw89_core_init() local
3621 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) { in rtw89_core_init()
3622 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_core_init()
3624 INIT_LIST_HEAD(&rtwdev->scan_info.pkt_list[band]); in rtw89_core_init()