Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixv.c200 static int ixv_max_interrupt_rate = (4000000 / IXGBE_LOW_LATENCY); variable
201 TUNABLE_INT("hw.ixv.max_interrupt_rate", &ixv_max_interrupt_rate);
539 sc->max_interrupt_rate = ixv_max_interrupt_rate; in ixv_attach()