Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/
HDif_ath_rx.c339 uint64_t tsf_beacon_old, tsf_beacon; in ath_recv_mgmt() local
381 tsf_beacon = ((uint64_t) le32dec(ni->ni_tstamp.data + 4)) << 32; in ath_recv_mgmt()
382 tsf_beacon |= le32dec(ni->ni_tstamp.data); in ath_recv_mgmt()
391 tsf_delta = (long long) tsf_beacon - (long long) tsf_beacon_old; in ath_recv_mgmt()
416 if (tsf_beacon < tsf_beacon_target) { in ath_recv_mgmt()
418 -(tsf_intval - ((tsf_beacon - tsf_beacon_old) % tsf_intval)); in ath_recv_mgmt()
420 tsf_remainder = (tsf_beacon - tsf_beacon_old) % tsf_intval; in ath_recv_mgmt()
426 (unsigned long long) tsf_beacon, in ath_recv_mgmt()
434 (unsigned long long) tsf_beacon, in ath_recv_mgmt()
436 (int32_t) tsf_beacon - (int32_t) nexttbtt + tsf_intval); in ath_recv_mgmt()
HDif_ath_beacon.c924 u_int64_t tsf, tsf_beacon; in ath_beacon_config() local
948 tsf_beacon = ((uint64_t) le32dec(ni->ni_tstamp.data + 4)) << 32; in ath_beacon_config()
949 tsf_beacon |= le32dec(ni->ni_tstamp.data); in ath_beacon_config()
1000 (unsigned long long) tsf_beacon, in ath_beacon_config()
1007 (unsigned long long) tsf_beacon, in ath_beacon_config()
1010 (long long) tsf_beacon); in ath_beacon_config()
1016 (long long) ((long long) nexttbtt * 1024LL) - (long long) tsf_beacon); in ath_beacon_config()