Home
last modified time | relevance | path

Searched refs:ih_flags (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h95 uint_t ih_flags; /* Misc flags */ member
372 (hdlp->ih_flags & DDI_INTR_MSIX_DUP)) { \
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c358 if (((hdlp->ih_flags & DDI_INTR_MSIX_DUP) && in ddi_intr_free()
361 (!(hdlp->ih_flags & DDI_INTR_MSIX_DUP)))) { in ddi_intr_free()
375 if (hdlp->ih_flags & DDI_INTR_MSIX_DUP) in ddi_intr_free()
668 (hdlp->ih_flags & DDI_INTR_MSIX_DUP)) { /* only dup original */ in ddi_intr_dup_handler()
690 dup_hdlp->ih_flags |= DDI_INTR_MSIX_DUP; in ddi_intr_dup_handler()
718 } else if (hdlp->ih_flags & DDI_INTR_MSIX_DUP) in ddi_intr_remove_handler()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.c577 (hdlp->ih_flags & DDI_INTR_MSIX_DUP) ? hdlp->ih_main->ih_inum : in px_msix_ops()
631 if (hdlp->ih_flags & DDI_INTR_MSIX_DUP) in px_msix_ops()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c919 if ((hdlp->ih_flags & PSMGI_INTRBY_FLAGS) == PSMGI_INTRBY_VEC) in apic_intr_ops()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c216 info_hdl.ih_flags = PSMGI_INTRBY_VEC; in pcitool_set_intr()
H A Dpci_common.c754 tmp_hdl.ih_flags = PSMGI_INTRBY_DEFAULT; in pci_common_intr_ops()
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1254 vecp = apix_get_req_vector(hdlp, hdlp->ih_flags); in apix_intr_ops()