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

/freebsd-10.1-release/sys/dev/e1000/
H A Dif_lem.c291 #define EM_TICKS_TO_USECS(ticks) ((1024 * (ticks) + 500) / 1000) macro
297 static int lem_tx_int_delay_dflt = EM_TICKS_TO_USECS(EM_TIDV);
298 static int lem_rx_int_delay_dflt = EM_TICKS_TO_USECS(EM_RDTR);
299 static int lem_tx_abs_int_delay_dflt = EM_TICKS_TO_USECS(EM_TADV);
300 static int lem_rx_abs_int_delay_dflt = EM_TICKS_TO_USECS(EM_RADV);
4834 if (usecs < 0 || usecs > EM_TICKS_TO_USECS(65535))
H A Dif_em.c339 #define EM_TICKS_TO_USECS(ticks) ((1024 * (ticks) + 500) / 1000) macro
353 static int em_tx_int_delay_dflt = EM_TICKS_TO_USECS(EM_TIDV);
354 static int em_rx_int_delay_dflt = EM_TICKS_TO_USECS(EM_RDTR);
362 static int em_tx_abs_int_delay_dflt = EM_TICKS_TO_USECS(EM_TADV);
363 static int em_rx_abs_int_delay_dflt = EM_TICKS_TO_USECS(EM_RADV);
5632 if (usecs < 0 || usecs > EM_TICKS_TO_USECS(65535))

Completed in 66 milliseconds