Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dddifm.h49 #define DDI_FM_NOT_CAPABLE 0x00000000 macro
55 #define DDI_FM_DEFAULT_CAP(cap) (cap == DDI_FM_NOT_CAPABLE)
/titanic_41/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.c1012 if (tran->tran_fm_capable == DDI_FM_NOT_CAPABLE) in scsa_nexus_setup()
1025 (ddi_fm_capable(self) == DDI_FM_NOT_CAPABLE)) { in scsa_nexus_setup()
/titanic_41/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()
/titanic_41/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.c680 return (DDI_FM_NOT_CAPABLE); in i_ndi_busop_fm_init()
683 return (DDI_FM_NOT_CAPABLE); in i_ndi_busop_fm_init()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c365 nxgep->fm_capabilities = DDI_FM_NOT_CAPABLE; in nxge_fm_init()
/titanic_41/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c5733 if (si_ctlp->fm_capabilities == DDI_FM_NOT_CAPABLE) in si_fm_init()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12037 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) { in emlxs_fm_init()
12076 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) { in emlxs_fm_fini()
/titanic_41/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3372 if (ahci_ctlp->ahcictl_fm_cap == DDI_FM_NOT_CAPABLE) { in ahci_fm_init()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7920 devp->sd_fm_capable == DDI_FM_NOT_CAPABLE) { in sd_unit_attach()