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

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1667 int ret = 0, i, prefunit = -1, devmax; local
1704 prefunit = curcpu / (ncpus / npresent);
1709 prefunit);
1719 if (prefunit != -1)
1720 devmax = prefunit + 1;
1723 for (ndev = prefunit != -1 ? prefunit : 0; ndev < devmax;
1747 if (prefunit > 0) {
1750 "%s[%u] no ports on prefunit "
1753 prefunit);
[all...]

Completed in 33 milliseconds