Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bfe/
H A Dbfe_hw.h61 #define BFE_ISTAT_TX 0x01000000 /* TX Interrupt */ macro
70 BFE_ISTAT_RX | BFE_ISTAT_TX)
H A Dbfe.c2423 if (intr_stat & BFE_ISTAT_TX) { in bfe_interrupt()