Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c396 tsf = ath_hal_gettsf64(ah); in ath_tdma_update()
582 tsf = ath_hal_gettsf64(ah); in ath_tdma_update()
685 vap->iv_bss->ni_tstamp.tsf = ath_hal_gettsf64(ah); in ath_tdma_beacon_send()
H A Dif_ath_beacon.c1047 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()
1193 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()
1236 tsf = ath_hal_gettsf64(ah); in ath_beacon_config()
H A Dif_ath_rx_edma.c422 tsf = ath_hal_gettsf64(ah); in ath_edma_recv_proc_queue()
567 tsf = ath_hal_gettsf64(sc->sc_ah); in ath_edma_recv_proc_deferred_queue()
H A Dif_ath_rx.c485 ath_hal_gettsf64(sc->sc_ah)); in ath_recv_mgmt()
1108 tsf = ath_hal_gettsf64(ah); in ath_rx_proc()
H A Dif_ath.c2429 u_int64_t tsf = ath_hal_gettsf64(sc->sc_ah); in ath_bmiss_vap()
4620 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc_q0()
4678 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc_q0123()
4726 sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah); in ath_tx_proc()
H A Dif_athvar.h1116 #define ath_hal_gettsf64(_ah) \ macro