Searched refs:DDI_INTR_ALLOC_STRICT (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h106 #define DDI_INTR_ALLOC_STRICT 1 /* Strict allocation */ macro
H A Dddi_intr_impl.h136 (((f) == DDI_INTR_ALLOC_NORMAL) || ((f) == DDI_INTR_ALLOC_STRICT))
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_msi.c178 ((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 Dapic.c1072 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 Dapic_introp.c878 DDI_INTR_ALLOC_STRICT);
882 DDI_INTR_ALLOC_STRICT);
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1190 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 Dvmxnet3_main.c1384 &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 Dapix_utils.c1645 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 Dql_api.h75 #ifndef DDI_INTR_ALLOC_STRICT
76 #define DDI_INTR_ALLOC_STRICT 1 macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c618 * 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 Dqcn.c270 DDI_INTR_ALLOC_STRICT);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c261 if (behavior == DDI_INTR_ALLOC_STRICT) {
263 "DDI_INTR_ALLOC_STRICT flag is passed, "
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c379 if ((behavior == DDI_INTR_ALLOC_STRICT) &&
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c524 DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c771 intr_behavior = DDI_INTR_ALLOC_STRICT;
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c322 count, &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS ||
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c771 DDI_INTR_TYPE_MSI, 0, req, &actual, DDI_INTR_ALLOC_STRICT);
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c429 &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c436 0, 1, &actual, DDI_INTR_ALLOC_STRICT);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3856 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 Datge_main.c621 flag = DDI_INTR_ALLOC_STRICT;
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2474 DDI_INTR_ALLOC_STRICT);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c573 sc->intr_count, &i, DDI_INTR_ALLOC_STRICT);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3337 DDI_INTR_ALLOC_STRICT);
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c877 DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;

Completed in 153 milliseconds

12