Searched refs:txpwr_tail_idx (Results 1 – 2 of 2) sorted by relevance
445 head_idx = (tas->txpwr_tail_idx - window_size + 1 + RTW89_TAS_TXPWR_WINDOW) % in rtw89_tas_window_update()482 tas->txpwr_tail_idx = (tas->txpwr_tail_idx + 1) % RTW89_TAS_TXPWR_WINDOW; in rtw89_tas_history_update()484 tas->txpwr_history[tas->txpwr_tail_idx] = txpwr; in rtw89_tas_history_update()591 tas->txpwr_tail_idx = RTW89_TAS_TXPWR_WINDOW - 1; in rtw89_tas_reset()
4696 u8 txpwr_tail_idx; member