Searched refs:ddi_intr_get_supported_types (Results 1 - 25 of 56) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h124 * ddi_intr_get_supported_types:
130 int ddi_intr_get_supported_types(dev_info_t *dip, int *typesp);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h300 #pragma weak ddi_intr_get_supported_types macro
313 extern int ddi_intr_get_supported_types();
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c53 ret = ddi_intr_get_supported_types(dev->dip, &intr_types);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_intr.c521 err = ddi_intr_get_supported_types(dip, &types);
524 "intr_init: ddi_intr_get_supported_types failed err=%d",
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h98 #pragma weak ddi_intr_get_supported_types macro
112 extern int ddi_intr_get_supported_types();
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c1265 if ((rc = ddi_intr_get_supported_types(pDev, &intrTypes)) != DDI_SUCCESS)
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c572 ddi_status = ddi_intr_get_supported_types(
576 "ddi_intr_get_supported_types() returned 0x%x, "
581 NXGE_ERROR_MSG((nxge, HIO_CTL, "ddi_intr_get_supported_types() "
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c1070 ret = ddi_intr_get_supported_types(sc->sc_dev, &intr_types);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c44 * ddi_intr_get_supported_types:
50 ddi_intr_get_supported_types(dev_info_t *dip, int *typesp) function
58 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_get_supported_types: dip %p\n",
73 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_get_supported_types: types %x\n",
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c993 ret = ddi_intr_get_supported_types(adapter->dip, &type);
995 cmn_err(CE_WARN, "%s%d: ddi_intr_get_supported_types() "
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c947 if (ddi_intr_get_supported_types(dip, &intr_types) != DDI_SUCCESS) {
948 PCIEB_DEBUG(DBG_ATTACH, dip, "ddi_intr_get_supported_types"
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1720 if (ddi_intr_get_supported_types(devinfo, &intr_types)
1722 rge_error(rgep, "ddi_intr_get_supported_types failed\n");
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c696 if (ddi_intr_get_supported_types(dip, &itypes) != DDI_SUCCESS) {
697 cmn_err(CE_WARN, "ddi_intr_get_supported_types failed");
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c297 if (ddi_intr_get_supported_types(uhcip->uhci_dip,
300 "uhci_attach: ddi_intr_get_supported_types failed");
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c1112 ret = ddi_intr_get_supported_types(dev_info, &intr_types);
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c283 if (ddi_intr_get_supported_types(dip, &types)
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c673 if (ddi_intr_get_supported_types(dip, &type) != DDI_SUCCESS) {
674 cmn_err(CE_WARN, "%s: %s%d: ddi_intr_get_supported_types "
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c802 err = ddi_intr_get_supported_types(atgep->atge_dip,
806 "ddi_intr_get_supported_types failed : %d", err);
810 ATGE_DB(("%s: ddi_intr_get_supported_types() returned : %d",
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1662 rc = ddi_intr_get_supported_types(sc->dip, &itypes);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3248 status = ddi_intr_get_supported_types(state->ts_dip,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2381 if (ddi_intr_get_supported_types(pwp->dip, &itypes) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c774 if (ddi_intr_get_supported_types(ehcip->ehci_dip,
778 "ddi_intr_get_supported_types failed");
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c2810 if (ddi_intr_get_supported_types(ngep->devinfo, &intr_types)
2812 nge_error(ngep, "ddi_intr_get_supported_types failed\n");
2817 NGE_DEBUG(("ddi_intr_get_supported_types() returned: %x",
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c174 ret = ddi_intr_get_supported_types(hba->dip, &types);
178 "MSI: ddi_intr_get_supported_types failed. ret=%d", ret);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c1696 rc = ddi_intr_get_supported_types(devinfo, &intr_types);

Completed in 156 milliseconds

123