Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Dbase.c86 void ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf);
1931 ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf) in ath5k_beacon_update_timers() argument
1948 bc_tu = TSF_TO_TU(bc_tsf); in ath5k_beacon_update_timers()
1959 if (bc_tsf == -1) { in ath5k_beacon_update_timers()
1965 } else if (bc_tsf == 0) { in ath5k_beacon_update_timers()
1972 } else if (bc_tsf > hw_tsf) { in ath5k_beacon_update_timers()
2004 if (bc_tsf == -1) in ath5k_beacon_update_timers()
2007 else if (bc_tsf == 0) in ath5k_beacon_update_timers()
2016 (unsigned long long) bc_tsf, in ath5k_beacon_update_timers()
Dath5k.h1175 void ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf);