Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_int.c1910 ecore_wr(p_hwfn, p_ptt, IGU_REG_PF_CONFIGURATION, igu_pf_conf); in ecore_int_igu_enable_int()
1969 ecore_wr(p_hwfn, p_ptt, IGU_REG_PF_CONFIGURATION, 0); in ecore_int_igu_disable_int()
Dreg_addr.h41789 #define IGU_REG_PF_CONFIGURATION macro
/freebsd-10-stable/sys/dev/bxe/
Decore_reg.h276 #define IGU_REG_PF_CONFIGURATION \ macro
Dbxe.c10370 val = REG_RD(sc, IGU_REG_PF_CONFIGURATION); in bxe_igu_int_enable()
10394 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_igu_int_enable()
10403 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_igu_int_enable()
10478 uint32_t val = REG_RD(sc, IGU_REG_PF_CONFIGURATION); in bxe_igu_int_disable()
10489 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_igu_int_disable()
10490 if (REG_RD(sc, IGU_REG_PF_CONFIGURATION) != val) { in bxe_igu_int_disable()
16749 uint32_t val = REG_RD(sc, IGU_REG_PF_CONFIGURATION); in bxe_pf_disable()
16753 REG_WR(sc, IGU_REG_PF_CONFIGURATION, val); in bxe_pf_disable()
18278 REG_WR(sc, IGU_REG_PF_CONFIGURATION, pf_conf); in bxe_init_hw_func()