Home
last modified time | relevance | path

Searched refs:tsf_time (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A 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()
422 avp->offchannel_start = tsf_time; in ath_chanctx_offchannel_noa()
443 u32 tsf_time, in ath_chanctx_set_periodic_noa()
449 avp->noa_start = tsf_time; in ath_chanctx_set_periodic_noa()
475 u32 tsf_time, in ath_chanctx_set_oneshot_noa()
414 ath_chanctx_offchannel_noa(struct ath_softc *sc, struct ath_chanctx *ctx, struct ath_vif *avp, u32 tsf_time) ath_chanctx_offchannel_noa() argument
440 ath_chanctx_set_periodic_noa(struct ath_softc *sc, struct ath_vif *avp, struct ath_beacon_config *cur_conf, u32 tsf_time, u32 beacon_int) ath_chanctx_set_periodic_noa() argument
473 ath_chanctx_set_oneshot_noa(struct ath_softc *sc, struct ath_vif *avp, u32 tsf_time, u32 duration) ath_chanctx_set_oneshot_noa() argument
502 u32 tsf_time; ath_chanctx_event() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A 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()
422 avp->offchannel_start = tsf_time; in ath_chanctx_offchannel_noa()
443 u32 tsf_time, in ath_chanctx_set_periodic_noa()
449 avp->noa_start = tsf_time; in ath_chanctx_set_periodic_noa()
475 u32 tsf_time, in ath_chanctx_set_oneshot_noa()
414 ath_chanctx_offchannel_noa(struct ath_softc *sc, struct ath_chanctx *ctx, struct ath_vif *avp, u32 tsf_time) ath_chanctx_offchannel_noa() argument
440 ath_chanctx_set_periodic_noa(struct ath_softc *sc, struct ath_vif *avp, struct ath_beacon_config *cur_conf, u32 tsf_time, u32 beacon_int) ath_chanctx_set_periodic_noa() argument
473 ath_chanctx_set_oneshot_noa(struct ath_softc *sc, struct ath_vif *avp, u32 tsf_time, u32 duration) ath_chanctx_set_oneshot_noa() argument
502 u32 tsf_time; ath_chanctx_event() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/vt6655/
H A Ddpc.c34 __le64 *tsf_time; in vnt_rx_data() local
75 tsf_time = (__le64 *)(skb_data + bytes_received - 12); in vnt_rx_data()
90 rx_status.mactime = le64_to_cpu(*tsf_time); in vnt_rx_data()
/kernel/linux/linux-6.6/drivers/staging/vt6655/
H A 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()
/kernel/linux/linux-5.10/drivers/staging/vt6656/
H A 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()
H A Ddevice.h221 __le64 tsf_time; member
270 u64 tsf_time; member
/kernel/linux/linux-6.6/drivers/staging/vt6656/
H A 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()
H A Ddevice.h217 __le64 tsf_time; member
266 u64 tsf_time; member

Completed in 6 milliseconds