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

/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c269 int fd, i, hca_cnt; local
320 hca_cnt = uverbs_infop->uverbs_hca_cnt; /* hca count returned */
323 if (hca_cnt > MAX_HCAS) {
331 for (i = 0; i < hca_cnt; i++, hca_infop++) {

Completed in 886 milliseconds