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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c288 int hca_cnt; local
307 hca_cnt = ibt_get_hca_list(&guid);
308 if (hca_cnt < 1) {
318 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) {
336 ibt_free_hca_list(guid, hca_cnt);
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c146 int hca_cnt; local
164 hca_cnt = ibt_get_hca_list(&guid);
165 if (hca_cnt < 1) {
174 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) {
180 ibt_free_hca_list(guid, hca_cnt);

Completed in 51 milliseconds