Searched defs:npresent (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_driver.c124 int nunits = 0, npresent = 0, nup = 0; local
135 npresent++;
147 *npresentp = npresent;
H A Dqib_file_ops.c1366 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; local
1369 devmax = qib_count_units(&npresent, &nup);
1370 if (!npresent) {
/drivers/infiniband/hw/ipath/
H A Dipath_driver.c252 int nunits, npresent, nup; local
257 nunits = npresent = nup = maxports = 0;
264 npresent++;
276 *npresentp = npresent;
H A Dipath_file_ops.c1668 int maxofallports, npresent, nup; local
1671 devmax = ipath_count_units(&npresent, &nup, &maxofallports);
1703 if (npresent) {
1704 prefunit = curcpu / (ncpus / npresent);
1708 npresent, ncpus, ncpus / npresent,
1741 if (npresent) {

Completed in 82 milliseconds