Home
last modified time | relevance | path

Searched refs:cur_arfr_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8821a1ant.h109 u8 cur_arfr_type; member
H A Dhalbtc8192e2ant.h112 u8 cur_arfr_type; member
H A Dhalbtc8723b1ant.h113 u8 cur_arfr_type; member
H A Dhalbtc8821a1ant.c240 coex_dm->cur_arfr_type = type; in btc8821a1ant_auto_rate_fb_retry()
243 (coex_dm->pre_arfr_type != coex_dm->cur_arfr_type)) { in btc8821a1ant_auto_rate_fb_retry()
244 switch (coex_dm->cur_arfr_type) { in btc8821a1ant_auto_rate_fb_retry()
272 coex_dm->pre_arfr_type = coex_dm->cur_arfr_type; in btc8821a1ant_auto_rate_fb_retry()
H A Dhalbtc8192e2ant.c257 coex_dm->cur_arfr_type = type; in btc8192e2ant_auto_rate_fallback_retry()
259 if (force_exec || (coex_dm->pre_arfr_type != coex_dm->cur_arfr_type)) { in btc8192e2ant_auto_rate_fallback_retry()
260 switch (coex_dm->cur_arfr_type) { in btc8192e2ant_auto_rate_fallback_retry()
288 coex_dm->pre_arfr_type = coex_dm->cur_arfr_type; in btc8192e2ant_auto_rate_fallback_retry()
H A Dhalbtc8723b1ant.c59 coex_dm->cur_arfr_type = type; in btc8723b1ant_auto_rate_fb_retry()
61 if (force_exec || (coex_dm->pre_arfr_type != coex_dm->cur_arfr_type)) { in btc8723b1ant_auto_rate_fb_retry()
62 switch (coex_dm->cur_arfr_type) { in btc8723b1ant_auto_rate_fb_retry()
90 coex_dm->pre_arfr_type = coex_dm->cur_arfr_type; in btc8723b1ant_auto_rate_fb_retry()