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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1571 int ret = 0, i, prefunit = -1, devmax; local
1575 devmax = ipath_count_units(&npresent, &nup, &maxofallports);
1622 devmax = prefunit + 1;
1625 for (ndev = prefunit != -1 ? prefunit : 0; ndev < devmax;
1656 devmax = ipath_count_units(NULL, NULL,
1676 int devmax, ndev, i; local
1679 devmax = ipath_count_units(NULL, NULL, NULL);
1681 for (ndev = 0; ndev < devmax; ndev++) {

Completed in 91 milliseconds