Home
last modified time | relevance | path

Searched refs: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; in ibdma_ibt_init() local
307 hca_cnt = ibt_get_hca_list(&guid); in ibdma_ibt_init()
308 if (hca_cnt < 1) { in ibdma_ibt_init()
318 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) { in ibdma_ibt_init()
336 ibt_free_hca_list(guid, hca_cnt); in ibdma_ibt_init()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c146 int hca_cnt; in srpt_ioc_attach() local
164 hca_cnt = ibt_get_hca_list(&guid); in srpt_ioc_attach()
165 if (hca_cnt < 1) { in srpt_ioc_attach()
174 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) { in srpt_ioc_attach()
180 ibt_free_hca_list(guid, hca_cnt); in srpt_ioc_attach()