Home
last modified time | relevance | path

Searched refs:interrupt_mode (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c685 sc->interrupt_mode = INTR_MODE_SINGLE_MSIX; in bnx2x_common_dev_init()
H A Dbnx2x.c5545 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)) {
H A Dbnx2x.h1179 int interrupt_mode; member