Searched defs:num_hwentry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c1902 uint64_t num_hwentry, max_hwentry, num_prealloc; local
1913 num_hwentry = info->hwi_num;
1918 if (num_hwentry > max_hwentry) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1557 uint64_t num_hwentry, max_hwentry, num_prealloc; local
1565 num_hwentry = info->hwi_num;
1572 "(0x%llx)", rsrc_pool->rsrc_type, (longlong_t)num_hwentry,
1577 if (num_hwentry > max_hwentry) {

Completed in 52 milliseconds