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

/freebsd-13-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.c1880 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN | IGU_PF_CONF_ATTN_BIT_EN;
2521 u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN;
/freebsd-13-stable/sys/dev/bxe/
H A Decore_reg.h3582 #define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */ macro
H A Dbxe.c10355 val |= IGU_PF_CONF_FUNC_EN;
16653 val &= ~IGU_PF_CONF_FUNC_EN;
18156 uint32_t pf_conf = IGU_PF_CONF_FUNC_EN;

Completed in 201 milliseconds