Searched refs:txpwr_head_idx (Results 1 – 2 of 2) sorted by relevance
454 tas->txpwr_head_idx = head_idx; in rtw89_tas_window_update()477 tas->total_txpwr += txpwr - tas->txpwr_history[tas->txpwr_head_idx]; in rtw89_tas_history_update()481 tas->txpwr_head_idx = (tas->txpwr_head_idx + 1) % RTW89_TAS_TXPWR_WINDOW; in rtw89_tas_history_update()590 tas->txpwr_head_idx = 0; in rtw89_tas_reset()
4695 u8 txpwr_head_idx; member