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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c187 static ibdev_cache_info_t ibdev_cache[MAX_HCAS]; variable
289 cache = &ibdev_cache[idx];
382 info = &ibdev_cache[hca_infop->uverbs_hca_devidx];
576 memset(&ibdev_cache, 0, (sizeof (ibdev_cache_info_t) * MAX_HCAS));
706 fprintf(stderr, "failed to init ibdev_cache\n");
844 * hca device. ibdev_cache is indexed by uverbs device minor number
845 * so extracting the index here to refer to the ibdev_cache value,
854 if (!ibdev_cache[indx].ibd_valid) {
859 fd = open(ibdev_cache[indx].ibd_hca_path, O_RDWR);
923 if (!ibdev_cache[device_nu
[all...]

Completed in 14 milliseconds