Home
last modified time | relevance | path

Searched refs:DDI_FM_ACC_ERR_CAP (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dndifm.c244 if (!DDI_FM_ACC_ERR_CAP(fmhdl->fh_cap)) { in ndi_fmc_insert()
318 if (!DDI_FM_ACC_ERR_CAP(fmhdl->fh_cap)) { in ndi_fmc_remove()
379 } else if (flag == ACC_HANDLE && DDI_FM_ACC_ERR_CAP(fmhdl->fh_cap)) { in ndi_fmc_entry_error()
538 } else if (flag == ACC_HANDLE && DDI_FM_ACC_ERR_CAP(fmhdl->fh_cap)) { in ndi_fmc_entry_error_all()
H A Dddifm.c788 if (DDI_FM_ACC_ERR_CAP(*fmcap) && DDI_FM_ACC_ERR_CAP(pcap)) { in ddi_fm_init()
845 DDI_FM_ACC_ERR_CAP(fmhdl->fh_cap)) { in ddi_fm_fini()
H A Dsunpci.c46 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(dip))) { in pci_config_setup()
H A Dpcifm.c92 if (!(DDI_FM_ACC_ERR_CAP(ddi_fm_capable(hp->ah_dip)))) in pci_config_check()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_fm.c107 if (!DDI_FM_ACC_ERR_CAP(ha->fm_capabilities)) { in qlc_fm_check_acc_handle()
243 if (DDI_FM_ACC_ERR_CAP(ha->fm_capabilities)) { in qlc_fm_init()
/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c131 if (!DDI_FM_ACC_ERR_CAP(pch->pcht_fm_caps)) { in pchtemp_read_check()
264 if (DDI_FM_ACC_ERR_CAP(pch->pcht_fm_caps)) { in pchtemp_attach()
/illumos-gate/usr/src/uts/common/sys/
H A Dddifm.h55 #define DDI_FM_ACC_ERR_CAP(cap) (cap & DDI_FM_ACCCHK_CAPABLE) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_fm.c102 if (!DDI_FM_ACC_ERR_CAP(dev->fm_caps)) { in oce_fm_check_acc_handle()
H A Doce_hw.c384 if (DDI_FM_ACC_ERR_CAP(fm_caps)) { in oce_set_reg_fma_flags()
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c492 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_setup_std_pcicfg_acc()
597 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_bus_map()
637 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_bus_map()
796 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_bus_map()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_fm.c218 if (DDI_FM_ACC_ERR_CAP(hxgep->fm_capabilities)) { in hxge_fm_init()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c546 if (DDI_FM_ACC_ERR_CAP(pci_p->pci_fm_cap) && in pci_map()
547 DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in pci_map()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c858 DDI_FM_ACC_ERR_CAP(ddi_fm_capable(state->hs_dip))) || in hermon_pci_config_setup()
860 !DDI_FM_ACC_ERR_CAP(ddi_fm_capable(state->hs_dip)))); in hermon_pci_config_setup()
/illumos-gate/usr/src/uts/intel/os/
H A Dddi_i86.c238 !DDI_FM_ACC_ERR_CAP(fmcap)) { in impl_acc_err_init()
243 } else if (DDI_FM_ACC_ERR_CAP(fmcap)) { in impl_acc_err_init()
280 !DDI_FM_ACC_ERR_CAP(fmcap)) in impl_acc_hdl_init()
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1387 !DDI_FM_ACC_ERR_CAP(fmcap)) { in impl_acc_err_init()
1389 } else if (DDI_FM_ACC_ERR_CAP(fmcap)) { in impl_acc_err_init()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1045 if (!DDI_FM_ACC_ERR_CAP(xhcip->xhci_fm_caps)) in xhci_check_regs_acc()
1150 if (DDI_FM_ACC_ERR_CAP(xhcip->xhci_fm_caps)) { in xhci_regs_map()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c398 if (DDI_FM_ACC_ERR_CAP(nxgep->fm_capabilities)) { in nxge_fm_init()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c815 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip))) in px_map()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2159 (DDI_FM_ACC_ERR_CAP(fhdl.fh_cap) ? 'A' : '-'), in devinfo_fm()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c1574 if (DDI_FM_ACC_ERR_CAP(fmcap)) { in px_lib_map_vconfig()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2476 DDI_FM_ACC_ERR_CAP(fmhdl->fh_cap)) in pf_hdl_child_lookup()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c1265 if (DDI_FM_ACC_ERR_CAP(mlxp->mlx_fm_caps)) { in mlxcx_regs_map()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12064 if (DDI_FM_ACC_ERR_CAP(hba->fm_caps)) { in emlxs_fm_init()
12122 if (!DDI_FM_ACC_ERR_CAP(hba->fm_caps)) { in emlxs_fm_check_acc_handle()
12149 if (!DDI_FM_ACC_ERR_CAP(hba->fm_caps)) { in emlxs_fm_check_dma_handle()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c7339 if (DDI_FM_ACC_ERR_CAP(qlge->fm_capabilities)) { in ql_fm_init()