Searched refs:INTR_MODE_MSI (Results 1 – 2 of 2) sorted by relevance
8937 case INTR_MODE_MSI: in bxe_interrupt_free()9015 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()9027 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()9033 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()9068 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()9078 if (sc->interrupt_mode != INTR_MODE_MSI) { in bxe_interrupt_alloc()9308 } else if (sc->interrupt_mode == INTR_MODE_MSI) { in bxe_interrupt_attach()10298 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; in bxe_hc_int_enable()10368 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; in bxe_igu_int_enable()13836 (bxe_interrupt_mode != INTR_MODE_MSI) && in bxe_get_tunable_params()
1586 #define INTR_MODE_MSI 1 macro