Home
last modified time | relevance | path

Searched refs:fm_caps (Results 1 – 8 of 8) sorted by relevance

/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()
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()
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()
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()
82 DDI_FM_ERRCB_CAP(dev->fm_caps)) { in oce_fm_fini()
102 if (!DDI_FM_ACC_ERR_CAP(dev->fm_caps)) { in oce_fm_check_acc_handle()
[all …]
H A Doce_buf.c230 oce_set_dma_fma_flags(int fm_caps) in oce_set_dma_fma_flags() argument
232 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()
H A Doce_hw.c379 oce_set_reg_fma_flags(int fm_caps) in oce_set_reg_fma_flags() argument
381 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()
H A Doce_tx.c972 oce_set_tx_map_dma_fma_flags(int fm_caps) in oce_set_tx_map_dma_fma_flags() argument
974 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()
H A Doce_main.c620 dev->fm_caps = oce_get_prop(dev, (char *)fm_cap_name, in oce_get_params()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h281 int32_t fm_caps; member
347 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);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c7175 hba->fm_caps = cfg[CFG_FM_CAPS].current; in emlxs_hba_attach()
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()
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()
12103 if (DDI_FM_EREPORT_CAP(hba->fm_caps) || in emlxs_fm_fini()
12104 DDI_FM_ERRCB_CAP(hba->fm_caps)) { in emlxs_fm_fini()
12108 if (DDI_FM_ERRCB_CAP(hba->fm_caps)) { in emlxs_fm_fini()
12122 if (!DDI_FM_ACC_ERR_CAP(hba->fm_caps)) { in emlxs_fm_check_acc_handle()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1736 int32_t fm_caps; /* FMA capabilities */ member