Searched refs:tsf_ts (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 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()
|
H A D | main.c | 253 offset = ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, in ath_complete_reset() 1964 ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, NULL); in ath9k_get_tsf() 1983 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_set_tsf() 1999 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_reset_tsf()
|
H A D | beacon.c | 296 offset = ath9k_hw_get_tsf_offset(&avp->chanctx->tsf_ts, NULL); in ath9k_beacon_ensure_primary_slot()
|
H A D | hw.c | 1875 struct timespec64 tsf_ts; in ath9k_hw_reset() local 1921 ktime_get_raw_ts64(&tsf_ts); in ath9k_hw_reset() 1955 tsf_offset = ath9k_hw_get_tsf_offset(&tsf_ts, NULL); in ath9k_hw_reset() 1979 tsf_offset = ath9k_hw_get_tsf_offset(&tsf_ts, NULL); in ath9k_hw_reset()
|
H A D | ath9k.h | 339 struct timespec64 tsf_ts; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 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()
|
H A D | main.c | 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()
|
H A D | beacon.c | 296 offset = ath9k_hw_get_tsf_offset(&avp->chanctx->tsf_ts, NULL); in ath9k_beacon_ensure_primary_slot()
|
H A D | hw.c | 1874 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()
|
H A D | ath9k.h | 340 struct timespec64 tsf_ts; member
|
Completed in 23 milliseconds