Home
last modified time | relevance | path

Searched refs:ath_hal_gettsf64 (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tdma.c398 tsf = ath_hal_gettsf64(ah); in ath_tdma_update()
584 tsf = ath_hal_gettsf64(ah); in ath_tdma_update()
687 vap->iv_bss->ni_tstamp.tsf = ath_hal_gettsf64(ah); in ath_tdma_beacon_send()
Dif_ath_rx_edma.c424 tsf = ath_hal_gettsf64(ah); in ath_edma_recv_proc_queue()
569 tsf = ath_hal_gettsf64(sc->sc_ah); in ath_edma_recv_proc_deferred_queue()
Dif_ath_beacon.c1030 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()
1176 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()
Dif_ath_rx.c486 ath_hal_gettsf64(sc->sc_ah)); in ath_recv_mgmt()
1106 tsf = ath_hal_gettsf64(ah); in ath_rx_proc()
Dif_ath.c2409 u_int64_t tsf = ath_hal_gettsf64(sc->sc_ah); in ath_bmiss_vap()
4560 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc_q0()
4618 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc_q0123()
4666 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc()
Dif_athvar.h1111 #define ath_hal_gettsf64(_ah) \ macro