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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c82 #define MAX_PORTS (MAX_HCAS*2) macro
195 static umad_cache_info_t umad_dev_cache[MAX_PORTS];
448 if ((dev_num >= MAX_PORTS) || (umad_cache_cnt >= MAX_PORTS)) {
470 for (minor = 0; minor < MAX_PORTS; minor++) {
482 if ((minor == MAX_PORTS) && (fd < 0)) {
491 (sizeof (sol_umad_ioctl_port_info_t) * MAX_PORTS);
496 umad_infop->umad_port_cnt = MAX_PORTS;
578 (sizeof (umad_cache_info_t) * MAX_PORTS));
1225 if (dev_num >= MAX_PORTS) {
[all...]

Completed in 32 milliseconds