Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c731 dev->d_intrhwemask &= ~Y2_IS_PCI_EXP; in yge_reset()
1324 Y2_IS_IRQ_STAT | Y2_IS_PCI_EXP | Y2_IS_PCI_NEXP; in yge_attach()
1784 Y2_IS_IRQ_STAT | Y2_IS_PCI_EXP | Y2_IS_PCI_NEXP); in yge_resume()
2125 if ((status & Y2_IS_PCI_EXP) != 0) { in yge_intr_hwerr()
2151 dev->d_intrhwemask &= ~Y2_IS_PCI_EXP; in yge_intr_hwerr()
H A Dyge.h686 #define Y2_IS_PCI_EXP BIT(25) /* PCI-Express interrupt */ macro
707 Y2_IS_IRQ_STAT | Y2_IS_PCI_EXP | Y2_IS_PCI_NEXP |\