Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A Dif_em.c632 #define EM_TICKS_TO_USECS(ticks) ((1024 * (ticks) + 500) / 1000) macro
647 static int em_tx_int_delay_dflt = EM_TICKS_TO_USECS(EM_TIDV);
648 static int em_rx_int_delay_dflt = EM_TICKS_TO_USECS(EM_RDTR);
654 static int em_tx_abs_int_delay_dflt = EM_TICKS_TO_USECS(EM_TADV);
655 static int em_rx_abs_int_delay_dflt = EM_TICKS_TO_USECS(EM_RADV);
5394 if (usecs < 0 || usecs > EM_TICKS_TO_USECS(65535)) in em_sysctl_int_delay()