Home
last modified time | relevance | path

Searched refs:MSEC_2_TICKS (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/dev/ixl/
HDi40e_osdep.c162 #ifndef MSEC_2_TICKS
163 #define MSEC_2_TICKS(m) max(1, (uint32_t)((hz == 1000) ? \ macro
170 pause("i40e_msec_pause", MSEC_2_TICKS(msecs)); in i40e_msec_pause()
/freebsd-14-stable/sys/dev/ice/
HDice_osdep.c307 pause("ice_msec_delay", MSEC_2_TICKS(time)); in ice_msec_delay()
/freebsd-14-stable/sys/powerpc/powernv/
HDopal_dev.c136 MSEC_2_TICKS(opal_heartbeat_ms)); in opal_heartbeat()
/freebsd-14-stable/sys/dev/wg/
HDif_wg.c1007 callout_reset(&peer->p_new_handshake, MSEC_2_TICKS( in wg_timers_event_data_sent()
1022 MSEC_2_TICKS(KEEPALIVE_TIMEOUT * 1000), in wg_timers_event_data_received()
1052 MSEC_2_TICKS(interval * 1000), in wg_timers_event_any_authenticated_packet_traversal()
1063 callout_reset(&peer->p_retry_handshake, MSEC_2_TICKS( in wg_timers_event_handshake_initiated()
1093 MSEC_2_TICKS(REJECT_AFTER_TIME * 3 * 1000), in wg_timers_event_session_derived()
1146 MSEC_2_TICKS(REJECT_AFTER_TIME * 3 * 1000), in wg_timers_run_retry_handshake()
1164 MSEC_2_TICKS(KEEPALIVE_TIMEOUT * 1000), in wg_timers_run_send_keepalive()
/freebsd-14-stable/sys/sys/
HDtime.h388 #define MSEC_2_TICKS(m) max(1, (uint32_t)((hz == 1000) ? \ macro
/freebsd-14-stable/sys/dev/nvme/
HDnvme_ctrlr.c273 int timeout = ticks + MSEC_2_TICKS(ctrlr->ready_timeout_in_ms); in nvme_ctrlr_wait_for_ready()
337 pause("nvmeR", MSEC_2_TICKS(B4_CHK_RDY_DELAY_MS)); in nvme_ctrlr_disable()
/freebsd-14-stable/sys/net80211/
HDieee80211_freebsd.h269 #define msecs_to_ticks(ms) MSEC_2_TICKS(ms)
/freebsd-14-stable/sys/geom/nop/
HDg_nop.c310 MSEC_2_TICKS(delaytime), g_nop_pass_timeout, in g_nop_start()
/freebsd-14-stable/sys/dev/iavf/
HDiavf_lib.c57 pause("iavf_msec_pause", MSEC_2_TICKS(msecs)); in iavf_msec_pause()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c5027 MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms), in bbr_timeout_rxt()
5028 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in bbr_timeout_rxt()
6368 max(MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms), rtt_ticks + 2), in tcp_bbr_xmit_timer_commit()
6369 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in tcp_bbr_xmit_timer_commit()