Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h310 struct hermon_rsrc_pool_info_s { struct
311 hermon_rsrc_type_t rsrc_type;
312 uint_t rsrc_loc;
313 uint64_t rsrc_pool_size; /* table size (num x size) */
314 uint64_t rsrc_align;
315 uint_t rsrc_shift;
316 uint_t rsrc_quantum; /* size of each content */
317 void *rsrc_start; /* phys start addr of table */
318 vmem_t *rsrc_vmp; /* vmem arena for table */
319 hermon_state_t *rsrc_state;
[all …]