Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx.c352 uint64_t tsf_beacon_old, tsf_beacon; in ath_recv_mgmt() local
360 tsf_beacon_old = ((uint64_t) le32dec(ni->ni_tstamp.data + 4)) << 32; in ath_recv_mgmt()
361 tsf_beacon_old |= le32dec(ni->ni_tstamp.data); in ath_recv_mgmt()
404 tsf_delta = (long long) tsf_beacon - (long long) tsf_beacon_old; in ath_recv_mgmt()
417 tsf_beacon_target = tsf_beacon_old + in ath_recv_mgmt()
431 -(tsf_intval - ((tsf_beacon - tsf_beacon_old) % tsf_intval)); in ath_recv_mgmt()
433 tsf_remainder = (tsf_beacon - tsf_beacon_old) % tsf_intval; in ath_recv_mgmt()
438 (unsigned long long) tsf_beacon_old, in ath_recv_mgmt()