Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dtp.c332 tp_intr | F_PL_INTR_TP); in t1_tp_intr_enable()
351 tp_intr & ~F_PL_INTR_TP); in t1_tp_intr_disable()
366 t1_write_reg_4(tp->adapter, A_PL_CAUSE, F_PL_INTR_TP); in t1_tp_intr_clear()
H A Dch_subr.c976 adapter->slow_intr_mask = F_PL_INTR_SGE_ERR | F_PL_INTR_TP; in t1_interrupts_enable()
1111 if (cause & F_PL_INTR_TP) in asic_slow_intr()
H A Dregs.h1755 #define F_PL_INTR_TP V_PL_INTR_TP(1U) macro