Searched defs:tsf (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c233 uint64_t tsf; local
271 tsf = ath9k_hw_gettsf64(sc->sc_ah);
272 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE;
324 "tsf %llu "
325 "tsf:tu %u "
336 (unsigned long long)tsf, tsftu,
360 * Resync beacon timers using the tsf of the
372 uint64_t tsf, lastrx; local
382 tsf
[all...]
H A Darn_recv.c81 uint64_t tsf; local
83 tsf = ath9k_hw_gettsf64(sc->sc_ah);
84 if ((tsf & 0x7fff) < rstamp)
85 tsf -= 0x8000;
86 return ((tsf & ~0x7fff) | rstamp);
353 * Resync beacon timers using the tsf of the beacon
363 uint64_t tsf = arn_extend_tsf(sc, rstamp); local
365 * Handle ibss merge as needed; check the tsf on the
369 * is determined by the tsf. Note that hardware
374 if (LE_64(in->in_tstamp.tsf) >
[all...]
H A Darn_mac.c951 uint64_t tsf)
948 ath9k_hw_rxprocdesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf) argument
H A Darn_xmit.c2107 uint64_t tsf; local
2110 tsf = ath9k_hw_gettsf64(ah);
2112 tsf += 100;
2115 tstamp[0] = LE_32(tsf & 0xffffffff);
2116 tstamp[1] = LE_32(tsf >> 32);
H A Darn_hw.c4076 uint64_t tsf; local
4078 tsf = REG_READ(ah, AR_TSF_U32);
4079 tsf = (tsf << 32) | REG_READ(ah, AR_TSF_L32);
4081 return (tsf);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1020 uint64_t tsf; local
1023 tsf = ATH_HAL_GETTSF64(ah);
1025 tsf += 100;
1028 tstamp[0] = LE_32(tsf & 0xffffffff);
1029 tstamp[1] = LE_32(tsf >> 32);
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h623 uint64_t tsf; member in struct:wpi_stop_scan
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c450 struct sf *sf, *tsf; local
763 tsf = sf_head;
769 while (tsf != NULL) {
770 if (tsf->sf_socp == sf->sf_socp) {
773 tsf = tsf->sf_next;
776 if (tsf != NULL) {
778 sf->sf_sibling = tsf;
795 if (tsf != NULL) {
799 mutex_enter(&tsf
2686 struct sf *tsf; local
3933 struct sf *tsf; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h397 uint64_t tsf; member in union:ieee80211_node::__anon309
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1311 uint64_t tsf; member in struct:iwn_stop_scan
1472 uint32_t tsf; member in struct:iwn_fw_dump
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2566 uint8_t tsf; member in struct:iwh_stop_scan
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h3190 uint64_t tsf; member in struct:iwk_stop_scan
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h2564 uint8_t tsf; member in struct:iwp_stop_scan

Completed in 182 milliseconds