Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c8884 switch (sc->interrupt_mode) { in bxe_interrupt_free()
8952 if (sc->interrupt_mode > 0) { in bxe_interrupt_alloc()
8966 if (sc->interrupt_mode != INTR_MODE_MSIX) { in bxe_interrupt_alloc()
9035 if (sc->interrupt_mode != INTR_MODE_MSI) { in bxe_interrupt_alloc()
9092 if (sc->interrupt_mode != INTR_MODE_INTX) { in bxe_interrupt_alloc()
9114 sc->interrupt_mode = -1; /* Failed! */ in bxe_interrupt_alloc()
9121 if (sc->interrupt_mode == -1) { in bxe_interrupt_alloc()
9127 sc->interrupt_mode, sc->num_queues); in bxe_interrupt_alloc()
9216 if (sc->interrupt_mode == INTR_MODE_MSIX) { in bxe_interrupt_attach()
13825 sc->interrupt_mode = bxe_interrupt_mode; in bxe_get_tunable_params()
[all …]
H A Dbxe.h1536 int interrupt_mode; member