Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw_defs.h12 #define IGU_PF_CONF_FUNC_EN (0x1 << 0) macro
H A Decore_int.c1929 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN | IGU_PF_CONF_ATTN_BIT_EN; in ecore_int_igu_enable_int()
2566 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN; in ecore_int_igu_init_rt()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_reg.h5942 #define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */ macro
H A Dbnx2x.c5629 val |= IGU_PF_CONF_FUNC_EN; in bnx2x_igu_int_enable()
9981 val &= ~IGU_PF_CONF_FUNC_EN;
11200 uint32_t pf_conf = IGU_PF_CONF_FUNC_EN;