Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dmac.c4959 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt() argument
4963 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt()
4966 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
4969 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt()
4972 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
4975 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt()
4978 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
4981 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt()
4984 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
4998 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v1() argument
[all …]
Dmac.h1016 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1018 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
Dcoex.c7681 static void _get_gnt(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_coex_gnt *gnt_cfg) in _get_gnt() argument
7691 gnt = &gnt_cfg->band[0]; in _get_gnt()
7697 gnt = &gnt_cfg->band[1]; in _get_gnt()
7706 gnt = &gnt_cfg->band[0]; in _get_gnt()
7712 gnt = &gnt_cfg->band[1]; in _get_gnt()
7733 struct rtw89_mac_ax_coex_gnt gnt_cfg = {}; in _show_mreg_v1() local
7753 _get_gnt(rtwdev, &gnt_cfg); in _show_mreg_v1()
7754 gnt = gnt_cfg.band[0]; in _show_mreg_v1()
7763 gnt = gnt_cfg.band[1]; in _show_mreg_v1()
7837 struct rtw89_mac_ax_coex_gnt gnt_cfg = {}; in _show_mreg_v2() local
[all …]
Dcore.h3090 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
5199 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_chip_mac_cfg_gnt() argument
5203 chip->ops->mac_cfg_gnt(rtwdev, gnt_cfg); in rtw89_chip_mac_cfg_gnt()