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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw_defs.h35 #define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */ macro
H A Decore_int.c1882 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN | IGU_PF_CONF_ATTN_BIT_EN;
2523 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN;
/freebsd-12-stable/sys/dev/bxe/
H A Decore_reg.h3582 #define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */ macro
H A Dbxe.c10395 val |= IGU_PF_CONF_FUNC_EN;
16749 val &= ~IGU_PF_CONF_FUNC_EN;
18252 uint32_t pf_conf = IGU_PF_CONF_FUNC_EN;

Completed in 236 milliseconds