Searched refs:interrupt_mode (Results 1 – 3 of 3) sorted by relevance
679 sc->interrupt_mode = INTR_MODE_SINGLE_MSIX; in bnx2x_common_dev_init()
5549 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) in bnx2x_hc_int_enable()5550 || (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_hc_int_enable()5551 uint8_t single_msix = (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_hc_int_enable()5552 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI); in bnx2x_hc_int_enable()5604 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) in bnx2x_igu_int_enable()5605 || (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_igu_int_enable()5606 uint8_t single_msix = (sc->interrupt_mode == INTR_MODE_SINGLE_MSIX); in bnx2x_igu_int_enable()5607 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI); in bnx2x_igu_int_enable()11198 if ((sc->interrupt_mode != INTR_MODE_MSIX)11199 || (sc->interrupt_mode != INTR_MODE_SINGLE_MSIX)) {
1179 int interrupt_mode; member