Home
last modified time | relevance | path

Searched refs:DDI_INTR_FLAG_MSI64 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h88 #define DDI_INTR_FLAG_MSI64 0x0200 /* (RO) MSI/X supports 64 bit addr */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c171 *flagsp |= DDI_INTR_FLAG_MSI64; in pci_msi_get_cap()
179 *flagsp |= (DDI_INTR_FLAG_MASKABLE | DDI_INTR_FLAG_MSI64 | in pci_msi_get_cap()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c946 if ((hdlp->ih_cap & DDI_INTR_FLAG_MSI64) && msi_state_p->msi_addr64) { in px_ib_set_msix_target()
1199 hdlp->ih_cap = DDI_INTR_FLAG_MSI64; in pxtool_ib_get_msi_info()
H A Dpx_intr.c566 if ((hdlp->ih_cap & DDI_INTR_FLAG_MSI64) && msi_state_p->msi_addr64) { in px_msix_ops()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c457 *flagsp = hdlp->ih_cap & ~DDI_INTR_FLAG_MSI64; in ddi_intr_get_cap()
469 *flagsp &= ~DDI_INTR_FLAG_MSI64; in ddi_intr_get_cap()