Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8821a1ant.h111 u8 cur_retry_limit_type; member
H A Dhalbtc8192e2ant.h114 u8 cur_retry_limit_type; member
H A Dhalbtc8723b1ant.h115 u8 cur_retry_limit_type; member
H A Dhalbtc8821a1ant.c278 coex_dm->cur_retry_limit_type = type; in btc8821a1ant_retry_limit()
281 (coex_dm->pre_retry_limit_type != coex_dm->cur_retry_limit_type)) { in btc8821a1ant_retry_limit()
282 switch (coex_dm->cur_retry_limit_type) { in btc8821a1ant_retry_limit()
294 coex_dm->pre_retry_limit_type = coex_dm->cur_retry_limit_type; in btc8821a1ant_retry_limit()
H A Dhalbtc8192e2ant.c294 coex_dm->cur_retry_limit_type = type; in btc8192e2ant_retry_limit()
297 coex_dm->cur_retry_limit_type)) { in btc8192e2ant_retry_limit()
298 switch (coex_dm->cur_retry_limit_type) { in btc8192e2ant_retry_limit()
311 coex_dm->pre_retry_limit_type = coex_dm->cur_retry_limit_type; in btc8192e2ant_retry_limit()
H A Dhalbtc8723b1ant.c96 coex_dm->cur_retry_limit_type = type; in halbtc8723b1ant_retry_limit()
99 coex_dm->cur_retry_limit_type)) { in halbtc8723b1ant_retry_limit()
100 switch (coex_dm->cur_retry_limit_type) { in halbtc8723b1ant_retry_limit()
113 coex_dm->pre_retry_limit_type = coex_dm->cur_retry_limit_type; in halbtc8723b1ant_retry_limit()