Searched defs:nup (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
140 nup++;
149 *nupp = nup;
H A Dqib_file_ops.c1366 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; local
1369 devmax = qib_count_units(&npresent, &nup);
1374 if (nup == 0) {
/drivers/infiniband/hw/ipath/
H A Dipath_driver.c252 int nunits, npresent, nup; local
257 nunits = npresent = nup = maxports = 0;
268 nup++;
278 *nupp = nup;
H A Dipath_file_ops.c1668 int maxofallports, npresent, nup; local
1671 devmax = ipath_count_units(&npresent, &nup, &maxofallports);
1742 if (nup == 0) {
2163 int nup; local
2167 (void) ipath_count_units(NULL, &nup, NULL);
2168 info.num_active = nup;

Completed in 57 milliseconds