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) {
51 oce_set_dma_fma_flags(dev->fm_caps);
52 oce_set_reg_fma_flags(dev->fm_caps);
54 (void) ddi_fm_init(dev->dip, &dev->fm_caps, &ibc);
55 if (DDI_FM_EREPORT_CAP(dev->fm_caps) ||
56 DDI_FM_ERRCB_CAP(dev->fm_caps)) {
59 if (DDI_FM_ERRCB_CAP(dev->fm_caps)) {
75 if (dev->fm_caps == DDI_FM_NOT_CAPABLE) {
78 if (DDI_FM_ERRCB_CAP(dev->fm_caps)) {
81 if (DDI_FM_EREPORT_CAP(dev->fm_caps) ||
[all...]
H A Doce_buf.c224 * fm_caps - FM capability flags
230 oce_set_dma_fma_flags(int fm_caps) argument
232 if (fm_caps == DDI_FM_NOT_CAPABLE) {
238 if (DDI_FM_DMA_ERR_CAP(fm_caps)) {
H A Doce_hw.c376 * fm_caps - fm capability configured by the user and accepted by the driver
379 oce_set_reg_fma_flags(int fm_caps) argument
381 if (fm_caps == DDI_FM_NOT_CAPABLE) {
384 if (DDI_FM_ACC_ERR_CAP(fm_caps)) {
H A Doce_tx.c966 * fm_caps - capability flags
972 oce_set_tx_map_dma_fma_flags(int fm_caps) argument
974 if (fm_caps == DDI_FM_NOT_CAPABLE) {
978 if (DDI_FM_DMA_ERR_CAP(fm_caps)) {
H A Doce_main.c620 dev->fm_caps = oce_get_prop(dev, (char *)fm_cap_name,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h281 int32_t fm_caps; member in struct:oce_dev
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.c7155 hba->fm_caps = cfg[CFG_FM_CAPS].current;
12037 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) {
12041 if (DDI_FM_ACC_ERR_CAP(hba->fm_caps)) {
12046 if (DDI_FM_DMA_ERR_CAP(hba->fm_caps)) {
12058 ddi_fm_init(hba->dip, &hba->fm_caps, &iblk);
12060 if (DDI_FM_EREPORT_CAP(hba->fm_caps) ||
12061 DDI_FM_ERRCB_CAP(hba->fm_caps)) {
12065 if (DDI_FM_ERRCB_CAP(hba->fm_caps)) {
12076 if (hba->fm_caps == DDI_FM_NOT_CAPABLE) {
12080 if (DDI_FM_EREPORT_CAP(hba->fm_caps) ||
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1724 int32_t fm_caps; /* FMA capabilities */ member in struct:emlxs_hba

Completed in 77 milliseconds