Searched refs:ath_hal_gettsf64 (Results 1 – 2 of 2) sorted by relevance
923 u_int64_t tsf = ath_hal_gettsf64(sc->sc_ah); in ath_bmiss_proc()1450 tsf = ath_hal_gettsf64(ah); in ath_start()2513 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()2609 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()2979 ath_hal_gettsf64(sc->sc_ah)); in ath_recv_mgmt()3070 tsf = ath_hal_gettsf64(ah); in ath_rx_proc()3985 u_int64_t tsf = ath_hal_gettsf64(ah); in ath_tx_start()4237 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc_q0()4283 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc_q0123()4319 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc()
382 #define ath_hal_gettsf64(_ah) \ macro