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

/drivers/staging/vt6656/
H A Ddpc.c49 __le64 *tsf_time; local
124 tsf_time = (__le64 *)(skb_data + 8 + pay_load_with_padding);
126 priv->tsf_time = le64_to_cpu(*tsf_time);
155 rx_status.mactime = priv->tsf_time;
H A Ddevice.h276 u64 tsf_time; member in struct:vnt_private
/drivers/net/wireless/ath/ath9k/
H A Dchannel.c290 static void ath_chanctx_setup_timer(struct ath_softc *sc, u32 tsf_time) argument
295 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, tsf_time, 1000000);
296 tsf_time -= ath9k_hw_gettsf32(ah);
297 tsf_time = msecs_to_jiffies(tsf_time / 1000) + 1;
298 mod_timer(&sc->sched.timer, jiffies + tsf_time);
301 "Setup chanctx timer with timeout: %d ms\n", jiffies_to_msecs(tsf_time));
312 u32 tsf_time; local
371 tsf_time = sc->sched.next_tbtt + beacon_int / 4;
372 sc->sched.switch_start_time = tsf_time;
[all...]

Completed in 94 milliseconds