Searched defs:num_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
2077 num_swhdl = info->swi_num;
2082 if (num_swhdl > max_swhdl) {
2104 info->swi_table_ptr = kmem_zalloc(num_swhdl * prealloc_sz,
2122 uint64_t num_swhdl, prealloc_sz; local
2130 num_swhdl = info->swi_num;
2143 kmem_free(info->swi_table_ptr, num_swhdl * prealloc_sz);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1688 uint64_t num_swhdl, max_swhdl, prealloc_sz; local
1695 num_swhdl = info->swi_num;
1701 if (num_swhdl > max_swhdl) {
1720 info->swi_table_ptr = kmem_zalloc(num_swhdl * prealloc_sz,
1738 uint64_t num_swhdl, prealloc_sz; local
1744 num_swhdl = info->swi_num;
1757 kmem_free(info->swi_table_ptr, num_swhdl * prealloc_sz);

Completed in 53 milliseconds