Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dverbs.c1700 int num_driver_cntrs = ARRAY_SIZE(driver_cntr_names); variable
1758 num_driver_cntrs, in alloc_hw_stats()
1766 for (i = 0; i < num_driver_cntrs; i++) in alloc_hw_stats()
1788 num_dev_cntrs + num_driver_cntrs, in alloc_hw_stats()
1823 for (i = 1; i < num_driver_cntrs; i++) in get_hw_stats()
1825 count = num_dev_cntrs + num_driver_cntrs; in get_hw_stats()
Dhfi.h155 extern int num_driver_cntrs;
Dchip.c12493 dd->cntrs = kcalloc(dd->ndevcntrs + num_driver_cntrs, sizeof(u64), in init_cntrs()