Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dsar.c454 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()
H A Dcore.h4695 u8 txpwr_head_idx; member