Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A 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()
H A Dqib_file_ops.c1408 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()