Home
last modified time | relevance | path

Searched refs:DDI_FM_NOT_CAPABLE (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddifm.h47 #define DDI_FM_NOT_CAPABLE 0x00000000 macro
53 #define DDI_FM_DEFAULT_CAP(cap) (cap == DDI_FM_NOT_CAPABLE)
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_fm.c73 if (sd->sd_fm_capable != DDI_FM_NOT_CAPABLE) in scsi_fm_init()
85 if (sd->sd_fm_capable != DDI_FM_NOT_CAPABLE) in scsi_fm_fini()
H A Dscsi_hba.c1016 if (tran->tran_fm_capable == DDI_FM_NOT_CAPABLE) in scsa_nexus_setup()
1029 (ddi_fm_capable(self) == DDI_FM_NOT_CAPABLE)) { in scsa_nexus_setup()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_fm.c47 if (dev->fm_caps == DDI_FM_NOT_CAPABLE) { in oce_fm_init()
75 if (dev->fm_caps == DDI_FM_NOT_CAPABLE) { in oce_fm_fini()
H A Doce_buf.c232 if (fm_caps == DDI_FM_NOT_CAPABLE) { in oce_set_dma_fma_flags()
H A Doce_main.c584 uint32_t fm_caps_values[] = {DDI_FM_NOT_CAPABLE, OCE_FM_CAPABILITY, in oce_get_params()
621 DDI_FM_NOT_CAPABLE, OCE_FM_CAPABILITY, OCE_FM_CAPABILITY, in oce_get_params()
H A Doce_hw.c381 if (fm_caps == DDI_FM_NOT_CAPABLE) { in oce_set_reg_fma_flags()
H A Doce_tx.c974 if (fm_caps == DDI_FM_NOT_CAPABLE) { in oce_set_tx_map_dma_fma_flags()
/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c690 int pcap, newcap = DDI_FM_NOT_CAPABLE; in ddi_fm_init()
694 *fmcap = DDI_FM_NOT_CAPABLE; in ddi_fm_init()
728 *fmcap = DDI_FM_NOT_CAPABLE; in ddi_fm_init()
876 return (DDI_FM_NOT_CAPABLE); in ddi_fm_capable()
H A Dndifm.c685 return (DDI_FM_NOT_CAPABLE); in i_ndi_busop_fm_init()
688 return (DDI_FM_NOT_CAPABLE); in i_ndi_busop_fm_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_fm.c208 if (ha->fm_capabilities == DDI_FM_NOT_CAPABLE) { in qlc_fm_init()
H A Dql_init.c1799 ha->fm_capabilities = DDI_FM_NOT_CAPABLE; in ql_common_properties()
1802 ha->fm_capabilities = DDI_FM_NOT_CAPABLE; in ql_common_properties()
/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c206 if (pch->pcht_fm_caps != DDI_FM_NOT_CAPABLE) { in pchtemp_cleanup()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c365 nxgep->fm_capabilities = DDI_FM_NOT_CAPABLE; in nxge_fm_init()
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c5725 if (si_ctlp->fm_capabilities == DDI_FM_NOT_CAPABLE) in si_fm_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12060 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) { in emlxs_fm_init()
12099 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) { in emlxs_fm_fini()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3477 if (ahci_ctlp->ahcictl_fm_cap == DDI_FM_NOT_CAPABLE) { in ahci_fm_init()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7390 devp->sd_fm_capable == DDI_FM_NOT_CAPABLE) { in sd_unit_attach()