Searched refs:max_swhdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c2068 uint64_t num_swhdl, max_swhdl, prealloc_sz; local
2078 max_swhdl = info->swi_max;
2082 if (num_swhdl > max_swhdl) {
2085 "handles exceeds maximum", tnf_uint, maxsw, max_swhdl);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1688 uint64_t num_swhdl, max_swhdl, prealloc_sz; local
1696 max_swhdl = info->swi_max;
1701 if (num_swhdl > max_swhdl) {

Completed in 66 milliseconds