Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe_hw.h65 #define BFE_ISTAT_ERRORS (BFE_ISTAT_DSCE | BFE_ISTAT_DATAE | \ macro
69 #define BFE_IMASK_DEF (BFE_ISTAT_ERRORS | BFE_ISTAT_TO | \
H A Dbfe.c2428 if (intr_stat & BFE_ISTAT_ERRORS) { in bfe_interrupt()