Home
last modified time | relevance | path

Searched refs:F_PL_INTR_MC4 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc4.c219 pl_intr | F_PL_INTR_MC4); in t1_mc4_intr_enable()
232 pl_intr & ~F_PL_INTR_MC4); in t1_mc4_intr_disable()
240 t1_write_reg_4(mc4->adapter, A_PL_CAUSE, F_PL_INTR_MC4); in t1_mc4_intr_clear()
H A Dch_subr.c981 adapter->slow_intr_mask |= F_PL_INTR_MC3 | F_PL_INTR_MC4 | in t1_interrupts_enable()
1116 if (cause & F_PL_INTR_MC4) in asic_slow_intr()
H A Dregs.h1743 #define F_PL_INTR_MC4 V_PL_INTR_MC4(1U) macro