Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bfe/
H A Dbfe_hw.h60 #define BFE_ISTAT_RX 0x00010000 /* RX Interrupt */ macro
70 BFE_ISTAT_RX | BFE_ISTAT_TX)
H A Dbfe.c2418 if (intr_stat & BFE_ISTAT_RX) { in bfe_interrupt()