Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.c339 uint64_t tsf_beacon_old, tsf_beacon; in ath_recv_mgmt() local
347 tsf_beacon_old = ((uint64_t) le32dec(ni->ni_tstamp.data + 4)) << 32; in ath_recv_mgmt()
348 tsf_beacon_old |= le32dec(ni->ni_tstamp.data); in ath_recv_mgmt()
396 tsf_delta = (long long) tsf_beacon - (long long) tsf_beacon_old; in ath_recv_mgmt()
409 tsf_beacon_target = tsf_beacon_old + in ath_recv_mgmt()
423 -(tsf_intval - ((tsf_beacon - tsf_beacon_old) % tsf_intval)); in ath_recv_mgmt()
425 tsf_remainder = (tsf_beacon - tsf_beacon_old) % tsf_intval; in ath_recv_mgmt()
431 (unsigned long long) tsf_beacon_old, in ath_recv_mgmt()
432 (unsigned int) (tsf_beacon_old >> 10), in ath_recv_mgmt()