Symbol: DDI_INTR_TYPE_MSIX
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
48
case DDI_INTR_TYPE_MSIX:
usr/src/cmd/mdb/common/modules/mr_sas/mr_sas.c
183
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/asy.c
1598
if ((asy_intr_setup(asy, DDI_INTR_TYPE_MSIX) != DDI_SUCCESS) &&
usr/src/uts/common/io/atge/atge_main.c
716
else if (intr_type == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/atge/atge_main.c
816
if (atgep->atge_intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/atge/atge_main.c
817
err = atge_add_intr_handler(atgep, DDI_INTR_TYPE_MSIX);
usr/src/uts/common/io/bnx/bnxint.c
363
DDI_INTR_TYPE_FIXED : DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/bnx/bnxint.c
371
(umdevice->intrType == DDI_INTR_TYPE_MSIX) ?
usr/src/uts/common/io/bnx/bnxint.c
374
if (umdevice->intrType == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/bnx/bnxmod.c
293
"1 %s", (umdevice->intrType == DDI_INTR_TYPE_MSIX) ? "MSIX" :
usr/src/uts/common/io/bnxe/bnxe_intr.c
1271
numMSIX = BnxeGetInterruptCount(pDev, DDI_INTR_TYPE_MSIX, intrTypes);
usr/src/uts/common/io/bnxe/bnxe_intr.c
1294
pUM->intrType = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/bnxe/bnxe_intr.c
1408
if (pUM->intrType == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/bnxe/bnxe_intr.c
69
return (intrType == DDI_INTR_TYPE_MSIX) ? "MSIX" :
usr/src/uts/common/io/bnxe/bnxe_intr.c
976
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/bnxe/bnxe_main.c
730
(pUM->intrType == DDI_INTR_TYPE_MSIX) ? "MSIX" :
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1259
int itype = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1513
if (qlt_enable_msix && (itypes & DDI_INTR_TYPE_MSIX)) {
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
1885
for (itype = DDI_INTR_TYPE_MSIX; itype; itype >>= 1) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1886
ASSERT(itype == DDI_INTR_TYPE_MSIX ||
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
426
if (sc->props.multi_rings && (sc->intr_type != DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
593
sc->intr_type == DDI_INTR_TYPE_MSIX ? "MSI-X interrupts" :
usr/src/uts/common/io/ena/ena.c
1781
if ((types & DDI_INTR_TYPE_MSIX) == 0) {
usr/src/uts/common/io/ena/ena.c
1789
ret = ddi_intr_get_nintrs(ena->ena_dip, DDI_INTR_TYPE_MSIX, &avail);
usr/src/uts/common/io/ena/ena.c
1804
ret = ddi_intr_get_navail(ena->ena_dip, DDI_INTR_TYPE_MSIX, &avail);
usr/src/uts/common/io/ena/ena.c
1821
DDI_INTR_TYPE_MSIX, 0, req, &actual, DDI_INTR_ALLOC_NORMAL);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
203
if ((types & DDI_INTR_TYPE_MSIX) &&
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
208
ddi_intr_get_nintrs(hba->dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
212
type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
478
if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
1335
if (hba->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
6900
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
131
if ((intr_types & DDI_INTR_TYPE_MSIX) && (nallocd > 1)) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
141
if ((dev->intr_type == DDI_INTR_TYPE_MSIX) &&
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
143
intr_types &= ~DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
61
if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
62
dev->intr_type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17406
if ((itypes & DDI_INTR_TYPE_MSIX) &&
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17562
int32_t msitype = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2960
if (qlge->intr_type != DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3916
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4016
if (qlge->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4217
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4303
if ((intr_type == DDI_INTR_TYPE_MSIX) && (orig > actual)) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4381
if ((intr_types & DDI_INTR_TYPE_MSIX) != 0) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4384
rval = ql_request_irq_vectors(qlge, DDI_INTR_TYPE_MSIX);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
808
if ((qlge->intr_type == DDI_INTR_TYPE_MSIX) && intr) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
841
if ((qlge->intr_type == DDI_INTR_TYPE_MSIX) && intr) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
870
if ((qlge->intr_type == DDI_INTR_TYPE_MSIX) && (intr != 0))
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
895
if ((qlge->intr_type != DDI_INTR_TYPE_MSIX) || i == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
917
if ((qlge->intr_type != DDI_INTR_TYPE_MSIX) || i == 0)
usr/src/uts/common/io/hxge/hxge_main.c
3653
if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/hxge/hxge_main.c
3654
type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/hxge/hxge_main.c
3676
} else if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/hxge/hxge_main.c
3677
type = DDI_INTR_TYPE_MSIX;
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
3741
case DDI_INTR_TYPE_MSIX: /* 0x4 */
usr/src/uts/common/io/hxge/hxge_main.c
3802
if (int_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_gld.c
524
if (i40e->i40e_intr_type & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_gld.c
562
if (i40e->i40e_intr_type & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_intr.c
194
i40e->i40e_intr_type != DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_intr.c
272
if (i40e->i40e_intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_intr.c
300
if (i40e->i40e_intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_intr.c
333
if (i40e->i40e_intr_type != DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_intr.c
366
if (i40e->i40e_intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_intr.c
613
if (i40e->i40e_intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_main.c
1695
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/i40e/i40e_main.c
1817
if ((intr_types & DDI_INTR_TYPE_MSIX) &&
usr/src/uts/common/io/i40e/i40e_main.c
1819
(i40e_alloc_intr_handles(i40e, devinfo, DDI_INTR_TYPE_MSIX))) {
usr/src/uts/common/io/i40e/i40e_main.c
1905
if (i40e->i40e_intr_type != DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/i40e/i40e_main.c
1930
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4336
(state->hs_intr_types_avail & DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4337
status = hermon_add_intrs(state, DDI_INTR_TYPE_MSIX);
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4339
state->hs_intr_type_chosen = DDI_INTR_TYPE_MSIX;
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/hermon/hermon.c
4779
(state->hs_intr_types_avail & DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/igb/igb_gld.c
701
if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/igb/igb_gld.c
729
if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
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
1530
if (igb->intr_type == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/igb/igb_main.c
3655
if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/igb/igb_main.c
3676
if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/igb/igb_main.c
3707
if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/igb/igb_main.c
3740
if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/igb/igb_main.c
4403
if ((intr_types & DDI_INTR_TYPE_MSIX) &&
usr/src/uts/common/io/igb/igb_main.c
4405
rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSIX);
usr/src/uts/common/io/igb/igb_main.c
4478
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/igb/igb_main.c
4562
if ((intr_type == DDI_INTR_TYPE_MSIX) && (orig > actual)) {
usr/src/uts/common/io/igb/igb_main.c
4626
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/igc/igc.c
832
if ((types & DDI_INTR_TYPE_MSIX) == 0) {
usr/src/uts/common/io/igc/igc.c
838
if ((ret = ddi_intr_get_nintrs(igc->igc_dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/igc/igc.c
852
if ((ret = ddi_intr_get_navail(igc->igc_dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/igc/igc.c
877
DDI_INTR_TYPE_MSIX, 0, req, &igc->igc_nintrs,
usr/src/uts/common/io/igc/igc.c
884
igc->igc_intr_type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/igc/igc_gld.c
731
if (igc->igc_intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/igc/igc_gld.c
759
if (igc->igc_intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/iwn/if_iwn.c
719
if ((intr_type & DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/iwn/if_iwn.c
720
if (iwn_intr_add(sc, DDI_INTR_TYPE_MSIX) == DDI_SUCCESS)
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2277
ASSERT(ixgbe->intr_type == DDI_INTR_TYPE_MSIX);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2354
DDI_INTR_TYPE_MSIX, ixgbe->intr_cnt, count, &actual,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4564
if (ixgbe->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4592
if (ixgbe->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5461
if ((intr_types & DDI_INTR_TYPE_MSIX) &&
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5463
rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSIX);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5563
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5686
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6053
if (ixgbe->intr_type != DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6132
if (ixgbe->intr_type != DDI_INTR_TYPE_MSIX) {
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/mlxcx/mlxcx_intr.c
1221
if (!(types & DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
1227
ret = ddi_intr_get_nintrs(dip, DDI_INTR_TYPE_MSIX, &nintrs);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
1238
ret = ddi_intr_get_navail(dip, DDI_INTR_TYPE_MSIX, &navail);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
1259
ret = ddi_intr_alloc(dip, mlxp->mlx_intr_handles, DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
1273
mlxp->mlx_intr_type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/mr_sas/mr_sas.c
702
if (msi_enable && (intr_types & DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/mr_sas/mr_sas.c
703
if (mrsas_add_intrs(instance, DDI_INTR_TYPE_MSIX) !=
usr/src/uts/common/io/mr_sas/mr_sas.c
709
instance->intr_type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/mr_sas/mr_sas.c
7293
(intr_type == DDI_INTR_TYPE_MSIX)) ?
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4452
intr_types &= ~DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4454
if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4455
mgp->ddi_intr_type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/nvme/nvme.c
4636
if ((nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSIX, 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
4816
if ((nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/nvme/nvme.c
5021
nvme->n_intr_types &= ~DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/nxge/nxge_main.c
5935
if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/nxge/nxge_main.c
5936
type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/nxge/nxge_main.c
5959
} else if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/nxge/nxge_main.c
5960
type = DDI_INTR_TYPE_MSIX;
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
6020
case DDI_INTR_TYPE_MSIX: /* 0x4 */
usr/src/uts/common/io/nxge/nxge_main.c
6074
if (int_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
132
(type == DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/pci_intr_lib.c
177
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
248
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
323
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
374
if ((type == DDI_INTR_TYPE_MSIX) && (msi_ctrl & PCI_MSIX_ENABLE_BIT))
usr/src/uts/common/io/pci_intr_lib.c
412
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
459
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
513
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
576
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
641
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
683
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
715
((type == DDI_INTR_TYPE_MSIX) && (navail > PCI_MSIX_MAX_INTRS)))
usr/src/uts/common/io/pci_intr_lib.c
726
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/pci_intr_lib.c
758
if (pci_get_msi_ctrl(rdip, DDI_INTR_TYPE_MSIX, &msi_ctrl,
usr/src/uts/common/io/pci_intr_lib.c
760
*typesp |= DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/pci_intr_lib.c
792
if (pci_get_msi_ctrl(rdip, DDI_INTR_TYPE_MSIX, &msix_ctrl,
usr/src/uts/common/io/pci_intr_lib.c
985
return (pci_msi_configure(rdip, DDI_INTR_TYPE_MSIX, 1, dup_inum, addr,
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
1045
if (type_supported & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/qede/qede_main.c
1046
intr_ctx->intr_type_in_use = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/qede/qede_main.c
1053
DDI_INTR_TYPE_MSIX, &num_supported);
usr/src/uts/common/io/qede/qede_main.c
1066
status = ddi_intr_get_navail(dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/qede/qede_main.c
1114
DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/qede/qede_main.c
3613
(qede->intr_ctx.intr_type_in_use == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc.c
298
if (lmrc->l_intr_type != DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
664
if (intr_type == DDI_INTR_TYPE_MSIX && !lmrc->l_fw_msix_enabled)
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
769
if ((lmrc_add_intrs(lmrc, DDI_INTR_TYPE_MSIX) != DDI_SUCCESS) &&
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
778
lmrc->l_intr_type == DDI_INTR_TYPE_MSIX ? "MSI-X" :
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2331
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2388
itypes &= ~DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2405
if (itypes & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2406
pmcs_setup_intr_impl(pwp, DDI_INTR_TYPE_MSIX, PMCS_MAX_MSIX);
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
1030
if (((types & DDI_INTR_TYPE_MSIX) != 0) &&
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
1031
(pvscsi_register_isr(pvs, DDI_INTR_TYPE_MSIX) == 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
50
if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_intr.c
51
if (add_intrs(s, DDI_INTR_TYPE_MSIX) == TRUE) {
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_intr.c
52
s->s_intr_type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_interrupts.c
192
if (smrt_try_msix(smrt) && (types & DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_interrupts.c
193
if (smrt_interrupts_alloc(smrt, DDI_INTR_TYPE_MSIX) ==
usr/src/uts/common/io/scsi/adapters/smrt/smrt_interrupts.c
22
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
719
itypes &= ~DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
729
for (itype = DDI_INTR_TYPE_MSIX; itype != 0; itype >>= 1) {
usr/src/uts/common/io/sfxge/sfxge_intr.c
538
if (types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/sfxge/sfxge_intr.c
541
type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/sfxge/sfxge_intr.c
580
if (type != DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/skd/skd.c
4153
if (intr_type == DDI_INTR_TYPE_MSIX && avail < SKD_MSIX_MAXAIF) {
usr/src/uts/common/io/skd/skd.c
4433
if (!skd_disable_msix && (itypes & DDI_INTR_TYPE_MSIX) &&
usr/src/uts/common/io/skd/skd.c
4434
(rval = skd_setup_intr(skdev, DDI_INTR_TYPE_MSIX)) == DDI_SUCCESS) {
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
1377
if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1378
if (xhci_alloc_intr_handle(xhcip, DDI_INTR_TYPE_MSIX))
usr/src/uts/common/io/virtio/virtio_main.c
1523
case DDI_INTR_TYPE_MSIX:
usr/src/uts/common/io/virtio/virtio_main.c
1690
if (types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/virtio/virtio_main.c
1691
if (virtio_interrupts_alloc(vio, DDI_INTR_TYPE_MSIX,
usr/src/uts/common/io/virtio/virtio_main.c
1903
if (vio->vio_interrupt_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/virtio/virtio_main.c
1972
if (vio->vio_interrupt_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/xge/drv/xge.c
1190
if (xgell_config->msix_enable && intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/xge/drv/xge.c
1191
ll->intr_type = DDI_INTR_TYPE_MSIX;
usr/src/uts/common/io/xge/drv/xge.c
1208
if (ll->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/xge/drv/xge.c
1221
if (ll->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/xge/drv/xge.c
770
if (lldev->intr_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/xge/drv/xge.c
815
lldev->intr_type == DDI_INTR_TYPE_MSIX ? "MSI-X" :
usr/src/uts/common/io/xge/drv/xge.c
843
if (lldev->intr_type == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/xge/drv/xge.c
866
if (lldev->intr_type == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/io/xge/drv/xge.c
901
case DDI_INTR_TYPE_MSIX:
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
1107
if (intr_types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/io/yge/yge.c
1108
if ((rv = yge_add_intr(dev, DDI_INTR_TYPE_MSIX)) ==
usr/src/uts/common/os/ddi_intr.c
667
(hdlp->ih_type != DDI_INTR_TYPE_MSIX) || /* only MSI-X allowed */
usr/src/uts/common/os/ddi_intr_impl.c
298
if (type == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/os/ddi_intr_impl.c
527
(hdlp->ih_type != DDI_INTR_TYPE_MSIX)) {
usr/src/uts/common/os/ddi_intr_irm.c
53
(r->ireq_type == DDI_INTR_TYPE_MSIX)) || \
usr/src/uts/common/os/ddi_intr_irm.c
756
if (req_p->ireq_type == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/os/ddi_intr_irm.c
772
if (req_p->ireq_type == DDI_INTR_TYPE_MSIX)
usr/src/uts/common/os/ddi_intr_irm.c
779
if (req_p->ireq_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/common/os/ddi_intr_irm.c
814
return ((DDI_IRM_HAS_CB(cb_p) && (type == DDI_INTR_TYPE_MSIX)) ?
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
141
((t) == DDI_INTR_TYPE_MSIX))
usr/src/uts/common/sys/ddi_intr_impl.h
371
if ((hdlp->ih_type == DDI_INTR_TYPE_MSIX) && \
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
71
#ifndef DDI_INTR_TYPE_MSIX
usr/src/uts/i86pc/io/apix/apix.c
1137
case DDI_INTR_TYPE_MSIX:
usr/src/uts/i86pc/io/apix/apix.c
1316
*result = hdlp->ih_type & ~DDI_INTR_TYPE_MSIX;
usr/src/uts/i86pc/io/apix/apix.c
1319
DDI_INTR_TYPE_MSIX);
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
395
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/apix/apix_utils.c
513
apic_pci_msi_unconfigure(avp->av_dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/i86pc/io/apix/apix_utils.c
520
DDI_INTR_TYPE_MSIX);
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
689
apic_pci_msi_unconfigure(irqptr->airq_dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/i86pc/io/mp_platform_misc.c
696
DDI_INTR_TYPE_MSIX);
usr/src/uts/i86pc/io/pci/pci_common.c
260
types |= DDI_INTR_TYPE_MSIX;
usr/src/uts/i86pc/io/pci/pci_common.c
284
if (types & DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pci/pci_common.c
350
else if (hdlp->ih_type == DDI_INTR_TYPE_MSIX)
usr/src/uts/i86pc/io/pci/pci_common.c
391
if (hdlp->ih_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pci/pci_common.c
445
if (hdlp->ih_type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pci/pci_kstats.c
138
case DDI_INTR_TYPE_MSIX:
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
1864
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
1910
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
129
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
263
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
429
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
803
*result = hdlp->ih_type & ~DDI_INTR_TYPE_MSIX;
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
806
DDI_INTR_TYPE_MSIX);
usr/src/uts/i86pc/os/mp_machdep.c
1710
DDI_INTR_TYPE_MSIX);
usr/src/uts/i86pc/sys/apix.h
55
#define APIX_TYPE_MSIX DDI_INTR_TYPE_MSIX /* 4 */
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
641
apic_pci_msi_unconfigure(irqptr->airq_dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
648
DDI_INTR_TYPE_MSIX);
usr/src/uts/i86xpv/io/psm/xpv_intr.c
116
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86xpv/io/psm/xpv_intr.c
295
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86xpv/io/psm/xpv_intr.c
326
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1128
} else if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1379
vector = xpv_psm_get_msi_vector(dip, DDI_INTR_TYPE_MSIX, i);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
657
DDI_INTR_TYPE_MSIX);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
684
DDI_INTR_TYPE_MSIX);
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
2402
case DDI_INTR_TYPE_MSIX:
usr/src/uts/intel/io/vmm/io/ppt.c
1425
if (ddi_intr_get_navail(dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/intel/io/vmm/io/ppt.c
1438
if (ddi_intr_alloc(dip, ppt->msix.inth, DDI_INTR_TYPE_MSIX, 0,
usr/src/uts/intel/io/vmm/io/ppt.c
1517
if (ddi_intr_get_navail(ppt->pptd_dip, DDI_INTR_TYPE_MSIX,
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
1377
dp->intrType = DDI_INTR_TYPE_MSIX;
usr/src/uts/sun4/io/px/px.c
1434
case DDI_INTR_TYPE_MSIX:
usr/src/uts/sun4/io/px/px_intr.c
605
if ((hdlp->ih_type == DDI_INTR_TYPE_MSIX) &&
usr/src/uts/sun4/io/px/px_intr.c
732
(hdlp->ih_type == DDI_INTR_TYPE_MSIX)) {
usr/src/uts/sun4/io/px/px_intr.c
737
hdlp->ih_type == DDI_INTR_TYPE_MSIX ?
usr/src/uts/sun4/io/px/px_intr.c
878
case DDI_INTR_TYPE_MSIX:
usr/src/uts/sun4/io/px/px_msi.c
196
if (type == DDI_INTR_TYPE_MSIX) {
usr/src/uts/sun4/io/px/px_msi.c
373
msi_state_p->msi_type |= DDI_INTR_TYPE_MSIX;
usr/src/uts/sun4/io/px/px_msi.c
71
px_p->px_supp_intr_types |= (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX);