Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bfe/
H A Dbfe_hw.h54 #define BFE_ISTAT_DSCE 0x00000400 /* Descriptor Error */ macro
65 #define BFE_ISTAT_ERRORS (BFE_ISTAT_DSCE | BFE_ISTAT_DATAE | \
H A Dbfe.c2125 if (intr_mask & BFE_ISTAT_DSCE) { in bfe_error_handler()