msecs_to_ticks
msecs_to_ticks(10));
pause("ath_reset_grablock", msecs_to_ticks(100));
callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout,
callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout,
msecs_to_ticks(ni->ni_intval));
msecs_to_ticks(usec / 1000));
usb_pause_mtx(&sc->sc_mtx, msecs_to_ticks(usec / 1000));
amrr->amrr_interval = msecs_to_ticks(msecs);
#define NOL_TIMEOUT msecs_to_ticks(ieee80211_nol_timeout*1000)
#define CAC_TIMEOUT msecs_to_ticks(ieee80211_cac_timeout*1000)
sleep_time = msecs_to_ticks(250);
ieee80211_ampdu_age = msecs_to_ticks(500);
ieee80211_addba_timeout = msecs_to_ticks(250);
ieee80211_addba_backoff = msecs_to_ticks(10*1000);
ieee80211_bar_timeout = msecs_to_ticks(250);
#define IEEE80211_NONHT_PRESENT_AGE msecs_to_ticks(60*1000)
ieee80211_hwmp_pathtimeout = msecs_to_ticks(5*1000);
ieee80211_hwmp_roottimeout = msecs_to_ticks(5*1000);
ieee80211_hwmp_rootint = msecs_to_ticks(2*1000);
ieee80211_hwmp_rannint = msecs_to_ticks(1*1000);
ieee80211_hwmp_rootconfint_internal = msecs_to_ticks(2*1000);
ieee80211_hwmp_net_diameter_traversaltime = msecs_to_ticks(512);
mesh_proto_hwmp.mpp_inact = msecs_to_ticks(5*1000);
sr->sr_duration = msecs_to_ticks(sr->sr_duration);
sr->sr_mindwell = msecs_to_ticks(sr->sr_mindwell);
sr->sr_maxdwell = msecs_to_ticks(sr->sr_maxdwell);
ieee80211_mesh_gateint = msecs_to_ticks(10000);
ieee80211_mesh_retrytimeout = msecs_to_ticks(40);
ieee80211_mesh_holdingtimeout = msecs_to_ticks(40);
ieee80211_mesh_confirmtimeout = msecs_to_ticks(40);
ieee80211_mesh_backofftimeout = msecs_to_ticks(5000);
#define IEEE80211_NONERP_PRESENT_AGE msecs_to_ticks(60*1000)
rs->interval = msecs_to_ticks(msecs);
ra->ra_raise_interval = msecs_to_ticks(interval);
ss->ss_mindwell = msecs_to_ticks(200); /* 200ms */
ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
ss->ss_mindwell = msecs_to_ticks(200); /* 200ms */
ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
ss->ss_mindwell = msecs_to_ticks(20); /* 20ms */
ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
"sta_ps", msecs_to_ticks(10));
#define IEEE80211_SCAN_OFFCHANNEL msecs_to_ticks(150)
ieee80211_ffagemax = msecs_to_ticks(2);