Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/e1000/
HDif_igb.c292 static int igb_max_interrupt_rate = 8000; variable
294 &igb_max_interrupt_rate, 0, "Maximum interrupts per second");
2716 if (igb_max_interrupt_rate > 0) in igb_configure_queues()
2717 newitr = (4000000 / igb_max_interrupt_rate) & 0x7FFC; in igb_configure_queues()