Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_etreg.h389 #define ET_INTR_RXDMA 0x00000020 macro
403 (ET_INTR_TXDMA | ET_INTR_RXDMA | ET_INTR_TIMER | \
H A Dif_et.c1193 if (status & ET_INTR_RXDMA) in et_intr()