Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c498 #define SGE_PL_INTR_MASK (F_PL_INTR_SGE_ERR | F_PL_INTR_SGE_DATA)
604 t1_write_reg_4(adapter, A_PL_CAUSE, F_PL_INTR_SGE_DATA); in sge_data_in()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c226 cause &= ~F_PL_INTR_SGE_DATA; in fpga_slow_intr()
H A Dregs.h1735 #define F_PL_INTR_SGE_DATA V_PL_INTR_SGE_DATA(1U) macro