Home
last modified time | relevance | path

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

/trueos/sys/dev/bxe/
HDbxe.c9311 case INTR_MODE_MSI: in bxe_interrupt_free()
9389 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
9401 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
9407 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
9442 sc->interrupt_mode = INTR_MODE_MSI; /* try MSI next */ in bxe_interrupt_alloc()
9452 if (sc->interrupt_mode != INTR_MODE_MSI) { in bxe_interrupt_alloc()
9683 } else if (sc->interrupt_mode == INTR_MODE_MSI) { in bxe_interrupt_attach()
10710 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; in bxe_hc_int_enable()
10780 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; in bxe_igu_int_enable()
14117 (bxe_interrupt_mode != INTR_MODE_MSI) && in bxe_get_tunable_params()
HDbxe.h1611 #define INTR_MODE_MSI 1 macro