Home
last modified time | relevance | path

Searched refs:fh_dma_cache (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dndifm.c240 fcp = fmhdl->fh_dma_cache; in ndi_fmc_insert()
310 fcp = fmhdl->fh_dma_cache; in ndi_fmc_remove()
377 fcp = fmhdl->fh_dma_cache; in ndi_fmc_entry_error()
536 fcp = fmhdl->fh_dma_cache; in ndi_fmc_entry_error_all()
H A Dddifm.c738 fmhdl->fh_dma_cache = NULL; in ddi_fm_init()
777 i_ndi_fmc_create(&fmhdl->fh_dma_cache, 2, ibc); in ddi_fm_init()
846 if (fmhdl->fh_dma_cache != NULL) { in ddi_fm_fini()
847 i_ndi_fmc_destroy(fmhdl->fh_dma_cache); in ddi_fm_fini()
/illumos-gate/usr/src/uts/common/sys/
H A Dddifm_impl.h80 struct i_ddi_fmc *fh_dma_cache; /* fm dma handle cache */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2166 fhdl.fh_dma_cache, fhdl.fh_acc_cache); in devinfo_fm()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2466 fcp = fmhdl->fh_dma_cache; in pf_hdl_child_lookup()