Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.h24 #define IGU_VF_CONF_SINGLE_ISR_EN (0x1 << 4) /* single ISR mode enable */ macro
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_reg.h7600 #define IGU_VF_CONF_SINGLE_ISR_EN (0x1<<4) /* single ISR mode enable */ macro
H A Dbnx2x_sriov.c1980 val &= ~(IGU_VF_CONF_MSI_MSIX_EN | IGU_VF_CONF_SINGLE_ISR_EN | in bnx2x_vf_igu_disable()