Home
last modified time | relevance | path

Searched refs:GLBL_INTR_MASK (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h29 #define GLBL_INTR_MASK (F_CIM | F_MPS | F_PL | F_PCIE | F_MC | F_EDC0 | \ macro
H A Dt4_hw.c2179 #define GLBL_INTR_MASK (F_CIM | F_MPS | F_PL | F_PCIE | F_MC | F_EDC0 | \ macro
2196 if (!(cause & GLBL_INTR_MASK)) in t4_slow_intr_handler()
2244 t4_write_reg(adapter, A_PL_INT_CAUSE, cause & GLBL_INTR_MASK); in t4_slow_intr_handler()
2329 t4_write_reg(adapter, A_PL_INT_CAUSE, GLBL_INTR_MASK); in t4_intr_clear()