Searched refs:tsf (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/sys/dev/ath/
H A Dif_athdfs.h39 uint64_t tsf, struct ath_rx_status *rxstat);
H A Dif_ath.c1056 /* NB: disable tsf adjust */
1481 u_int64_t tsf = ath_hal_gettsf64(sc->sc_ah); local
1486 "%s: tsf %llu lastrx %lld (%llu) bmiss %u\n",
1487 __func__, (unsigned long long) tsf,
1488 (unsigned long long)(tsf - lastrx),
1491 if (tsf - lastrx <= bmisstimeout) {
2750 u_int64_t tsf; local
2802 tsf = ath_hal_gettsf64(ah);
2803 tsftu = TSF_TO_TU(tsf>>32, tsf)
3281 ath_extend_tsf15(u_int32_t rstamp, u_int64_t tsf) argument
3294 ath_extend_tsf32(u_int32_t rstamp, u_int64_t tsf) argument
3315 ath_extend_tsf(struct ath_softc *sc, u_int32_t rstamp, u_int64_t tsf) argument
3356 uint64_t tsf = ath_extend_tsf(sc, rstamp, local
3397 ath_rx_tap(struct ifnet *ifp, struct mbuf *m, const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) argument
3474 u_int64_t tsf; local
5637 u_int64_t tsf, rstamp, nextslot, nexttbtt; local
[all...]
H A Dif_ath_tx.c789 u_int64_t tsf = ath_hal_gettsf64(ah); local
791 sc->sc_tx_th.wt_tsf = htole64(tsf);
971 u_int64_t tsf = ath_hal_gettsf64(ah); local
973 sc->sc_tx_th.wt_tsf = htole64(tsf);
/freebsd-9.3-release/contrib/ntp/include/
H A Dtimevalops.h35 # define TVUTOTSF(tvu, tsf) \
36 ((tsf) = ustotslo[(tvu) & 0xff] \
40 # define TVUTOTSF(tvu, tsf) \
41 ((tsf) = (u_int32) \
62 # define TSFTOTVU(tsf, tvu) \
63 ((tvu) = (tstoushi[((tsf) >> 24) & 0xff] \
64 + tstousmid[((tsf) >> 16) & 0xff] \
65 + tstouslo[((tsf) >> 9) & 0x7f] \
68 # define TSFTOTVU(tsf, tvu) \
70 (((u_int64)(tsf) * MICROSECOND
[all...]
H A Dtimespecops.h61 # define FTOTVN(tsf) \
63 (((u_int64)(tsf) * NANOSECONDS + 0x80000000) >> 32))
70 # define FTOTVN(tsf) \
71 ((int32)((tsf) / NSECFRAC + 0.5))
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dbss.h42 * @tsf: Timestamp of last Beacon/Probe Response frame
66 u64 tsf; member in struct:wpa_bss
H A Dbss.c102 dst->tsf = src->tsf;
H A Dmlme.c1346 u64 tsf;
1348 tsf = local->hw->get_tsf(local->mdev);
1350 tsf = -1LLU;
1356 tsf, timestamp, tsf - timestamp, jiffies);
2904 r->tsf = bss->timestamp;
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dtimevalops.c21 static u_int32 my_tsf_to_tick(u_int32 tsf);
191 my_tsf_to_tick(u_int32 tsf) argument
195 return (u_int32)( ((u_int64)(tsf) * 1000000 + 0x80000000) >> 32); //CHECK ME!!!
197 return (u_int32)(double(tsf) / 4294.967296 + 0.5);
694 u_int32 tsf = 0; local
696 for (tsf = 0; tsf < ~((u_int32)(1000)); tsf += 1000) {
697 struct timeval E = timeval_init(1, my_tsf_to_tick(tsf));
698 l_fp a = l_fp_init(1, tsf);
[all...]
H A Dtimespecops.c26 static u_int32 my_tsf_to_tick(u_int32 tsf);
196 my_tsf_to_tick(u_int32 tsf) argument
201 return (u_int32)(( ((u_int64)(tsf)) * 1000000000 + 0x80000000) >> 32);
203 return (u_int32)(double(tsf) / 4.294967296 + 0.5);
689 u_int32 tsf; local
690 for (tsf = 0; tsf < ~((u_int32)(1000)); tsf += 1000) {
691 struct timespec E = timespec_init(1, my_tsf_to_tick(tsf));
692 l_fp a = l_fp_init(1, tsf);
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_tdma.c368 * Record tsf of last beacon. NB: this must be
566 * Slave tsf synchronization to station
579 uint32_t rstamp = (uint32_t) le64toh(rs->tsf);
599 le64toh(ni->ni_tstamp.tsf) > vap->iv_bss->ni_tstamp.tsf) {
607 "slot %u collision rxtsf %llu tsf %llu\n",
609 (unsigned long long) le64toh(ni->ni_tstamp.tsf),
610 vap->iv_bss->ni_tstamp.tsf);
H A Dieee80211_scan.h234 u_int64_t tsf; member in union:ieee80211_scan_entry::__anon9637
H A Dieee80211_node.h183 u_int64_t tsf; member in union:ieee80211_node::__anon9629
H A Dieee80211_node.c773 ni->ni_tstamp.tsf = se->se_tstamp.tsf;
/freebsd-9.3-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c111 uint64_t tsf, struct ath_rx_status *rxstat)
110 ath_dfs_process_phy_err(struct ath_softc *sc, const char *buf, uint64_t tsf, struct ath_rx_status *rxstat) argument
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c204 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
203 ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c210 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
209 ar5210ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c242 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
241 ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c138 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
137 ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
H A Dar5416_reset.c90 uint64_t tsf = 0; local
150 tsf = ar5416GetTsf64(ah);
161 if (tsf)
162 ar5416SetTsf64(ah, tsf);
195 if (AR_SREV_HOWL(ah) && (ar5416GetTsf64(ah) < tsf)) {
196 tsf += 1500;
197 ar5416SetTsf64(ah, tsf);
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpi.c2331 struct wpi_cmd_tsf tsf; local
2334 memset(&tsf, 0, sizeof tsf);
2335 memcpy(&tsf.tstamp, ni->ni_tstamp.data, 8);
2336 tsf.bintval = htole16(ni->ni_intval);
2337 tsf.lintval = htole16(10);
2341 mod = le64toh(tsf.tstamp) % val;
2342 tsf.binitval = htole32((uint32_t)(val - mod));
2344 if (wpi_cmd(sc, WPI_CMD_TSF, &tsf, sizeof tsf,
[all...]
H A Dif_wpireg.h612 uint64_t tsf; member in struct:wpi_stop_scan
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h131 * @tsf: Timestamp
155 u64 tsf; member in struct:wpa_scan_res
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnreg.h1181 uint64_t tsf; member in struct:iwn_stop_scan
1342 uint32_t tsf; member in struct:iwn_fw_dump
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h103 HAL_CAP_TSF_ADJUST = 20, /* hardware has beacon tsf adjust */
896 struct ath_desc *next, uint64_t tsf,

Completed in 467 milliseconds

12