Home
last modified time | relevance | path

Searched refs:tsf_time (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dchannel.c373 static void ath_chanctx_setup_timer(struct ath_softc *sc, u32 tsf_time) in ath_chanctx_setup_timer() argument
379 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, tsf_time, 1000000); in ath_chanctx_setup_timer()
380 tsf_time -= ath9k_hw_gettsf32(ah); in ath_chanctx_setup_timer()
381 timeout = msecs_to_jiffies(tsf_time / 1000) + 1; in ath_chanctx_setup_timer()
386 tsf_time / 1000, jiffies_to_msecs(timeout)); in ath_chanctx_setup_timer()
417 u32 tsf_time) in ath_chanctx_offchannel_noa() argument
422 avp->offchannel_start = tsf_time; in ath_chanctx_offchannel_noa()
443 u32 tsf_time, in ath_chanctx_set_periodic_noa() argument
449 avp->noa_start = tsf_time; in ath_chanctx_set_periodic_noa()
475 u32 tsf_time, in ath_chanctx_set_oneshot_noa() argument
[all …]
/linux-5.19.10/drivers/staging/vt6655/
Ddpc.c32 __le64 *tsf_time; in vnt_rx_data() local
73 tsf_time = (__le64 *)(skb_data + bytes_received - 12); in vnt_rx_data()
88 rx_status.mactime = le64_to_cpu(*tsf_time); in vnt_rx_data()
/linux-5.19.10/drivers/staging/vt6656/
Ddevice.h217 __le64 tsf_time; member
266 u64 tsf_time; member
Dusbpipe.c330 priv->tsf_time = le64_to_cpu(tail->tsf_time); in vnt_rx_data()
343 rx_status->mactime = priv->tsf_time; in vnt_rx_data()