Home
last modified time | relevance | path

Searched refs:npresent (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_driver.c125 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()
Dqib_file_ops.c1409 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()