Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/tx/
H A Dif_txreg.h101 #define INTSTAT_PTA 0x08000000 /* PCI Fatal error */ macro
H A Dif_tx.c691 if (status & (INTSTAT_FATAL|INTSTAT_PMA|INTSTAT_PTA| in epic_intr()
693 if (status & (INTSTAT_FATAL|INTSTAT_PMA|INTSTAT_PTA| in epic_intr()
697 (status&INTSTAT_PTA)?"PTA ":"", in epic_intr()