Searched refs:tx_ratio_idx (Results 1 – 2 of 2) sorted by relevance
478 tas->total_tx_ratio += tx_ratio - tas->tx_ratio_history[tas->tx_ratio_idx]; in rtw89_tas_history_update()479 tas->tx_ratio_history[tas->tx_ratio_idx] = tx_ratio; in rtw89_tas_history_update()483 tas->tx_ratio_idx = (tas->tx_ratio_idx + 1) % RTW89_TAS_TX_RATIO_WINDOW; in rtw89_tas_history_update()592 tas->tx_ratio_idx = 0; in rtw89_tas_reset()
4697 u8 tx_ratio_idx; member