Searched refs:alloc_hw_device_stats (Results 1 – 8 of 8) sorted by relevance
69 .alloc_hw_device_stats = mana_ib_alloc_hw_device_stats,
459 .alloc_hw_device_stats = c4iw_alloc_device_stats,
886 if (!ibdev->ops.alloc_hw_device_stats) in alloc_hw_stats_device() 888 stats = ibdev->ops.alloc_hw_device_stats(ibdev); in alloc_hw_stats_device()
2712 SET_DEVICE_OP(dev_ops, alloc_hw_device_stats); in ib_set_device_ops()
1237 .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,
2624 struct rdma_hw_stats *(*alloc_hw_device_stats)(struct ib_device *device); member