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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c81 #define MAX_HCAS (64*16) macro
82 #define MAX_PORTS (MAX_HCAS*2)
187 static ibdev_cache_info_t ibdev_cache[MAX_HCAS];
268 if (devnum < 0 || devnum >= MAX_HCAS)
288 for (idx = 0; idx < MAX_HCAS; idx++) {
297 if (idx == MAX_HCAS)
339 bufsize = SIZEOF_UVERBS_INFO + (MAX_HCAS * SIZEOF_HCA_INFO);
349 uverbs_infop->uverbs_hca_cnt = MAX_HCAS;
369 if (hca_cnt > MAX_HCAS) {
552 for (minor = 0; minor < MAX_HCAS; mino
[all...]
/solaris-userland-s11u3/components/open-fabrics/infiniband-diags/
H A Dsolaris_set_nodedesc.c98 } nd_read_info_arr[MAX_HCAS];

Completed in 16 milliseconds