Searched refs:bxe_interrupt_mode (Results 1 – 1 of 1) sorted by relevance
254 static int bxe_interrupt_mode = INTR_MODE_MSIX; variable256 &bxe_interrupt_mode, 0, "Interrupt (MSI-X/MSI/INTx) mode");13736 if ((bxe_interrupt_mode != INTR_MODE_INTX) && in bxe_get_tunable_params()13737 (bxe_interrupt_mode != INTR_MODE_MSI) && in bxe_get_tunable_params()13738 (bxe_interrupt_mode != INTR_MODE_MSIX)) { in bxe_get_tunable_params()13739 BLOGW(sc, "invalid interrupt_mode value (%d)\n", bxe_interrupt_mode); in bxe_get_tunable_params()13740 bxe_interrupt_mode = INTR_MODE_MSIX; in bxe_get_tunable_params()13794 sc->interrupt_mode = bxe_interrupt_mode; in bxe_get_tunable_params()13803 if (bxe_interrupt_mode == INTR_MODE_INTX) { in bxe_get_tunable_params()