Searched refs:target_tsf (Results 1 – 1 of 1) sorted by relevance
1425 u32 tsf, target_tsf; in ath9k_update_p2p_ps_timer() local1434 target_tsf = avp->noa.next_tsf; in ath9k_update_p2p_ps_timer()1436 target_tsf -= ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()1438 target_tsf += ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()1440 if (target_tsf - tsf < ATH_P2P_PS_STOP_TIME) in ath9k_update_p2p_ps_timer()1441 target_tsf = tsf + ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()1444 __func__, avp->noa.absent, tsf, target_tsf, in ath9k_update_p2p_ps_timer()1445 (target_tsf - tsf) / 1000); in ath9k_update_p2p_ps_timer()1447 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, target_tsf, 1000000); in ath9k_update_p2p_ps_timer()