Searched refs:npresent (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_driver.c | 125 int nunits = 0, npresent = 0, nup = 0; in qib_count_units() local 135 npresent++; in qib_count_units() 146 *npresentp = npresent; in qib_count_units()
|
D | qib_file_ops.c | 1408 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; in get_a_ctxt() local 1411 devmax = qib_count_units(&npresent, &nup); in get_a_ctxt() 1412 if (!npresent) { in get_a_ctxt() 1529 int ret = 0, devmax, npresent, nup, ndev; in find_hca() local 1533 devmax = qib_count_units(&npresent, &nup); in find_hca() 1534 if (!npresent) { in find_hca()
|