Searched refs:EM_TIDV (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h76 * EM_TIDV - Transmit Interrupt Delay Value
85 #define EM_TIDV 64 macro
93 * transmit interrupt is generated. Useful only if EM_TIDV is non-zero,
96 * along with EM_TIDV, may improve traffic throughput in specific
H A Dif_lem.h78 * EM_TIDV - Transmit Interrupt Delay Value
87 #define EM_TIDV 64 macro
95 * transmit interrupt is generated. Useful only if EM_TIDV is non-zero,
98 * along with EM_TIDV, may improve traffic throughput in specific
H A Dif_lem.c288 static int lem_tx_int_delay_dflt = EM_TICKS_TO_USECS(EM_TIDV);
H A Dif_em.c349 static int em_tx_int_delay_dflt = EM_TICKS_TO_USECS(EM_TIDV);

Completed in 68 milliseconds