HomeSort by: relevance | last modified time | path
    Searched refs:max_interrupt_rate (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 505 int max_interrupt_rate; member in struct:ixgbe_softc
ixgbe.c 318 SYSCTL_INT(_hw_ix, OID_AUTO, max_interrupt_rate, CTLFLAG_RDTUN,
3370 sc->max_interrupt_rate = rate;
3372 sc->max_interrupt_rate = 0;
3477 sc->max_interrupt_rate = ixgbe_max_interrupt_rate;
4387 if (sc->max_interrupt_rate > 0)
4388 newitr = (4000000 / sc->max_interrupt_rate) & 0x0FF8;
ixv.c 201 TUNABLE_INT("hw.ixv.max_interrupt_rate", &ixv_max_interrupt_rate);
539 sc->max_interrupt_rate = ixv_max_interrupt_rate;
2518 sc->max_interrupt_rate = rate;
2520 sc->max_interrupt_rate = 0;

Completed in 19 milliseconds