Searched refs:DDI_INTR_ALLOC_STRICT (Results 1 - 25 of 36) sorted by relevance
12
/illumos-gate/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))
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_msi.c | 178 ((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) { 214 ((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) {
|
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic.c | 1072 if (behavior == DDI_INTR_ALLOC_STRICT && 1082 behavior == DDI_INTR_ALLOC_STRICT)) 1093 behavior == DDI_INTR_ALLOC_STRICT) 1171 behavior == DDI_INTR_ALLOC_STRICT)) {
|
H A D | apic_introp.c | 878 DDI_INTR_ALLOC_STRICT); 882 DDI_INTR_ALLOC_STRICT);
|
/illumos-gate/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_psm.c | 1190 if (behavior == DDI_INTR_ALLOC_STRICT && 1200 behavior == DDI_INTR_ALLOC_STRICT)) 1338 behavior == DDI_INTR_ALLOC_STRICT)) {
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_main.c | 1384 &ret, DDI_INTR_ALLOC_STRICT); 1393 &ret, DDI_INTR_ALLOC_STRICT) == DDI_SUCCESS) 1400 &ret, DDI_INTR_ALLOC_STRICT) == DDI_SUCCESS) {
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 1645 if (behavior == DDI_INTR_ALLOC_STRICT && 1669 if (vecp != NULL || behavior == DDI_INTR_ALLOC_STRICT) 1727 if (i < count && behavior == DDI_INTR_ALLOC_STRICT) {
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_intr.c | 618 * When <behavior> is set to DDI_INTR_ALLOC_STRICT, 623 DDI_INTR_ALLOC_STRICT : DDI_INTR_ALLOC_NORMAL);
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 270 DDI_INTR_ALLOC_STRICT);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddi_intr.c | 261 if (behavior == DDI_INTR_ALLOC_STRICT) { 263 "DDI_INTR_ALLOC_STRICT flag is passed, "
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 379 if ((behavior == DDI_INTR_ALLOC_STRICT) &&
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 524 DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xge.c | 771 intr_behavior = DDI_INTR_ALLOC_STRICT;
|
/illumos-gate/usr/src/uts/common/io/efe/ |
H A D | efe.c | 322 count, &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS ||
|
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 429 &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS) {
|
/illumos-gate/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 436 0, 1, &actual, DDI_INTR_ALLOC_STRICT);
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 3856 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT : 4011 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT :
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 621 flag = DDI_INTR_ALLOC_STRICT;
|
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 2474 DDI_INTR_ALLOC_STRICT);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 573 sc->intr_count, &i, DDI_INTR_ALLOC_STRICT);
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 3337 DDI_INTR_ALLOC_STRICT);
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_util.c | 877 DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;
|
Completed in 135 milliseconds
12