Home
last modified time | relevance | path

Searched refs:ISR_RXORN (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/sfe/
H A Dsfereg.h264 #define ISR_RXORN 0x00000020U macro
H A Dsfe.c111 ISR_RXORN | ISR_RXIDLE | ISR_RXOK | ISR_RXERR)
1576 if (isr & (ISR_RXSOVR | ISR_RXORN | ISR_RXIDLE | ISR_RXERR | in sfe_interrupt()
1580 if (isr & (ISR_RXSOVR | ISR_RXORN)) { in sfe_interrupt()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c154 #define ISR_RXORN 0x00000020 macro
541 ns->IMR_cache |= ISR_RXORN; in ns83820_setup_rx()