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

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_reg.c120 msecs_to_ticks(usec / 1000));
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.h40 #define IEEE80211_NONHT_PRESENT_AGE msecs_to_ticks(60*1000)
H A Dieee80211_rssadapt.c126 rs->interval = msecs_to_ticks(msecs);
170 ra->ra_raise_interval = msecs_to_ticks(interval);
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_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.c223 ieee80211_hwmp_pathtimeout = msecs_to_ticks(5*1000);
224 ieee80211_hwmp_roottimeout = msecs_to_ticks(5*1000);
225 ieee80211_hwmp_rootint = msecs_to_ticks(2*1000);
226 ieee80211_hwmp_rannint = msecs_to_ticks(1*1000);
227 ieee80211_hwmp_rootconfint_internal = msecs_to_ticks(2*1000);
233 ieee80211_hwmp_net_diameter_traversaltime = msecs_to_ticks(512);
249 mesh_proto_hwmp.mpp_inact = msecs_to_ticks(5*1000);
H A Dieee80211_node.h59 #define IEEE80211_NONERP_PRESENT_AGE msecs_to_ticks(60*1000)
H A Dieee80211_amrr.c111 amrr->amrr_interval = msecs_to_ticks(msecs);
H A Dieee80211_scan_sw.c83 #define IEEE80211_SCAN_OFFCHANNEL msecs_to_ticks(150)
657 "sta_ps", msecs_to_ticks(10));
H A Dieee80211_ht.c180 ieee80211_ampdu_age = msecs_to_ticks(500);
181 ieee80211_addba_timeout = msecs_to_ticks(250);
182 ieee80211_addba_backoff = msecs_to_ticks(10*1000);
183 ieee80211_bar_timeout = msecs_to_ticks(250);
H A Dieee80211_haiku.h291 #define msecs_to_ticks(ms) MSEC_2_TICKS(ms) macro
H A Dieee80211_haiku.cpp355 sleep_time = msecs_to_ticks(250);
H A Dieee80211_mesh.c565 ieee80211_mesh_gateint = msecs_to_ticks(10000);
566 ieee80211_mesh_retrytimeout = msecs_to_ticks(40);
567 ieee80211_mesh_holdingtimeout = msecs_to_ticks(40);
568 ieee80211_mesh_confirmtimeout = msecs_to_ticks(40);
569 ieee80211_mesh_backofftimeout = msecs_to_ticks(5000);
H A Dieee80211_superg.c132 ieee80211_ffagemax = msecs_to_ticks(2);
H A Dieee80211_ioctl.c2586 sr->sr_duration = msecs_to_ticks(sr->sr_duration);
2590 sr->sr_mindwell = msecs_to_ticks(sr->sr_mindwell);
2592 sr->sr_maxdwell = msecs_to_ticks(sr->sr_maxdwell);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_reg.c175 usb_pause_mtx(&sc->sc_mtx, msecs_to_ticks(usec / 1000));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_beacon.c194 msecs_to_ticks(ni->ni_intval));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2800 msecs_to_ticks(10));
2869 pause("ath_reset_grablock", msecs_to_ticks(100));
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c3002 callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout,
7435 callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout,

Completed in 238 milliseconds