Searched refs:alloc_hw_device_stats (Results 1 – 8 of 8) sorted by relevance
460 .alloc_hw_device_stats = c4iw_alloc_device_stats,
898 if (!ibdev->ops.alloc_hw_device_stats) in alloc_hw_stats_device()900 stats = ibdev->ops.alloc_hw_device_stats(ibdev); in alloc_hw_stats_device()
2598 SET_DEVICE_OP(dev_ops, alloc_hw_device_stats); in ib_set_device_ops()
361 .alloc_hw_device_stats = efa_alloc_hw_device_stats,
1045 .alloc_hw_device_stats = mlx5_ib_alloc_hw_device_stats,
2207 .alloc_hw_device_stats = mlx4_ib_alloc_hw_device_stats,2213 .alloc_hw_device_stats = mlx4_ib_alloc_hw_device_stats,
1730 .alloc_hw_device_stats = hfi1_alloc_hw_device_stats,
2578 struct rdma_hw_stats *(*alloc_hw_device_stats)(struct ib_device *device); member