Home
last modified time | relevance | path

Searched refs:ratio_tx (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Ddm_common.c1531 u32 polling, ratio_tx, ratio_pri; in rtl92c_bt_state_change() local
1564 ratio_tx = bt_tx * 1000 / polling; in rtl92c_bt_state_change()
1566 rtlpcipriv->bt_coexist.ratio_tx = ratio_tx; in rtl92c_bt_state_change()
1571 if ((ratio_tx < 30) && (ratio_pri < 30)) in rtl92c_bt_state_change()
1575 else if ((ratio_tx >= 200) && (ratio_pri >= 200)) in rtl92c_bt_state_change()
1577 else if ((ratio_tx >= 350) && (ratio_tx < 500)) in rtl92c_bt_state_change()
1579 else if (ratio_tx >= 500) in rtl92c_bt_state_change()
1643 if (rtlpcipriv->bt_coexist.ratio_tx > 160) { in rtl92c_bt_set_normal()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2490 u32 ratio_tx; member