Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe_hw.h59 #define BFE_ISTAT_TFU 0x00008000 /* Transmit FIFO Underflow */ macro
66 BFE_ISTAT_DPE | BFE_ISTAT_RDU | BFE_ISTAT_RFO | BFE_ISTAT_TFU)
H A Dbfe.c2110 if (intr_mask & BFE_ISTAT_TFU) { in bfe_error_handler()