Home
last modified time | relevance | path

Searched refs:hw_band (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c7189 static void _update_wl_link_mode(struct rtw89_dev *rtwdev, u8 hw_band, u8 type) in _update_wl_link_mode() argument
7197 if (hw_band == RTW89_PHY_1) in _update_wl_link_mode()
7207 if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1AP) { in _update_wl_link_mode()
7209 } else if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1CLIENT && in _update_wl_link_mode()
7218 if (mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ_5GHZ || in _update_wl_link_mode()
7219 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ_6GHZ) { in _update_wl_link_mode()
7221 } else if (mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ || in _update_wl_link_mode()
7222 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_5GHZ || in _update_wl_link_mode()
7223 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_6GHZ || in _update_wl_link_mode()
7224 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_5GHZ_6GHZ) { in _update_wl_link_mode()
[all …]
H A Dphy.c6673 struct rtw89_bb_ctx *bb, enum rtw89_band hw_band, in __rtw89_phy_nhm_get_result() argument
6707 band = rtw89_hw_to_nl80211_band(hw_band); in __rtw89_phy_nhm_get_result()
6721 rpt = &env->nhm_his[hw_band][chan_idx]; in __rtw89_phy_nhm_get_result()
6736 void rtw89_phy_nhm_get_result(struct rtw89_dev *rtwdev, enum rtw89_band hw_band, in rtw89_phy_nhm_get_result() argument
6746 __rtw89_phy_nhm_get_result(rtwdev, bb, hw_band, ch_hw_value); in rtw89_phy_nhm_get_result()
8274 enum rtw89_band hw_band; in __rtw89_phy_dm_init_data() local
8286 hw_band = rtw89_nl80211_to_hw_band(band); in __rtw89_phy_dm_init_data()
8287 env->nhm_his[hw_band] = in __rtw89_phy_dm_init_data()
8292 INIT_LIST_HEAD(&env->nhm_his[hw_band][idx].list); in __rtw89_phy_dm_init_data()
H A Dphy.h1241 void rtw89_phy_nhm_get_result(struct rtw89_dev *rtwdev, enum rtw89_band hw_band,
H A Dcore.h8469 enum nl80211_band rtw89_hw_to_nl80211_band(enum rtw89_band hw_band) in rtw89_hw_to_nl80211_band() argument
8471 switch (hw_band) { in rtw89_hw_to_nl80211_band()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.h2222 enum nl80211_band rtw_hw_to_nl80211_band(enum rtw_supported_band hw_band) in rtw_hw_to_nl80211_band() argument
2224 switch (hw_band) { in rtw_hw_to_nl80211_band()