Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/qlnx/qlnxe/
HDecore_int.c1906 ecore_wr(p_hwfn, p_ptt, IGU_REG_PF_CONFIGURATION, igu_pf_conf); in ecore_int_igu_enable_int()
1965 ecore_wr(p_hwfn, p_ptt, IGU_REG_PF_CONFIGURATION, 0); in ecore_int_igu_disable_int()
HDreg_addr.h41787 #define IGU_REG_PF_CONFIGURATION macro
/freebsd-head/sys/dev/bxe/
HDecore_reg.h276 #define IGU_REG_PF_CONFIGURATION \ macro
HDbxe.c10302 val = REG_RD(sc, IGU_REG_PF_CONFIGURATION); in bxe_igu_int_enable()
10326 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_igu_int_enable()
10335 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_igu_int_enable()
10410 uint32_t val = REG_RD(sc, IGU_REG_PF_CONFIGURATION); in bxe_igu_int_disable()
10421 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_igu_int_disable()
10422 if (REG_RD(sc, IGU_REG_PF_CONFIGURATION) != val) { in bxe_igu_int_disable()
16615 uint32_t val = REG_RD(sc, IGU_REG_PF_CONFIGURATION); in bxe_pf_disable()
16619 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_pf_disable()
18144 REG_WR(sc, IGU_REG_PF_CONFIGURATION, pf_conf); in bxe_init_hw_func()