Searched refs:bc_tsf (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dbase.h97 void ath5k_beacon_update_timers(struct ath5k_hw *ah, u64 bc_tsf);
H A Dbase.c2034 * @bc_tsf: the timestamp of the beacon. 0 to reset the TSF. -1 to perform a
2047 ath5k_beacon_update_timers(struct ath5k_hw *ah, u64 bc_tsf) ath5k_beacon_update_timers() argument
2064 bc_tu = TSF_TO_TU(bc_tsf); ath5k_beacon_update_timers()
2075 if (bc_tsf == -1) { ath5k_beacon_update_timers()
2081 } else if (bc_tsf == 0) { ath5k_beacon_update_timers()
2088 } else if (bc_tsf > hw_tsf) { ath5k_beacon_update_timers()
2120 if (bc_tsf == -1) ath5k_beacon_update_timers()
2123 else if (bc_tsf == 0) ath5k_beacon_update_timers()
2131 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", ath5k_beacon_update_timers()
2132 (unsigned long long) bc_tsf, ath5k_beacon_update_timers()

Completed in 193 milliseconds