Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c2356 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v2() argument
2360 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt_v2()
2364 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt_v2()
2368 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt_v2()
2372 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt_v2()
2376 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt_v2()
2380 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt_v2()
2384 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt_v2()
2388 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt_v2()
2392 if (gnt_cfg->bt[0].wlan_act_en) in rtw89_mac_cfg_gnt_v2()
[all …]
H A Dmac.c6491 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt() argument
6495 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt()
6498 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
6501 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt()
6504 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
6507 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt()
6510 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
6513 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt()
6516 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
6531 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v1() argument
[all …]
H A Dmac.h1503 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1505 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1507 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1509 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
H A Dcoex.c11907 static void _get_gnt(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_coex_gnt *gnt_cfg) in _get_gnt() argument
11919 gnt = &gnt_cfg->band[0]; in _get_gnt()
11925 gnt = &gnt_cfg->band[1]; in _get_gnt()
11934 gnt = &gnt_cfg->band[0]; in _get_gnt()
11940 gnt = &gnt_cfg->band[1]; in _get_gnt()
11946 bt = &gnt_cfg->bt[0]; in _get_gnt()
11950 bt = &gnt_cfg->bt[1]; in _get_gnt()
11957 gnt = &gnt_cfg->band[0]; in _get_gnt()
11963 gnt = &gnt_cfg->band[1]; in _get_gnt()
11969 bt = &gnt_cfg->bt[0]; in _get_gnt()
[all …]
H A Dcore.h4962 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
9008 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_chip_mac_cfg_gnt() argument
9012 chip->ops->mac_cfg_gnt(rtwdev, gnt_cfg); in rtw89_chip_mac_cfg_gnt()