Searched refs:nexttbtt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c29 u32 nexttbtt = 0, intval, tsftu; local
59 * Pull nexttbtt forward to reflect the current
67 nexttbtt = tsftu - offset;
69 nexttbtt += intval;
87 bs.bs_nexttbtt = nexttbtt;
138 u32 nexttbtt, intval; local
144 nexttbtt = intval;
154 ath9k_hw_beaconinit(priv->ah, nexttbtt, intval);
H A Dbeacon.c477 u32 nexttbtt, intval; local
482 nexttbtt = intval;
498 ath9k_beacon_init(sc, nexttbtt, intval);
524 u32 nexttbtt = 0, intval, tsftu; local
556 * Pull nexttbtt forward to reflect the current
564 nexttbtt = tsftu - offset;
566 nexttbtt += intval;
584 bs.bs_nexttbtt = nexttbtt;
637 u32 tsftu, intval, nexttbtt; local
642 /* Pull nexttbtt forwar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.h222 unsigned int nexttbtt; /* next beacon time in TU */ member in struct:ath5k_softc
H A Dbase.c1817 if (hw_tu >= sc->nexttbtt)
2358 u32 nexttbtt, intval, hw_tu, bc_tu; local
2379 nexttbtt = roundup(hw_tu + FUDGE, intval);
2385 nexttbtt = intval;
2406 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval);
2410 sc->nexttbtt = nexttbtt;
2413 ath5k_hw_init_beacon(ah, nexttbtt, intval);
2430 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n",
2432 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt);
[all...]

Completed in 60 milliseconds