Searched refs:ath_hal_gettsf64 (Results 1 – 6 of 6) sorted by relevance
398 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()
424 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()
1030 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()1176 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()
486 ath_hal_gettsf64(sc->sc_ah)); in ath_recv_mgmt()1106 tsf = ath_hal_gettsf64(ah); in ath_rx_proc()
2409 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()
1111 #define ath_hal_gettsf64(_ah) \ macro