Searched refs:interrupt_mode (Results 1 – 3 of 3) sorted by relevance
685 sc->interrupt_mode = INTR_MODE_SINGLE_MSIX; in bnx2x_common_dev_init()
5545 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) in bnx2x_hc_int_enable()5546 || (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_hc_int_enable()5547 uint8_t single_msix = (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_hc_int_enable()5548 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI); in bnx2x_hc_int_enable()5600 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) in bnx2x_igu_int_enable()5601 || (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_igu_int_enable()5602 uint8_t single_msix = (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_igu_int_enable()5603 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI); in bnx2x_igu_int_enable()11205 if ((sc->interrupt_mode != INTR_MODE_MSIX)11206 || (sc->interrupt_mode != INTR_MODE_SINGLE_MSIX)) {
1179 int interrupt_mode; member