Searched refs:DDI_INTR_TYPE_MSIX (Results 26 - 50 of 60) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c1605 case DDI_INTR_TYPE_MSIX:
1705 if ((intr_types & DDI_INTR_TYPE_MSIX) &&
1707 if (i40e_alloc_intr_handles(i40e, devinfo, DDI_INTR_TYPE_MSIX))
1739 if (i40e->i40e_intr_type != DDI_INTR_TYPE_MSIX) {
1766 case DDI_INTR_TYPE_MSIX:
2007 if (i40e->i40e_intr_type == DDI_INTR_TYPE_MSIX) {
2055 if (i40e->i40e_intr_type == DDI_INTR_TYPE_MSIX) {
H A Di40e_gld.c507 if (i40e->i40e_intr_type & DDI_INTR_TYPE_MSIX) {
544 if (i40e->i40e_intr_type & DDI_INTR_TYPE_MSIX) {
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1485 if (igb->intr_type == DDI_INTR_TYPE_MSIX)
3612 if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
3633 if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
3664 if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
3697 if (igb->intr_type == DDI_INTR_TYPE_MSIX) {
4363 if ((intr_types & DDI_INTR_TYPE_MSIX) &&
4365 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSIX);
4438 case DDI_INTR_TYPE_MSIX:
4522 if ((intr_type == DDI_INTR_TYPE_MSIX) && (orig > actual)) {
4586 case DDI_INTR_TYPE_MSIX
[all...]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c646 apic_pci_msi_unconfigure(irqptr->airq_dip, DDI_INTR_TYPE_MSIX,
653 DDI_INTR_TYPE_MSIX);
1511 DDI_INTR_TYPE_MSI : DDI_INTR_TYPE_MSIX;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1678 } else if (type == DDI_INTR_TYPE_MSIX) {
1724 } else if (type == DDI_INTR_TYPE_MSIX) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c655 sc->intr_type == DDI_INTR_TYPE_MSIX ? "MSI-X interrupts" :
666 sc->intr_type == DDI_INTR_TYPE_MSIX ? "MSI-X interrupts" :
1599 DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_FIXED);
1669 for (itype = DDI_INTR_TYPE_MSIX; itype; itype >>= 1) {
1670 ASSERT(itype == DDI_INTR_TYPE_MSIX ||
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3674 if (intr_types & DDI_INTR_TYPE_MSIX) {
3675 type = DDI_INTR_TYPE_MSIX;
3697 } else if (intr_types & DDI_INTR_TYPE_MSIX) {
3698 type = DDI_INTR_TYPE_MSIX;
3711 if ((type == DDI_INTR_TYPE_MSIX || type == DDI_INTR_TYPE_MSI ||
3762 case DDI_INTR_TYPE_MSIX: /* 0x4 */
3823 if (int_type == DDI_INTR_TYPE_MSIX) {
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1160 case DDI_INTR_TYPE_MSIX:
1339 *result = hdlp->ih_type & ~DDI_INTR_TYPE_MSIX;
1342 DDI_INTR_TYPE_MSIX);
H A Dapix_utils.c393 } else if (type == DDI_INTR_TYPE_MSIX) {
511 apic_pci_msi_unconfigure(avp->av_dip, DDI_INTR_TYPE_MSIX,
518 DDI_INTR_TYPE_MSIX);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c689 apic_pci_msi_unconfigure(irqptr->airq_dip, DDI_INTR_TYPE_MSIX,
696 DDI_INTR_TYPE_MSIX);
1577 DDI_INTR_TYPE_MSI : DDI_INTR_TYPE_MSIX;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c804 if ((qlge->intr_type == DDI_INTR_TYPE_MSIX) && intr) {
837 if ((qlge->intr_type == DDI_INTR_TYPE_MSIX) && intr) {
866 if ((qlge->intr_type == DDI_INTR_TYPE_MSIX) && (intr != 0))
891 if ((qlge->intr_type != DDI_INTR_TYPE_MSIX) || i == 0) {
913 if ((qlge->intr_type != DDI_INTR_TYPE_MSIX) || i == 0)
2956 if (qlge->intr_type != DDI_INTR_TYPE_MSIX) {
3912 case DDI_INTR_TYPE_MSIX:
4012 if (qlge->intr_type == DDI_INTR_TYPE_MSIX) {
4213 case DDI_INTR_TYPE_MSIX:
4299 if ((intr_type == DDI_INTR_TYPE_MSIX)
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2331 case DDI_INTR_TYPE_MSIX:
2388 itypes &= ~DDI_INTR_TYPE_MSIX;
2405 if (itypes & DDI_INTR_TYPE_MSIX) {
2406 pmcs_setup_intr_impl(pwp, DDI_INTR_TYPE_MSIX, PMCS_MAX_MSIX);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c201 if ((types & DDI_INTR_TYPE_MSIX) &&
206 ddi_intr_get_nintrs(hba->dip, DDI_INTR_TYPE_MSIX,
210 type = DDI_INTR_TYPE_MSIX;
476 if (type == DDI_INTR_TYPE_MSIX) {
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c719 itypes &= ~DDI_INTR_TYPE_MSIX;
729 for (itype = DDI_INTR_TYPE_MSIX; itype != 0; itype >>= 1) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c5955 if (intr_types & DDI_INTR_TYPE_MSIX) {
5956 type = DDI_INTR_TYPE_MSIX;
5979 } else if (intr_types & DDI_INTR_TYPE_MSIX) {
5980 type = DDI_INTR_TYPE_MSIX;
5993 if ((type == DDI_INTR_TYPE_MSIX || type == DDI_INTR_TYPE_MSI ||
6040 case DDI_INTR_TYPE_MSIX: /* 0x4 */
6094 if (int_type == DDI_INTR_TYPE_MSIX) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4338 (state->hs_intr_types_avail & DDI_INTR_TYPE_MSIX)) {
4339 status = hermon_add_intrs(state, DDI_INTR_TYPE_MSIX);
4341 state->hs_intr_type_chosen = DDI_INTR_TYPE_MSIX;
4773 (DDI_INTR_TYPE_FIXED | DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX));
4781 (state->hs_intr_types_avail & DDI_INTR_TYPE_MSIX)) {
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c714 else if (intr_type == DDI_INTR_TYPE_MSIX)
814 if (atgep->atge_intr_types & DDI_INTR_TYPE_MSIX) {
815 err = atge_add_intr_handler(atgep, DDI_INTR_TYPE_MSIX);
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1628 if ((intr_types & DDI_INTR_TYPE_MSIX) != 0 && pvscsi_enable_msi) {
1630 DDI_INTR_TYPE_MSIX) == DDI_SUCCESS) {
1631 pvs->intr_type = DDI_INTR_TYPE_MSIX;
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2021 if ((nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSIX, 1)
2246 if ((nvme->n_intr_types & (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX))
2252 if ((nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSIX,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h66 #ifndef DDI_INTR_TYPE_MSIX
67 #define DDI_INTR_TYPE_MSIX 0x4 macro
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c730 (pUM->intrType == DDI_INTR_TYPE_MSIX) ? "MSIX" :
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c1421 case DDI_INTR_TYPE_MSIX:
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1736 DDI_INTR_TYPE_MSIX);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c667 (hdlp->ih_type != DDI_INTR_TYPE_MSIX) || /* only MSI-X allowed */
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c1382 dp->intrType = DDI_INTR_TYPE_MSIX;
1387 VMXNET3_DEBUG(dp, 2, "DDI_INTR_TYPE_MSIX failed, err:%d\n",

Completed in 578 milliseconds

123