Searched refs:msecs_to_ticks (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_reg.c120 msecs_to_ticks(usec / 1000));
/freebsd-12-stable/sys/dev/rtwn/usb/
H A Drtwn_usb_reg.c175 usb_pause_mtx(&sc->sc_mtx, msecs_to_ticks(usec / 1000));
/freebsd-12-stable/sys/net80211/
H A Dieee80211_ht.h40 #define IEEE80211_NONHT_PRESENT_AGE msecs_to_ticks(60*1000)
H A Dieee80211_dfs.c64 #define NOL_TIMEOUT msecs_to_ticks(ieee80211_nol_timeout*1000)
69 #define CAC_TIMEOUT msecs_to_ticks(ieee80211_cac_timeout*1000)
H A Dieee80211_rssadapt.c126 rs->interval = msecs_to_ticks(msecs);
170 ra->ra_raise_interval = msecs_to_ticks(interval);
H A Dieee80211_scan_sta.c756 ss->ss_mindwell = msecs_to_ticks(20); /* 20ms */
758 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
1563 ss->ss_mindwell = msecs_to_ticks(200); /* 200ms */
1565 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
1772 ss->ss_mindwell = msecs_to_ticks(200); /* 200ms */
1774 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
H A Dieee80211_hwmp.c217 ieee80211_hwmp_pathtimeout = msecs_to_ticks(5*1000);
218 ieee80211_hwmp_roottimeout = msecs_to_ticks(5*1000);
219 ieee80211_hwmp_rootint = msecs_to_ticks(2*1000);
220 ieee80211_hwmp_rannint = msecs_to_ticks(1*1000);
221 ieee80211_hwmp_rootconfint_internal = msecs_to_ticks(2*1000);
227 ieee80211_hwmp_net_diameter_traversaltime = msecs_to_ticks(512);
243 mesh_proto_hwmp.mpp_inact = msecs_to_ticks(5*1000);
H A Dieee80211_amrr.c111 amrr->amrr_interval = msecs_to_ticks(msecs);
H A Dieee80211_node.h59 #define IEEE80211_NONERP_PRESENT_AGE msecs_to_ticks(60*1000)
H A Dieee80211_freebsd.c183 *(int *)arg1 = msecs_to_ticks(msecs);
387 sleep_time = msecs_to_ticks(250);
H A Dieee80211_scan_sw.c83 #define IEEE80211_SCAN_OFFCHANNEL msecs_to_ticks(150)
658 "sta_ps", msecs_to_ticks(10));
H A Dieee80211_freebsd.h267 #define msecs_to_ticks(ms) MSEC_2_TICKS(ms) macro
H A Dieee80211_ht.c177 ieee80211_ampdu_age = msecs_to_ticks(500);
178 ieee80211_addba_timeout = msecs_to_ticks(250);
179 ieee80211_addba_backoff = msecs_to_ticks(10*1000);
180 ieee80211_bar_timeout = msecs_to_ticks(250);
H A Dieee80211_mesh.c560 ieee80211_mesh_gateint = msecs_to_ticks(10000);
561 ieee80211_mesh_retrytimeout = msecs_to_ticks(40);
562 ieee80211_mesh_holdingtimeout = msecs_to_ticks(40);
563 ieee80211_mesh_confirmtimeout = msecs_to_ticks(40);
564 ieee80211_mesh_backofftimeout = msecs_to_ticks(5000);
H A Dieee80211_superg.c131 ieee80211_ffagemax = msecs_to_ticks(2);
H A Dieee80211_ioctl.c2569 sr->sr_duration = msecs_to_ticks(sr->sr_duration);
2573 sr->sr_mindwell = msecs_to_ticks(sr->sr_mindwell);
2575 sr->sr_maxdwell = msecs_to_ticks(sr->sr_maxdwell);
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn_beacon.c194 msecs_to_ticks(ni->ni_intval));
/freebsd-12-stable/sys/arm/amlogic/aml8726/
H A Daml8726_sdxc-m8.c161 #define msecs_to_ticks(ms) (((ms)*hz)/1000 + 1) macro
422 callout_reset(&sc->ch, msecs_to_ticks(timeout),
550 msecs_to_ticks(AML_SDXC_BUSY_POLL_INTVL),
670 msecs_to_ticks(AML_SDXC_BUSY_POLL_INTVL),
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtap.c324 avp->av_bcinterval = msecs_to_ticks(BEACON_INTRERVAL + 100*sc->id);
/freebsd-12-stable/sys/dev/wi/
H A Dif_wi.c742 ss->ss_mindwell = ss->ss_maxdwell = msecs_to_ticks(400);
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath.c2792 msecs_to_ticks(10));
2861 pause("ath_reset_grablock", msecs_to_ticks(100));
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c2997 callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout,
7423 callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout,

Completed in 299 milliseconds