Searched defs:max_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
1914 max_hwentry = info->hwi_max;
1918 if (num_hwentry > max_hwentry) {
1922 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
1566 max_hwentry = info->hwi_max;
1573 (longlong_t)max_hwentry, (longlong_t)num_prealloc);
1577 if (num_hwentry > max_hwentry) {

Completed in 252 milliseconds