Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dmac_be.c1806 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v2() argument
1810 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt_v2()
1814 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt_v2()
1818 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt_v2()
1822 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt_v2()
1826 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt_v2()
1830 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt_v2()
1834 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt_v2()
1838 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt_v2()
1842 if (gnt_cfg->bt[0].wlan_act_en) in rtw89_mac_cfg_gnt_v2()
[all …]
Dmac.c5660 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt() argument
5664 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt()
5667 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
5670 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt()
5673 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
5676 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt()
5679 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
5682 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt()
5685 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
5699 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v1() argument
[all …]
Dmac.h1222 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1224 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1226 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
Dcoex.c9857 static void _get_gnt(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_coex_gnt *gnt_cfg) in _get_gnt() argument
9868 gnt = &gnt_cfg->band[0]; in _get_gnt()
9874 gnt = &gnt_cfg->band[1]; in _get_gnt()
9883 gnt = &gnt_cfg->band[0]; in _get_gnt()
9889 gnt = &gnt_cfg->band[1]; in _get_gnt()
9950 struct rtw89_mac_ax_coex_gnt gnt_cfg = {}; in _show_mreg_v1() local
9967 _get_gnt(rtwdev, &gnt_cfg); in _show_mreg_v1()
9969 gnt = gnt_cfg.band[0]; in _show_mreg_v1()
9978 gnt = gnt_cfg.band[1]; in _show_mreg_v1()
10028 struct rtw89_mac_ax_coex_gnt gnt_cfg = {}; in _show_mreg_v2() local
[all …]
Dcore.h3644 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
6427 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_chip_mac_cfg_gnt() argument
6431 chip->ops->mac_cfg_gnt(rtwdev, gnt_cfg); in rtw89_chip_mac_cfg_gnt()