Searched refs:devmax (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/qib/ | 
| D | qib_file_ops.c | 1409 	int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i;  in get_a_ctxt()  local1412 	devmax = qib_count_units(&npresent, &nup);  in get_a_ctxt()
 1426 		for (ndev = 0; ndev < devmax; ndev++) {  in get_a_ctxt()
 1457 		for (ndev = 0; ndev < devmax; ndev++) {  in get_a_ctxt()
 1478 	int devmax, ndev, i;  in find_shared_ctxt()  local
 1481 	devmax = qib_count_units(NULL, NULL);  in find_shared_ctxt()
 1483 	for (ndev = 0; ndev < devmax; ndev++) {  in find_shared_ctxt()
 1530 	int ret = 0, devmax, npresent, nup, ndev;  in find_hca()  local
 1534 	devmax = qib_count_units(&npresent, &nup);  in find_hca()
 1543 	for (ndev = 0; ndev < devmax; ndev++) {  in find_hca()
 
 |