Home
last modified time | relevance | path

Searched refs:IGU_VF_CONF_FUNC_EN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.h22 #define IGU_VF_CONF_FUNC_EN (0x1 << 0) /* function enable */ macro
H A Dqed_sriov.c787 u32 igu_vf_conf = IGU_VF_CONF_FUNC_EN; in qed_iov_enable_vf_access()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c731 val |= (IGU_VF_CONF_FUNC_EN | IGU_VF_CONF_MSI_MSIX_EN); in bnx2x_vf_igu_reset()
1981 IGU_VF_CONF_FUNC_EN | IGU_VF_CONF_PARENT_MASK); in bnx2x_vf_igu_disable()
H A Dbnx2x_reg.h7598 #define IGU_VF_CONF_FUNC_EN (0x1<<0) /* function enable */ macro