Searched refs:DDI_INTR_TYPE_MSI (Results 51 - 74 of 74) sorted by relevance

123

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c514 if ((type = req_p->ireq_type) == DDI_INTR_TYPE_MSI) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4355 (state->hs_intr_types_avail & DDI_INTR_TYPE_MSI)) {
4356 status = hermon_add_intrs(state, DDI_INTR_TYPE_MSI);
4358 state->hs_intr_type_chosen = DDI_INTR_TYPE_MSI;
4773 (DDI_INTR_TYPE_FIXED | DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX));
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c1420 case DDI_INTR_TYPE_MSI:
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1735 *result = hdlp->ih_type & ~(DDI_INTR_TYPE_MSI |
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c4381 if ((intr_types & DDI_INTR_TYPE_MSI) &&
4383 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSI);
4432 case DDI_INTR_TYPE_MSI:
4651 case DDI_INTR_TYPE_MSI:
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4478 intr_types &= ~DDI_INTR_TYPE_MSI;
4485 } else if (intr_types & DDI_INTR_TYPE_MSI) {
4486 mgp->ddi_intr_type = DDI_INTR_TYPE_MSI;
5724 if (mgp->ddi_intr_type == DDI_INTR_TYPE_MSI)
5743 if (mgp->ddi_intr_type == DDI_INTR_TYPE_MSI)
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c716 itypes &= ~DDI_INTR_TYPE_MSI;
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c1391 dp->intrType = DDI_INTR_TYPE_MSI;
1395 VMXNET3_DEBUG(dp, 2, "DDI_INTR_TYPE_MSI failed\n");
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1103 intr_types &= ~(DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX);
1113 if (intr_types & DDI_INTR_TYPE_MSI) {
1114 if ((rv = yge_add_intr(dev, DDI_INTR_TYPE_MSI)) ==
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1612 if (intr_type == DDI_INTR_TYPE_MSI) {
2233 if (intr_types & DDI_INTR_TYPE_MSI) {
2234 if (aac_query_intrs(softs, DDI_INTR_TYPE_MSI)
2240 softs->intr_type = DDI_INTR_TYPE_MSI;
2259 softs->intr_type == DDI_INTR_TYPE_MSI ? "MSI" : "FIXED");
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3944 case DDI_INTR_TYPE_MSI:
4207 case DDI_INTR_TYPE_MSI:
4409 if (intr_types & DDI_INTR_TYPE_MSI) {
4410 rval = ql_request_irq_vectors(qlge, DDI_INTR_TYPE_MSI);
4412 qlge->intr_type = DDI_INTR_TYPE_MSI;
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c840 if (ahci_msi_enabled && (intr_types & DDI_INTR_TYPE_MSI)) {
844 if (ahci_add_intrs(ahci_ctlp, DDI_INTR_TYPE_MSI) ==
846 ahci_ctlp->ahcictl_intr_type = DDI_INTR_TYPE_MSI;
8172 if ((intr_type == DDI_INTR_TYPE_MSI) && (count > 1)) {
8306 if ((ahci_ctlp->ahcictl_intr_type == DDI_INTR_TYPE_MSI) &&
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5932 if ((intr_types & DDI_INTR_TYPE_MSI) && Adapter->msi_enable) {
5933 rc = e1000g_intr_add(Adapter, DDI_INTR_TYPE_MSI);
5940 Adapter->intr_type = DDI_INTR_TYPE_MSI;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c502 DDI_INTR_TYPE_MSI);
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1300 if ((intr_types & DDI_INTR_TYPE_MSI) && ohcip->ohci_msi_enabled) {
1301 if (ohci_add_intrs(ohcip, DDI_INTR_TYPE_MSI)
1311 ohcip->ohci_intr_type = DDI_INTR_TYPE_MSI;
1391 flag = (intr_type == DDI_INTR_TYPE_MSI) ?
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c701 } else if (msi_enable && (intr_types & DDI_INTR_TYPE_MSI)) {
702 if (mrsas_add_intrs(instance, DDI_INTR_TYPE_MSI) !=
708 instance->intr_type = DDI_INTR_TYPE_MSI;
7342 flag = ((intr_type == DDI_INTR_TYPE_MSI) ||
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c4435 } else if (!skd_disable_msi && (itypes & DDI_INTR_TYPE_MSI) &&
4436 (rval = skd_setup_intr(skdev, DDI_INTR_TYPE_MSI)) == DDI_SUCCESS) {
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c2402 case DDI_INTR_TYPE_MSI:
2932 } else if (intr_types & DDI_INTR_TYPE_MSI) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c4211 if (bgep->intr_type == DDI_INTR_TYPE_MSI)
4881 if (bgep->intr_type == DDI_INTR_TYPE_MSI)
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c797 int itype = DDI_INTR_TYPE_MSI;
948 if (itypes & DDI_INTR_TYPE_MSI) {
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c725 if ((intr_type & DDI_INTR_TYPE_MSI)) {
726 if (iwn_intr_add(sc, DDI_INTR_TYPE_MSI) == DDI_SUCCESS)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13202 if (mptsas_enable_msi && (intr_types & DDI_INTR_TYPE_MSI)) {
13203 if (mptsas_add_intrs(mpt, DDI_INTR_TYPE_MSI) == DDI_SUCCESS) {
13205 mpt->m_intr_type = DDI_INTR_TYPE_MSI;
13267 if ((intr_type == DDI_INTR_TYPE_MSI) && (count > 1)) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16328 } else if ((itypes & DDI_INTR_TYPE_MSI) &&
16364 int32_t msitype = DDI_INTR_TYPE_MSI;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c6883 case DDI_INTR_TYPE_MSI:

Completed in 524 milliseconds

123