Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1777 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN | IGU_PF_CONF_ATTN_BIT_EN; in ecore_int_igu_enable_int() local
1782 igu_pf_conf &= ~IGU_PF_CONF_ATTN_BIT_EN; in ecore_int_igu_enable_int()
1789 igu_pf_conf |= IGU_PF_CONF_INT_LINE_EN; in ecore_int_igu_enable_int()
1790 igu_pf_conf |= IGU_PF_CONF_SINGLE_ISR_EN; in ecore_int_igu_enable_int()
1794 igu_pf_conf |= IGU_PF_CONF_MSI_MSIX_EN; in ecore_int_igu_enable_int()
1795 igu_pf_conf |= IGU_PF_CONF_SINGLE_ISR_EN; in ecore_int_igu_enable_int()
1799 igu_pf_conf |= IGU_PF_CONF_MSI_MSIX_EN; in ecore_int_igu_enable_int()
1805 ecore_wr(p_hwfn, p_ptt, IGU_REG_PF_CONFIGURATION, igu_pf_conf); in ecore_int_igu_enable_int()
2422 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN; in ecore_int_igu_init_rt() local
2424 STORE_RT_REG(p_hwfn, IGU_REG_PF_CONFIGURATION_RT_OFFSET, igu_pf_conf); in ecore_int_igu_init_rt()