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

/drivers/net/wireless/ath/ath5k/
H A Dbase.c2017 * @bc_tsf: the timestamp of the beacon. 0 to reset the TSF. -1 to perform a
2030 ath5k_beacon_update_timers(struct ath5k_hw *ah, u64 bc_tsf) argument
2047 bc_tu = TSF_TO_TU(bc_tsf);
2058 if (bc_tsf == -1) {
2064 } else if (bc_tsf == 0) {
2071 } else if (bc_tsf > hw_tsf) {
2103 if (bc_tsf == -1)
2106 else if (bc_tsf == 0)
2114 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n",
2115 (unsigned long long) bc_tsf,
[all...]

Completed in 56 milliseconds