Searched defs:rootnex_state_s (Results 1 – 1 of 1) sorted by relevance
367 typedef struct rootnex_state_s { struct368 uint_t r_prealloc_cookies;369 uint_t r_prealloc_size;370 kmem_cache_t *r_dmahdl_cache;371 uintptr_t r_dvma_call_list_id;372 kmutex_t r_peekpoke_mutex;373 dev_info_t *r_dip;374 ddi_iblock_cookie_t r_err_ibc;375 boolean_t r_reserved_msg_printed;376 uint64_t r_counters[ROOTNEX_CNT_LAST];[all …]