Home
last modified time | relevance | path

Searched refs:ticks_to_msecs (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_scan.c306 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(ss->ss_maxdwell)); in ieee80211_scan_dump()
H A Dieee80211_rssadapt.c370 msecs = ticks_to_msecs(rs->interval); in rssadapt_sysctl_interval()
H A Dieee80211_scan_sw.c738 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(maxdwell)); in scan_curchan_task()
H A Dieee80211_amrr.c450 msecs = ticks_to_msecs(amrr->amrr_interval); in amrr_sysctl_interval()
H A Dieee80211_hwmp.c856 preq.preq_lifetime = ticks_to_msecs(ieee80211_hwmp_roottimeout); in hwmp_rootmode_cb()
1799 ticks_to_msecs(ieee80211_hwmp_roottimeout)); in hwmp_recv_rann()
1891 preq.preq_lifetime = ticks_to_msecs(ieee80211_hwmp_pathtimeout); in hwmp_rediscover_cb()
1988 ticks_to_msecs(ieee80211_hwmp_pathtimeout); in hwmp_discover()
H A Dieee80211_power.c648 (int) ticks_to_msecs(ticks - ic->ic_lastdata)); in ieee80211_sta_ps_timer_check()
H A Dieee80211_mesh.c281 timesince = ticks_to_msecs(now - rt->rt_updtime); in ieee80211_mesh_rt_update()
1408 ieee80211_mesh_rt_update(rt_meshda, ticks_to_msecs( in mesh_recv_indiv_data_to_fwrd()
1414 ieee80211_mesh_rt_update(rt_meshsa, ticks_to_msecs( in mesh_recv_indiv_data_to_fwrd()
1455 ieee80211_mesh_rt_update(rt, ticks_to_msecs(ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_me()
1970 ticks_to_msecs( in mesh_recv_mgmt()
H A Dieee80211_freebsd.h270 #define ticks_to_msecs(t) TICKS_2_MSEC(t) macro
H A Dieee80211_freebsd.c187 int msecs = ticks_to_msecs(*(int *)arg1); in ieee80211_sysctl_msecs_ticks()