Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c155 #define ISR_RXIDLE 0x00000010 macro
544 ns->IMR_cache |= ISR_RXIDLE; in ns83820_setup_rx()
661 if(( ISR_RXIDLE | ISR_RXDESC | ISR_RXERR) & isr) in ns83820_check_intr()
782 ISR_RXIDLE); in ns83820_disable()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfereg.h265 #define ISR_RXIDLE 0x00000010U macro
H A Dsfe.c108 ISR_RXORN | ISR_RXIDLE | ISR_RXOK | ISR_RXERR)
1499 if (isr & (ISR_RXSOVR | ISR_RXORN | ISR_RXIDLE | ISR_RXERR | in sfe_interrupt()
1511 if (isr & ISR_RXIDLE) { in sfe_interrupt()