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

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h102 * EM_RDTR - Receive Interrupt Delay Timer (Packet Timer)
113 * CAUTION: When setting EM_RDTR to a value other than 0, adapters
118 * for the hang ensure that EM_RDTR is set to 0.
120 #define EM_RDTR 0 macro
127 * receive interrupt is generated. Useful only if EM_RDTR is non-zero,
130 * along with EM_RDTR, may improve traffic throughput in specific network
H A Dif_lem.h104 * EM_RDTR - Receive Interrupt Delay Timer (Packet Timer)
115 * CAUTION: When setting EM_RDTR to a value other than 0, adapters
120 * for the hang ensure that EM_RDTR is set to 0.
122 #define EM_RDTR 0 macro
129 * receive interrupt is generated. Useful only if EM_RDTR is non-zero,
132 * along with EM_RDTR, may improve traffic throughput in specific network
H A Dif_lem.c289 static int lem_rx_int_delay_dflt = EM_TICKS_TO_USECS(EM_RDTR);
H A Dif_em.c350 static int em_rx_int_delay_dflt = EM_TICKS_TO_USECS(EM_RDTR);

Completed in 72 milliseconds