Searched refs:fm_caps (Results 1 – 8 of 8) sorted by relevance
47 if (dev->fm_caps == DDI_FM_NOT_CAPABLE) { in oce_fm_init()51 oce_set_dma_fma_flags(dev->fm_caps); in oce_fm_init()52 oce_set_reg_fma_flags(dev->fm_caps); in oce_fm_init()54 (void) ddi_fm_init(dev->dip, &dev->fm_caps, &ibc); in oce_fm_init()55 if (DDI_FM_EREPORT_CAP(dev->fm_caps) || in oce_fm_init()56 DDI_FM_ERRCB_CAP(dev->fm_caps)) { in oce_fm_init()59 if (DDI_FM_ERRCB_CAP(dev->fm_caps)) { in oce_fm_init()75 if (dev->fm_caps == DDI_FM_NOT_CAPABLE) { in oce_fm_fini()78 if (DDI_FM_ERRCB_CAP(dev->fm_caps)) { in oce_fm_fini()81 if (DDI_FM_EREPORT_CAP(dev->fm_caps) || in oce_fm_fini()[all …]
230 oce_set_dma_fma_flags(int fm_caps) in oce_set_dma_fma_flags() argument232 if (fm_caps == DDI_FM_NOT_CAPABLE) { in oce_set_dma_fma_flags()238 if (DDI_FM_DMA_ERR_CAP(fm_caps)) { in oce_set_dma_fma_flags()
379 oce_set_reg_fma_flags(int fm_caps) in oce_set_reg_fma_flags() argument381 if (fm_caps == DDI_FM_NOT_CAPABLE) { in oce_set_reg_fma_flags()384 if (DDI_FM_ACC_ERR_CAP(fm_caps)) { in oce_set_reg_fma_flags()
972 oce_set_tx_map_dma_fma_flags(int fm_caps) in oce_set_tx_map_dma_fma_flags() argument974 if (fm_caps == DDI_FM_NOT_CAPABLE) { in oce_set_tx_map_dma_fma_flags()978 if (DDI_FM_DMA_ERR_CAP(fm_caps)) { in oce_set_tx_map_dma_fma_flags()
620 dev->fm_caps = oce_get_prop(dev, (char *)fm_cap_name, in oce_get_params()
281 int32_t fm_caps; member347 void oce_set_dma_fma_flags(int fm_caps);348 void oce_set_reg_fma_flags(int fm_caps);349 void oce_set_tx_map_dma_fma_flags(int fm_caps);
7175 hba->fm_caps = cfg[CFG_FM_CAPS].current; in emlxs_hba_attach()12060 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) { in emlxs_fm_init()12064 if (DDI_FM_ACC_ERR_CAP(hba->fm_caps)) { in emlxs_fm_init()12069 if (DDI_FM_DMA_ERR_CAP(hba->fm_caps)) { in emlxs_fm_init()12081 ddi_fm_init(hba->dip, &hba->fm_caps, &iblk); in emlxs_fm_init()12083 if (DDI_FM_EREPORT_CAP(hba->fm_caps) || in emlxs_fm_init()12084 DDI_FM_ERRCB_CAP(hba->fm_caps)) { in emlxs_fm_init()12088 if (DDI_FM_ERRCB_CAP(hba->fm_caps)) { in emlxs_fm_init()12099 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) { in emlxs_fm_fini()12103 if (DDI_FM_EREPORT_CAP(hba->fm_caps) || in emlxs_fm_fini()[all …]
1736 int32_t fm_caps; /* FMA capabilities */ member