/titanic_41/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic.c | 1072 if (behavior == DDI_INTR_ALLOC_STRICT && in apic_alloc_msi_vectors() 1082 behavior == DDI_INTR_ALLOC_STRICT)) in apic_alloc_msi_vectors() 1093 behavior == DDI_INTR_ALLOC_STRICT) in apic_alloc_msi_vectors() 1171 behavior == DDI_INTR_ALLOC_STRICT)) { in apic_alloc_msix_vectors()
|
H A D | apic_introp.c | 878 DDI_INTR_ALLOC_STRICT); in apic_intr_ops() 882 DDI_INTR_ALLOC_STRICT); in apic_intr_ops()
|
/titanic_41/usr/src/uts/sun4/io/px/ |
H A D | px_msi.c | 178 ((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) { in px_msi_alloc() 214 ((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) { in px_msi_alloc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ddi_intr.h | 106 #define DDI_INTR_ALLOC_STRICT 1 /* Strict allocation */ macro
|
H A D | ddi_intr_impl.h | 136 (((f) == DDI_INTR_ALLOC_NORMAL) || ((f) == DDI_INTR_ALLOC_STRICT))
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_interrupts.c | 147 &smrt->smrt_ninterrupts, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS) { in smrt_interrupts_alloc()
|
/titanic_41/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_psm.c | 1190 if (behavior == DDI_INTR_ALLOC_STRICT && in apic_alloc_msi_vectors() 1200 behavior == DDI_INTR_ALLOC_STRICT)) in apic_alloc_msi_vectors() 1338 behavior == DDI_INTR_ALLOC_STRICT)) { in apic_alloc_msix_vectors()
|
/titanic_41/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 1645 if (behavior == DDI_INTR_ALLOC_STRICT && in apix_alloc_msi() 1669 if (vecp != NULL || behavior == DDI_INTR_ALLOC_STRICT) in apix_alloc_msi() 1727 if (i < count && behavior == DDI_INTR_ALLOC_STRICT) { in apix_alloc_msix()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_intr.c | 623 DDI_INTR_ALLOC_STRICT : DDI_INTR_ALLOC_NORMAL); in nxge_hio_intr_init()
|
H A D | nxge_main.c | 6122 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT : in nxge_add_intrs_adv_type() 6286 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT : in nxge_add_intrs_adv_type_fix()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 75 #ifndef DDI_INTR_ALLOC_STRICT 76 #define DDI_INTR_ALLOC_STRICT 1 macro
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 270 DDI_INTR_ALLOC_STRICT); in qcn_add_intrs()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ddi_intr.c | 261 if (behavior == DDI_INTR_ALLOC_STRICT) { in ddi_intr_alloc()
|
/titanic_41/usr/src/uts/common/io/xge/drv/ |
H A D | xge.c | 771 intr_behavior = DDI_INTR_ALLOC_STRICT; in xge_alloc_intrs()
|
/titanic_41/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 379 if ((behavior == DDI_INTR_ALLOC_STRICT) && in pci_common_intr_ops()
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.c | 322 count, &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS || in efe_attach()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 524 DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL; in uhci_add_intrs()
|
/titanic_41/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 429 &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS) { in iprb_add_intr()
|
/titanic_41/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 436 0, 1, &actual, DDI_INTR_ALLOC_STRICT); in elxl_add_intr()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 3855 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT : in hxge_add_intrs_adv_type() 4010 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT : in hxge_add_intrs_adv_type_fix()
|
/titanic_41/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_impl.c | 771 DDI_INTR_TYPE_MSI, 0, req, &actual, DDI_INTR_ALLOC_STRICT); in amd_iommu_setup_interrupts()
|
/titanic_41/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 621 flag = DDI_INTR_ALLOC_STRICT; in atge_add_intr_handler()
|
/titanic_41/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 2474 DDI_INTR_ALLOC_STRICT); in bfe_add_intr()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 3337 DDI_INTR_ALLOC_STRICT); in tavor_add_intrs()
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 573 sc->intr_count, &i, DDI_INTR_ALLOC_STRICT); in t4_devo_attach()
|