Searched refs:ath9k_hw_get_tsf_offset (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() 1306 ath9k_hw_get_tsf_offset(&ts, NULL); in ath_chanctx_set_next()
|
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 | 1851 u32 ath9k_hw_get_tsf_offset(struct timespec64 *last, struct timespec64 *cur) in ath9k_hw_get_tsf_offset() function 1866 EXPORT_SYMBOL(ath9k_hw_get_tsf_offset); variable 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 | 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()
|
H A D | hw.h | 1067 u32 ath9k_hw_get_tsf_offset(struct timespec64 *last, struct timespec64 *cur);
|
/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() 1306 ath9k_hw_get_tsf_offset(&ts, NULL); in ath_chanctx_set_next()
|
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 | 1850 u32 ath9k_hw_get_tsf_offset(struct timespec64 *last, struct timespec64 *cur) in ath9k_hw_get_tsf_offset() function 1865 EXPORT_SYMBOL(ath9k_hw_get_tsf_offset); variable 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 | 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()
|
H A D | hw.h | 1069 u32 ath9k_hw_get_tsf_offset(struct timespec64 *last, struct timespec64 *cur);
|
Completed in 30 milliseconds