Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_tx.c175 enum rtw_tfc_lvl tx_tfc_lvl = RTW_TFC_IDLE; in phl_tx_traffic_upd() local
180 tx_tfc_lvl = RTW_TFC_HIGH; in phl_tx_traffic_upd()
182 tx_tfc_lvl = RTW_TFC_MID; in phl_tx_traffic_upd()
184 tx_tfc_lvl = RTW_TFC_LOW; in phl_tx_traffic_upd()
186 tx_tfc_lvl = RTW_TFC_ULTRA_LOW; in phl_tx_traffic_upd()
188 tx_tfc_lvl = RTW_TFC_IDLE; in phl_tx_traffic_upd()
190 if (sts->tx_traffic.lvl > tx_tfc_lvl) { in phl_tx_traffic_upd()
192 sts->tx_traffic.lvl = tx_tfc_lvl; in phl_tx_traffic_upd()
193 } else if (sts->tx_traffic.lvl < tx_tfc_lvl) { in phl_tx_traffic_upd()
195 sts->tx_traffic.lvl = tx_tfc_lvl; in phl_tx_traffic_upd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_tx.c175 enum rtw_tfc_lvl tx_tfc_lvl = RTW_TFC_IDLE; in phl_tx_traffic_upd() local
180 tx_tfc_lvl = RTW_TFC_HIGH; in phl_tx_traffic_upd()
182 tx_tfc_lvl = RTW_TFC_MID; in phl_tx_traffic_upd()
184 tx_tfc_lvl = RTW_TFC_LOW; in phl_tx_traffic_upd()
186 tx_tfc_lvl = RTW_TFC_ULTRA_LOW; in phl_tx_traffic_upd()
188 tx_tfc_lvl = RTW_TFC_IDLE; in phl_tx_traffic_upd()
190 if (sts->tx_traffic.lvl > tx_tfc_lvl) { in phl_tx_traffic_upd()
192 sts->tx_traffic.lvl = tx_tfc_lvl; in phl_tx_traffic_upd()
193 } else if (sts->tx_traffic.lvl < tx_tfc_lvl) { in phl_tx_traffic_upd()
195 sts->tx_traffic.lvl = tx_tfc_lvl; in phl_tx_traffic_upd()