Lines Matching full:tsf
441 …DPRINTF(sc, ATH_DEBUG_BEACON, "%s: %s: ni=%6D bssid=%6D tsf=%llu (%u), nexttbtt=%llu (%u), delta=%… in ath_recv_mgmt()
470 * Resync beacon timers using the tsf of the beacon in ath_recv_mgmt()
484 uint64_t tsf = ath_extend_tsf(sc, rstamp, in ath_recv_mgmt() local
487 * Handle ibss merge as needed; check the tsf on the in ath_recv_mgmt()
491 * is determined by the tsf. Note that hardware in ath_recv_mgmt()
496 if (le64toh(ni->ni_tstamp.tsf) >= tsf) { in ath_recv_mgmt()
498 "ibss merge, rstamp %u tsf %ju " in ath_recv_mgmt()
499 "tstamp %ju\n", rstamp, (uintmax_t)tsf, in ath_recv_mgmt()
500 (uintmax_t)ni->ni_tstamp.tsf); in ath_recv_mgmt()
511 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) in ath_rx_tap_vendor() argument
576 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) in ath_rx_tap() argument
619 sc->sc_rx_th.wr_tsf = htole64(ath_extend_tsf(sc, rs->rs_tstamp, tsf)); in ath_rx_tap()
658 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf, in ath_rx_pkt() argument
671 * Calculate the correct 64 bit TSF given in ath_rx_pkt()
674 rstamp = ath_extend_tsf(sc, rs->rs_tstamp, tsf); in ath_rx_pkt()
1086 u_int64_t tsf; in ath_rx_proc() local
1108 tsf = ath_hal_gettsf64(ah); in ath_rx_proc()
1186 if (ath_rx_pkt(sc, rs, status, tsf, nf, HAL_RX_QUEUE_HP, bf, m)) in ath_rx_proc()
1213 sc->sc_lastrx = tsf; in ath_rx_proc()