Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_etreg.h393 #define ET_INTR_RXDMA_ERROR 0x00000200 macro
404 ET_INTR_TXDMA_ERROR | ET_INTR_RXDMA_ERROR)
H A Dif_et.c1192 if (status & (ET_INTR_RXDMA_ERROR | ET_INTR_TXDMA_ERROR)) { in et_intr()