Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c1601 static struct rdma_stat_desc *dev_cntr_descs; variable
1650 if (!dev_cntr_descs) { in hfi1_alloc_hw_device_stats()
1656 &num_dev_cntrs, &dev_cntr_descs); in hfi1_alloc_hw_device_stats()
1661 dev_cntr_descs[num_dev_cntrs + i].name = in hfi1_alloc_hw_device_stats()
1664 return rdma_alloc_hw_stats_struct(dev_cntr_descs, in hfi1_alloc_hw_device_stats()
1906 kfree(dev_cntr_descs); in hfi1_unregister_ib_device()
1908 dev_cntr_descs = NULL; in hfi1_unregister_ib_device()