Home
last modified time | relevance | path

Searched refs:channel_switch_time (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dchannel.c243 if (likely(sc->sched.channel_switch_time)) in ath_chanctx_check_active()
245 usecs_to_jiffies(sc->sched.channel_switch_time); in ath_chanctx_check_active()
293 ictx->flush_timeout = usecs_to_jiffies(sc->sched.channel_switch_time); in ath_chanctx_check_active()
433 sc->sched.channel_switch_time; in ath_chanctx_set_periodic_noa()
437 sc->sched.channel_switch_time; in ath_chanctx_set_periodic_noa()
464 avp->noa_duration = duration + sc->sched.channel_switch_time; in ath_chanctx_set_oneshot_noa()
715 tsf_time -= sc->sched.channel_switch_time; in ath_chanctx_event()
796 sc->sched.channel_switch_time; in ath_chanctx_switch()
814 sc->sched.channel_switch_time; in ath_chanctx_switch()
1282 sc->sched.channel_switch_time = in ath_chanctx_set_next()
Dath9k.h388 unsigned int channel_switch_time; member