usr/src/cmd/mdb/common/modules/genunix/irm.c
40
if (type == (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX))
usr/src/cmd/mdb/common/modules/genunix/irm.c
46
case DDI_INTR_TYPE_MSI:
usr/src/cmd/mdb/common/modules/mr_sas/mr_sas.c
186
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/aac/aac.c
1614
if (intr_type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/aac/aac.c
2235
if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/aac/aac.c
2236
if (aac_query_intrs(softs, DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/aac/aac.c
2242
softs->intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/aac/aac.c
2261
softs->intr_type == DDI_INTR_TYPE_MSI ? "MSI" : "FIXED");
usr/src/uts/common/io/asy.c
1599
(asy_intr_setup(asy, DDI_INTR_TYPE_MSI) != DDI_SUCCESS) &&
usr/src/uts/common/io/atge/atge_main.c
714
else if (intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/atge/atge_main.c
825
if (atgep->atge_intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/atge/atge_main.c
826
err = atge_add_intr_handler(atgep, DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/bge/bge_chip2.c
4135
if (bgep->intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/bge/bge_chip2.c
4818
if (bgep->intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/bge/bge_main2.c
3925
if ((intr_types & DDI_INTR_TYPE_MSI) && bgep->chipid.msi_enabled) {
usr/src/uts/common/io/bge/bge_main2.c
3926
if (bge_add_intrs(bgep, DDI_INTR_TYPE_MSI) != DDI_SUCCESS) {
usr/src/uts/common/io/bge/bge_main2.c
3932
bgep->intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/bge/bge_main2.c
4372
if (intr_type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/bge/bge_main2.c
4523
if (bgep->intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/bnx/bnxmod.c
294
(umdevice->intrType == DDI_INTR_TYPE_MSI) ? "MSI" :
usr/src/uts/common/io/bnxe/bnxe_intr.c
1272
numMSI = BnxeGetInterruptCount(pDev, DDI_INTR_TYPE_MSI, intrTypes);
usr/src/uts/common/io/bnxe/bnxe_intr.c
70
(intrType == DDI_INTR_TYPE_MSI) ? "MSI" :
usr/src/uts/common/io/bnxe/bnxe_main.c
731
(pUM->intrType == DDI_INTR_TYPE_MSI) ? "MSI" :
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1133
(hdlp->ih_type == DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1363
int itype = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1517
if (qlt_enable_msi && (itypes & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1740
DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_FIXED);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1887
itype == DDI_INTR_TYPE_MSI ||
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1916
(itype != DDI_INTR_TYPE_MSI || ISP2(iaq->nirq))) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1930
(itype != DDI_INTR_TYPE_MSI || ISP2(iaq->nirq))) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1978
if (itype != DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
594
sc->intr_type == DDI_INTR_TYPE_MSI ? "MSI interrupts" :
usr/src/uts/common/io/e1000g/e1000g_main.c
6124
if ((intr_types & DDI_INTR_TYPE_MSI) && Adapter->msi_enable) {
usr/src/uts/common/io/e1000g/e1000g_main.c
6125
rc = e1000g_intr_add(Adapter, DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/e1000g/e1000g_main.c
6132
Adapter->intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
194
types &= (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_FIXED);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
219
if ((types & DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
224
ddi_intr_get_nintrs(hba->dip, DDI_INTR_TYPE_MSI, &nintrs);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
227
type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
479
types &= (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_FIXED);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
481
} else if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
6895
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17409
} else if ((itypes & DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17450
int32_t msitype = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3948
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4211
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4413
if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4414
rval = ql_request_irq_vectors(qlge, DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4416
qlge->intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/hxge/hxge_main.c
3658
} else if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/hxge/hxge_main.c
3659
type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/hxge/hxge_main.c
3671
if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/hxge/hxge_main.c
3672
type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/hxge/hxge_main.c
3690
if ((type == DDI_INTR_TYPE_MSIX || type == DDI_INTR_TYPE_MSI ||
usr/src/uts/common/io/hxge/hxge_main.c
3740
case DDI_INTR_TYPE_MSI: /* 0x2 */
usr/src/uts/common/io/hxge/hxge_main.c
3813
if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) {
usr/src/uts/common/io/i2c/ctrl/ismt/ismt.c
867
if ((types & DDI_INTR_TYPE_MSI) != 0) {
usr/src/uts/common/io/i2c/ctrl/ismt/ismt.c
869
DDI_INTR_TYPE_MSI, 0, 1, &ismt->ismt_nintrs,
usr/src/uts/common/io/i2c/ctrl/ismt/ismt.c
872
ismt->ismt_itype = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/i2c/ctrl/ismt/ismt.c
881
DDI_INTR_TYPE_MSI, 0, 1, &ismt->ismt_nintrs,
usr/src/uts/common/io/i40e/i40e_intr.c
499
i40e->i40e_intr_type == DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/i40e/i40e_main.c
1691
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/i40e/i40e_main.c
1885
if ((intr_types & DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/i40e/i40e_main.c
1887
if (i40e_alloc_intr_handles(i40e, devinfo, DDI_INTR_TYPE_MSI))
usr/src/uts/common/io/i40e/i40e_main.c
1947
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4353
(state->hs_intr_types_avail & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4354
status = hermon_add_intrs(state, DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4356
state->hs_intr_type_chosen = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4771
(DDI_INTR_TYPE_FIXED | DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX));
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
2880
(state->ts_intr_types_avail & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
2881
status = tavor_add_intrs(state, DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
2883
state->ts_intr_type_chosen = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
3009
(DDI_INTR_TYPE_FIXED | DDI_INTR_TYPE_MSI));
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
3017
(state->ts_intr_types_avail & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_event.c
109
if (state->ts_intr_type_chosen == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_event.c
555
if (state->ts_intr_type_chosen == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/igb/igb_gld.c
814
if (igb->intr_type & (DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/igb/igb_gld.c
831
if (igb->intr_type & (DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/igb/igb_main.c
4421
if ((intr_types & DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/igb/igb_main.c
4423
rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/igb/igb_main.c
4472
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/igb/igb_main.c
4691
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/iwn/if_iwn.c
725
if ((intr_type & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/iwn/if_iwn.c
726
if (iwn_intr_add(sc, DDI_INTR_TYPE_MSI) == DDI_SUCCESS)
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4615
(ixgbe->intr_type == DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5484
if ((intr_types & DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5486
rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSI);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5557
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5712
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6615
(DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6635
(DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/mr_sas/mr_sas.c
710
} else if (msi_enable && (intr_types & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/mr_sas/mr_sas.c
711
if (mrsas_add_intrs(instance, DDI_INTR_TYPE_MSI) !=
usr/src/uts/common/io/mr_sas/mr_sas.c
717
instance->intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/mr_sas/mr_sas.c
7292
flag = ((intr_type == DDI_INTR_TYPE_MSI) ||
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4450
intr_types &= ~DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4457
} else if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4458
mgp->ddi_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5690
if (mgp->ddi_intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5709
if (mgp->ddi_intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/nge/nge_main.c
2820
if ((intr_types & DDI_INTR_TYPE_MSI) && nge_enable_msi) {
usr/src/uts/common/io/nge/nge_main.c
2871
if (nge_add_intrs(ngep, DDI_INTR_TYPE_MSI) != DDI_SUCCESS) {
usr/src/uts/common/io/nge/nge_main.c
2877
ngep->intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/ntxn/unm_gem.c
1005
type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/ntxn/unm_gem.c
1021
if (type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/ntxn/unm_gem.c
1064
if (adapter->intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/ntxn/unm_nic_main.c
1808
if (adapter->intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/ntxn/unm_nic_main.c
1831
if (adapter->intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/ntxn/unm_nic_main.c
2286
if (adapter->intr_type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/nvme/nvme.c
4638
(nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSI, 1)
usr/src/uts/common/io/nvme/nvme.c
4809
if ((nvme->n_intr_types & (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX))
usr/src/uts/common/io/nvme/nvme.c
4818
(nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSI,
usr/src/uts/common/io/nxge/nxge_main.c
5940
} else if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/nxge/nxge_main.c
5941
type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/nxge/nxge_main.c
5954
if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/nxge/nxge_main.c
5955
type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/nxge/nxge_main.c
5973
if ((type == DDI_INTR_TYPE_MSIX || type == DDI_INTR_TYPE_MSI ||
usr/src/uts/common/io/nxge/nxge_main.c
6019
case DDI_INTR_TYPE_MSI: /* 0x2 */
usr/src/uts/common/io/nxge/nxge_main.c
6085
if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) {
usr/src/uts/common/io/pci_intr_lib.c
120
(type == DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/pci_intr_lib.c
169
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
214
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
306
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
371
if ((type == DDI_INTR_TYPE_MSI) && (msi_ctrl & PCI_MSI_ENABLE_BIT))
usr/src/uts/common/io/pci_intr_lib.c
405
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
454
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
498
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
562
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
623
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
680
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
714
if (((type == DDI_INTR_TYPE_MSI) && (navail > PCI_MSI_MAX_INTRS)) ||
usr/src/uts/common/io/pci_intr_lib.c
722
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pci_intr_lib.c
752
if (pci_get_msi_ctrl(rdip, DDI_INTR_TYPE_MSI, &msi_ctrl,
usr/src/uts/common/io/pci_intr_lib.c
754
*typesp |= DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/pciex/pcieb.c
1076
if ((intr_types & DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/pciex/pcieb.c
1078
if (pcieb_intr_init(pcieb, DDI_INTR_TYPE_MSI) == DDI_SUCCESS)
usr/src/uts/common/io/pciex/pcieb.c
1079
intr_types = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/pciex/pcieb.c
1086
if (intr_types != DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pciex/pcieb.c
1135
(intr_type == DDI_INTR_TYPE_MSI) ? "MSI" : "INTx");
usr/src/uts/common/io/pciex/pcieb.c
1142
if ((intr_type == DDI_INTR_TYPE_MSI) && PCIE_IS_RP(bus_p) &&
usr/src/uts/common/io/pciex/pcieb.c
1147
if (intr_type == DDI_INTR_TYPE_MSI && pcie_link_bw_supported(dip)) {
usr/src/uts/common/io/pciex/pcieb.c
1164
if (intr_type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pciex/pcieb.c
1219
if (intr_type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pciex/pcieb.c
1298
if (intr_type == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/pciex/pcieb.c
1335
if ((intr_type == DDI_INTR_TYPE_MSI) && PCIE_IS_RP(bus_p)) {
usr/src/uts/common/io/qede/qede_gld.c
479
(DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/qede/qede_gld.c
505
(DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/qede/qede_main.c
3615
(qede->intr_ctx.intr_type_in_use == DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/rge/rge_main.c
1733
if ((intr_types & DDI_INTR_TYPE_MSI) && rgep->msi_enable) {
usr/src/uts/common/io/rge/rge_main.c
1734
if (rge_add_intrs(rgep, DDI_INTR_TYPE_MSI) != DDI_SUCCESS) {
usr/src/uts/common/io/rge/rge_main.c
1739
rgep->intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
8276
if ((intr_type == DDI_INTR_TYPE_MSI) && (count > 1)) {
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
8410
if ((ahci_ctlp->ahcictl_intr_type == DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
923
if (ahci_msi_enabled && (intr_types & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
927
if (ahci_add_intrs(ahci_ctlp, DDI_INTR_TYPE_MSI) ==
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
929
ahci_ctlp->ahcictl_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
3898
rc = ddi_intr_get_nintrs(devinfo, DDI_INTR_TYPE_MSI, &count);
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
3910
rc = ddi_intr_get_navail(devinfo, DDI_INTR_TYPE_MSI, &avail);
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
3931
rc = ddi_intr_alloc(devinfo, nvc->nvc_htable, DDI_INTR_TYPE_MSI,
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
4038
if ((nvc->nvc_intr_type == DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
695
if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
704
nvc->nvc_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5018
rc = ddi_intr_get_nintrs(devinfo, DDI_INTR_TYPE_MSI, &count);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5027
rc = ddi_intr_get_navail(devinfo, DDI_INTR_TYPE_MSI, &avail);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5046
rc = ddi_intr_alloc(devinfo, si_ctlp->sictl_htable, DDI_INTR_TYPE_MSI,
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5142
if ((si_ctlp->sictl_intr_type == DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
635
if (is_msi_supported && (intr_types & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
644
si_ctlp->sictl_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
770
(lmrc_add_intrs(lmrc, DDI_INTR_TYPE_MSI) != DDI_SUCCESS) &&
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
779
lmrc->l_intr_type == DDI_INTR_TYPE_MSI ? "MSI" : "FIXED");
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13544
if (mptsas_enable_msi && (intr_types & DDI_INTR_TYPE_MSI)) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13545
if (mptsas_add_intrs(mpt, DDI_INTR_TYPE_MSI) == DDI_SUCCESS) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13547
mpt->m_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13609
if ((intr_type == DDI_INTR_TYPE_MSI) && (count > 1)) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2335
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2391
itypes &= ~DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2412
if (itypes & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2413
pmcs_setup_intr_impl(pwp, DDI_INTR_TYPE_MSI, 1);
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
1034
if (((types & DDI_INTR_TYPE_MSI) != 0) &&
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
1035
(pvscsi_register_isr(pvs, DDI_INTR_TYPE_MSI) == DDI_SUCCESS)) {
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
37
DDI_INTR_TYPE_MSIX|DDI_INTR_TYPE_MSI|DDI_INTR_TYPE_FIXED;
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_intr.c
55
} else if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_intr.c
56
if (add_intrs(s, DDI_INTR_TYPE_MSI) == TRUE) {
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_intr.c
57
s->s_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_interrupts.c
203
if (types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_interrupts.c
204
if (smrt_interrupts_alloc(smrt, DDI_INTR_TYPE_MSI) ==
usr/src/uts/common/io/scsi/adapters/smrt/smrt_interrupts.c
24
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
716
itypes &= ~DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/skd/skd.c
4437
} else if (!skd_disable_msi && (itypes & DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/io/skd/skd.c
4438
(rval = skd_setup_intr(skdev, DDI_INTR_TYPE_MSI)) == DDI_SUCCESS) {
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
788
if ((intr_types & DDI_INTR_TYPE_MSI) && ehcip->ehci_msi_enabled) {
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
789
if (ehci_add_intrs(ehcip, DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
799
ehcip->ehci_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
876
flag = (intr_type == DDI_INTR_TYPE_MSI) ?
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
1285
if ((intr_types & DDI_INTR_TYPE_MSI) && ohcip->ohci_msi_enabled) {
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
1286
if (ohci_add_intrs(ohcip, DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
1296
ohcip->ohci_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
1375
flag = (intr_type == DDI_INTR_TYPE_MSI) ?
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
311
if ((intr_types & DDI_INTR_TYPE_MSI) && uhci_enable_msi) {
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
312
if (uhci_add_intrs(uhcip, DDI_INTR_TYPE_MSI)
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
321
uhcip->uhci_intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
523
flag = (intr_type == DDI_INTR_TYPE_MSI) ?
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1320
DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1382
if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1383
if (xhci_alloc_intr_handle(xhcip, DDI_INTR_TYPE_MSI))
usr/src/uts/common/io/virtio/virtio_main.c
1525
case DDI_INTR_TYPE_MSI:
usr/src/uts/common/io/yge/yge.c
1103
intr_types &= ~(DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX);
usr/src/uts/common/io/yge/yge.c
1113
if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/common/io/yge/yge.c
1114
if ((rv = yge_add_intr(dev, DDI_INTR_TYPE_MSI)) ==
usr/src/uts/common/os/ddi_intr.c
223
if ((type == DDI_INTR_TYPE_MSI) && !ISP2(curr_nintrs + count)) {
usr/src/uts/common/os/ddi_intr.c
762
((hdlp->ih_type == DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/os/ddi_intr.c
797
((hdlp->ih_type == DDI_INTR_TYPE_MSI) &&
usr/src/uts/common/os/ddi_intr.c
835
hdlp->ih_type != DDI_INTR_TYPE_MSI ||
usr/src/uts/common/os/ddi_intr.c
882
hdlp->ih_type != DDI_INTR_TYPE_MSI ||
usr/src/uts/common/os/ddi_intr_impl.c
303
if (type == DDI_INTR_TYPE_MSI)
usr/src/uts/common/os/ddi_intr_irm.c
514
if ((type = req_p->ireq_type) == DDI_INTR_TYPE_MSI) {
usr/src/uts/common/sys/ddi_intr_impl.h
133
((type) == DDI_INTR_TYPE_MSI || (type) == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/sys/ddi_intr_impl.h
140
((t) == DDI_INTR_TYPE_MSI) || \
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
68
#ifndef DDI_INTR_TYPE_MSI
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
689
if ((type & DDI_INTR_TYPE_MSI) == 0) {
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
701
err = ddi_intr_get_nintrs(dip, DDI_INTR_TYPE_MSI, &req);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
722
err = ddi_intr_get_navail(dip, DDI_INTR_TYPE_MSI, &avail);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
772
DDI_INTR_TYPE_MSI, 0, req, &actual, DDI_INTR_ALLOC_STRICT);
usr/src/uts/i86pc/io/apix/apix.c
1131
case DDI_INTR_TYPE_MSI:
usr/src/uts/i86pc/io/apix/apix.c
1318
*result = hdlp->ih_type & ~(DDI_INTR_TYPE_MSI |
usr/src/uts/i86pc/io/apix/apix_irm.c
196
apix_irm_params.iparams_types = DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX;
usr/src/uts/i86pc/io/apix/apix_utils.c
504
DDI_INTR_TYPE_MSI);
usr/src/uts/i86pc/io/mp_platform_misc.c
1076
intr_index = (type == DDI_INTR_TYPE_MSI) ? MSI_INDEX :
usr/src/uts/i86pc/io/mp_platform_misc.c
1584
DDI_INTR_TYPE_MSI : DDI_INTR_TYPE_MSIX;
usr/src/uts/i86pc/io/mp_platform_misc.c
1585
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/mp_platform_misc.c
682
DDI_INTR_TYPE_MSI);
usr/src/uts/i86pc/io/pci/pci_common.c
250
types |= DDI_INTR_TYPE_MSI;
usr/src/uts/i86pc/io/pci/pci_common.c
278
if (types & DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pci/pci_common.c
348
if (hdlp->ih_type == DDI_INTR_TYPE_MSI)
usr/src/uts/i86pc/io/pci/pci_common.c
603
if (hdlp->ih_type != DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pci/pci_common.c
635
if (hdlp->ih_type != DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pci/pci_kstats.c
135
case DDI_INTR_TYPE_MSI:
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
1848
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
1902
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
106
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
259
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
421
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
805
*result = hdlp->ih_type & ~(DDI_INTR_TYPE_MSI |
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
809
if (hdlp->ih_type == DDI_INTR_TYPE_MSI)
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
874
if (hdlp->ih_type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86pc/os/mp_machdep.c
1709
*result = hdlp->ih_type & ~(DDI_INTR_TYPE_MSI |
usr/src/uts/i86pc/sys/apix.h
54
#define APIX_TYPE_MSI DDI_INTR_TYPE_MSI /* 2 */
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
1023
intr_index = (type == DDI_INTR_TYPE_MSI) ? MSI_INDEX :
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
1506
DDI_INTR_TYPE_MSI : DDI_INTR_TYPE_MSIX;
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
1507
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
634
DDI_INTR_TYPE_MSI);
usr/src/uts/i86xpv/io/psm/xpv_intr.c
112
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86xpv/io/psm/xpv_intr.c
265
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86xpv/io/psm/xpv_intr.c
287
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86xpv/io/psm/xpv_intr.c
318
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1115
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1253
vector = xpv_psm_get_msi_vector(dip, DDI_INTR_TYPE_MSI, i);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
656
*result = hdlp->ih_type & ~(DDI_INTR_TYPE_MSI |
usr/src/uts/i86xpv/io/psm/xpv_psm.c
683
*result = hdlp->ih_type & ~(DDI_INTR_TYPE_MSI |
usr/src/uts/i86xpv/io/psm/xpv_psm.c
687
if (hdlp->ih_type == DDI_INTR_TYPE_MSI)
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
2399
case DDI_INTR_TYPE_MSI:
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
2929
} else if (intr_types & DDI_INTR_TYPE_MSI) {
usr/src/uts/intel/io/vmm/io/ppt.c
1323
if (ddi_intr_get_navail(ppt->pptd_dip, DDI_INTR_TYPE_MSI,
usr/src/uts/intel/io/vmm/io/ppt.c
1334
intr_type = DDI_INTR_TYPE_MSI;
usr/src/uts/intel/io/vmm/io/ppt.c
1513
if (ddi_intr_get_navail(ppt->pptd_dip, DDI_INTR_TYPE_MSI,
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
1386
dp->intrType = DDI_INTR_TYPE_MSI;
usr/src/uts/sun4/io/px/px.c
1433
case DDI_INTR_TYPE_MSI:
usr/src/uts/sun4/io/px/px_intr.c
628
if (hdlp->ih_type == DDI_INTR_TYPE_MSI)
usr/src/uts/sun4/io/px/px_intr.c
874
case DDI_INTR_TYPE_MSI:
usr/src/uts/sun4/io/px/px_msi.c
148
if (type == DDI_INTR_TYPE_MSI) {
usr/src/uts/sun4/io/px/px_msi.c
371
msi_state_p->msi_type = DDI_INTR_TYPE_MSI;
usr/src/uts/sun4/io/px/px_msi.c
71
px_p->px_supp_intr_types |= (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX);