Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dverbs.c1602 static struct rdma_stat_desc *port_cntr_descs; variable
1672 if (!port_cntr_descs) { in hfi_alloc_hw_port_stats()
1678 &num_port_cntrs, &port_cntr_descs); in hfi_alloc_hw_port_stats()
1682 return rdma_alloc_hw_stats_struct(port_cntr_descs, num_port_cntrs, in hfi_alloc_hw_port_stats()
1907 kfree(port_cntr_descs); in hfi1_unregister_ib_device()
1909 port_cntr_descs = NULL; in hfi1_unregister_ib_device()