Searched refs:bxe_interrupt_mode (Results 1 – 1 of 1) sorted by relevance
305 static int bxe_interrupt_mode = INTR_MODE_MSIX; variable306 TUNABLE_INT("hw.bxe.interrupt_mode", &bxe_interrupt_mode);308 &bxe_interrupt_mode, 0, "Interrupt (MSI-X/MSI/INTx) mode");14116 if ((bxe_interrupt_mode != INTR_MODE_INTX) && in bxe_get_tunable_params()14117 (bxe_interrupt_mode != INTR_MODE_MSI) && in bxe_get_tunable_params()14118 (bxe_interrupt_mode != INTR_MODE_MSIX)) { in bxe_get_tunable_params()14119 BLOGW(sc, "invalid interrupt_mode value (%d)\n", bxe_interrupt_mode); in bxe_get_tunable_params()14120 bxe_interrupt_mode = INTR_MODE_MSIX; in bxe_get_tunable_params()14174 sc->interrupt_mode = bxe_interrupt_mode; in bxe_get_tunable_params()14183 if (bxe_interrupt_mode == INTR_MODE_INTX) { in bxe_get_tunable_params()