Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1423 u32 tsf, target_tsf; in ath9k_update_p2p_ps_timer() local
1432 target_tsf = avp->noa.next_tsf; in ath9k_update_p2p_ps_timer()
1434 target_tsf -= ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1436 target_tsf += ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1438 if (target_tsf - tsf < ATH_P2P_PS_STOP_TIME) in ath9k_update_p2p_ps_timer()
1439 target_tsf = tsf + ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1442 __func__, avp->noa.absent, tsf, target_tsf, in ath9k_update_p2p_ps_timer()
1443 (target_tsf - tsf) / 1000); in ath9k_update_p2p_ps_timer()
1445 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, target_tsf, 1000000); in ath9k_update_p2p_ps_timer()