Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dverbs.c1605 static int num_dev_cntrs; variable
1661 &num_dev_cntrs, &dev_cntr_descs); in init_counters()
1666 dev_cntr_descs[num_dev_cntrs + i].name = driver_cntr_names[i]; in init_counters()
1687 num_dev_cntrs + num_driver_cntrs, in hfi1_alloc_hw_device_stats()
1725 values[num_dev_cntrs] = hfi1_sps_ints(); in get_hw_stats()
1727 values[num_dev_cntrs + i] = stats[i]; in get_hw_stats()
1728 count = num_dev_cntrs + num_driver_cntrs; in get_hw_stats()