Lines Matching refs:interrupt_mode

263 SYSCTL_INT(_hw_bxe, OID_AUTO, interrupt_mode, CTLFLAG_RDTUN,
8884 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()
8972 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
8984 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
8990 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
9025 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
9035 if (sc->interrupt_mode != INTR_MODE_MSI) { in bxe_interrupt_alloc()
9041 sc->interrupt_mode = INTR_MODE_INTX; /* try INTx next */ in bxe_interrupt_alloc()
9053 sc->interrupt_mode = INTR_MODE_INTX; /* try INTx next */ in bxe_interrupt_alloc()
9059 sc->interrupt_mode = INTR_MODE_INTX; /* try INTx next */ in bxe_interrupt_alloc()
9083 sc->interrupt_mode = INTR_MODE_INTX; /* try INTx next */ 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()
9265 } else if (sc->interrupt_mode == INTR_MODE_MSI) { in bxe_interrupt_attach()
10252 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) ? TRUE : FALSE; in bxe_hc_int_enable()
10253 uint8_t single_msix = ((sc->interrupt_mode == INTR_MODE_MSIX) && in bxe_hc_int_enable()
10255 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; in bxe_hc_int_enable()
10322 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) ? TRUE : FALSE; in bxe_igu_int_enable()
10323 uint8_t single_msix = ((sc->interrupt_mode == INTR_MODE_MSIX) && in bxe_igu_int_enable()
10325 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; in bxe_igu_int_enable()
13825 sc->interrupt_mode = bxe_interrupt_mode; in bxe_get_tunable_params()
13858 sc->interrupt_mode, in bxe_get_tunable_params()
18161 if (sc->interrupt_mode != INTR_MODE_MSIX) { in bxe_init_hw_func()