Searched refs:tsf_ts (Results 1 – 5 of 5) sorted by relevance
351 ath9k_hw_get_tsf_offset(&cur->tsf_ts, &ts); in ath_chanctx_adjust_tbtt_delta()354 prev_tsf -= ath9k_hw_get_tsf_offset(&prev->tsf_ts, &ts); in ath_chanctx_adjust_tbtt_delta()694 ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, NULL); in ath_chanctx_event()1280 ktime_get_raw_ts64(&sc->cur_chan->tsf_ts); in ath_chanctx_set_next()
253 offset = ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, in ath_complete_reset()1959 ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, NULL); in ath9k_get_tsf()1978 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_set_tsf()1994 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_reset_tsf()
1874 struct timespec64 tsf_ts; in ath9k_hw_reset() local1920 ktime_get_raw_ts64(&tsf_ts); in ath9k_hw_reset()1954 tsf_offset = ath9k_hw_get_tsf_offset(&tsf_ts, NULL); in ath9k_hw_reset()1978 tsf_offset = ath9k_hw_get_tsf_offset(&tsf_ts, NULL); in ath9k_hw_reset()
296 offset = ath9k_hw_get_tsf_offset(&avp->chanctx->tsf_ts, NULL); in ath9k_beacon_ensure_primary_slot()
340 struct timespec64 tsf_ts; member