Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c1807 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v2() argument
1811 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt_v2()
1815 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt_v2()
1819 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt_v2()
1823 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt_v2()
1827 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt_v2()
1831 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt_v2()
1835 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt_v2()
1839 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt_v2()
1843 if (gnt_cfg in rtw89_mac_cfg_gnt_v2()
[all...]
H A Dmac.c6061 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt() argument
6065 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt()
6068 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
6071 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt()
6074 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
6077 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt()
6080 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
6083 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt()
6086 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
6101 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v1() argument
[all...]
H A Dmac.h1327 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1329 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1331 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
H A Dcore.h3764 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
7135 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_chip_mac_cfg_gnt() argument
7139 chip->ops->mac_cfg_gnt(rtwdev, gnt_cfg); in rtw89_chip_mac_cfg_gnt()