Home
last modified time | relevance | path

Searched defs:i_ddi_fmhdl (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dddifm_impl.h77 struct i_ddi_fmhdl { struct
78 kmutex_t fh_lock; /* error handler lock */
79 kthread_t *fh_lock_owner;
80 struct i_ddi_fmc *fh_dma_cache; /* fm dma handle cache */
81 struct i_ddi_fmc *fh_acc_cache; /* fm access handle cache */
82 dev_info_t *fh_dip;
83 kstat_t *fh_ksp; /* pointer to installed kstat */
84 int fh_cap; /* fm level for this instance */
85 struct i_ddi_fmkstat fh_kstat; /* fm kstats for this inst */
86 errorq_t *fh_errorq; /* errorq for this instance */
[all …]