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

/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c145 static ibdev_cache_info_t ibdev_cache[MAX_HCAS]; variable
247 cache = &ibdev_cache[idx];
336 info = &ibdev_cache[hca_infop->uverbs_hca_devidx];
530 memset(&ibdev_cache, 0, (sizeof (ibdev_cache_info_t) * MAX_HCAS));
660 fprintf(stderr, "failed to init ibdev_cache\n");
798 * hca device. ibdev_cache is indexed by uverbs device minor number
799 * so extracting the index here to refer to the ibdev_cache value,
808 if (!ibdev_cache[indx].ibd_valid) {
813 fd = open(ibdev_cache[indx].ibd_hca_path, O_RDWR);
877 if (!ibdev_cache[device_nu
[all...]

Completed in 18 milliseconds