Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dcoex.c41 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_limited_tx() local
48 if (coex_stat->wl_tx_limit_en == tx_limit_en && in rtw_coex_limited_tx()
49 coex_stat->wl_ampdu_limit_en == ampdu_limit_en) in rtw_coex_limited_tx()
52 if (!coex_stat->wl_tx_limit_en) { in rtw_coex_limited_tx()
53 coex_stat->darfrc = rtw_read32(rtwdev, REG_DARFRC); in rtw_coex_limited_tx()
54 coex_stat->darfrch = rtw_read32(rtwdev, REG_DARFRCH); in rtw_coex_limited_tx()
55 coex_stat->retry_limit = rtw_read16(rtwdev, REG_RETRY_LIMIT); in rtw_coex_limited_tx()
58 if (!coex_stat->wl_ampdu_limit_en) in rtw_coex_limited_tx()
59 coex_stat->ampdu_max_time = in rtw_coex_limited_tx()
62 coex_stat->wl_tx_limit_en = tx_limit_en; in rtw_coex_limited_tx()
[all …]
Dcoex.h417 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_disabled() local
419 return coex_stat->bt_disabled; in rtw_coex_disabled()
Dmac80211.c363 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_ops_bss_info_changed() local
402 coex_stat->wl_beacon_interval = conf->beacon_int; in rtw_ops_bss_info_changed()
Drtw8822c.c2972 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw8822c_coex_cfg_gnt_fix() local
2976 if (coex_stat->gnt_workaround_state == coex_stat->wl_coex_mode) in rtw8822c_coex_cfg_gnt_fix()
2979 coex_stat->gnt_workaround_state = coex_stat->wl_coex_mode; in rtw8822c_coex_cfg_gnt_fix()
2981 if ((coex_stat->kt_ver == 0 && coex->under_5g) || coex->freerun) in rtw8822c_coex_cfg_gnt_fix()
3000 if (coex_stat->wl_coex_mode == COEX_WLINK_2GFREE) { in rtw8822c_coex_cfg_gnt_fix()
3021 if (coex_stat->wl_coex_mode == COEX_WLINK_2GFREE) { in rtw8822c_coex_cfg_gnt_fix()
3026 } else if (coex_stat->wl_coex_mode == COEX_WLINK_5G || in rtw8822c_coex_cfg_gnt_fix()
3028 if (coex_stat->kt_ver >= 3) { in rtw8822c_coex_cfg_gnt_fix()
3041 if (coex_stat->kt_ver >= 3) { in rtw8822c_coex_cfg_gnt_fix()