Home
last modified time | relevance | path

Searched refs:INTR_DMA_WR_TO_RST (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/age/
H A Dif_agereg.h462 #define INTR_DMA_WR_TO_RST 0x00000800 macro
485 (INTR_SMB | INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
H A Dif_age.c1901 if ((status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST)) != 0) { in age_intr()
1905 if ((status & INTR_DMA_WR_TO_RST) != 0) in age_intr()
/dragonfly/sys/dev/netif/ale/
H A Dif_alereg.h528 #define INTR_DMA_WR_TO_RST 0x00000800 macro
551 (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
H A Dif_ale.c1987 if ((status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST)) != 0) { in ale_intr()
1991 if ((status & INTR_DMA_WR_TO_RST) != 0) in ale_intr()
/dragonfly/sys/dev/netif/alc/
H A Dif_alcreg.h807 #define INTR_DMA_WR_TO_RST 0x00000400 macro
852 (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
H A Dif_alc.c3233 if (status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | in alc_intr()
3239 if (status & INTR_DMA_WR_TO_RST) { in alc_intr()