Searched refs:ath_extend_tsf (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tsf.h73 ath_extend_tsf(struct ath_softc *sc, u_int32_t rstamp, u_int64_t tsf) function
H A Dif_ath_rx.c484 uint64_t tsf = ath_extend_tsf(sc, rstamp,
619 sc->sc_rx_th.wr_tsf = htole64(ath_extend_tsf(sc, rs->rs_tstamp, tsf));
674 rstamp = ath_extend_tsf(sc, rs->rs_tstamp, tsf);
H A Dif_ath_tdma.c397 rstamp = ath_extend_tsf(sc, rs->rs_tstamp, tsf);

Completed in 64 milliseconds