Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dchannel.c351 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()
Dmain.c253 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()
Dhw.c1874 struct timespec64 tsf_ts; in ath9k_hw_reset() local
1920 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()
Dbeacon.c296 offset = ath9k_hw_get_tsf_offset(&avp->chanctx->tsf_ts, NULL); in ath9k_beacon_ensure_primary_slot()
Dath9k.h340 struct timespec64 tsf_ts; member