Searched refs:npresent (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
D | qib_driver.c | 124 int nunits = 0, npresent = 0, nup = 0; in qib_count_units() local 134 npresent++; in qib_count_units() 145 *npresentp = npresent; in qib_count_units()
|
D | qib_file_ops.c | 1409 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; in get_a_ctxt() local 1412 devmax = qib_count_units(&npresent, &nup); in get_a_ctxt() 1413 if (!npresent) { in get_a_ctxt() 1530 int ret = 0, devmax, npresent, nup, ndev; in find_hca() local 1534 devmax = qib_count_units(&npresent, &nup); in find_hca() 1535 if (!npresent) { in find_hca()
|