Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw_defs.h33 #define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */ macro
H A Decore_int.c1878 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN | IGU_PF_CONF_ATTN_BIT_EN; in ecore_int_igu_enable_int()
2519 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN; in ecore_int_igu_init_rt()
/freebsd/sys/dev/bxe/
H A Decore_reg.h3580 #define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */ macro
H A Dbxe.c10330 val |= IGU_PF_CONF_FUNC_EN; in bxe_igu_int_enable()
16617 val &= ~IGU_PF_CONF_FUNC_EN; in bxe_pf_disable()
18120 uint32_t pf_conf = IGU_PF_CONF_FUNC_EN; in bxe_init_hw_func()