Searched refs:alloc_hw_device_stats (Results 1 – 8 of 8) sorted by relevance
460 .alloc_hw_device_stats = c4iw_alloc_device_stats,
361 .alloc_hw_device_stats = efa_alloc_hw_device_stats,
894 if (!ibdev->ops.alloc_hw_device_stats) in alloc_hw_stats_device()896 stats = ibdev->ops.alloc_hw_device_stats(ibdev); in alloc_hw_stats_device()
2597 SET_DEVICE_OP(dev_ops, alloc_hw_device_stats); in ib_set_device_ops()
893 .alloc_hw_device_stats = mlx5_ib_alloc_hw_device_stats,
2205 .alloc_hw_device_stats = mlx4_ib_alloc_hw_device_stats,2211 .alloc_hw_device_stats = mlx4_ib_alloc_hw_device_stats,
1744 .alloc_hw_device_stats = hfi1_alloc_hw_device_stats,
2565 struct rdma_hw_stats *(*alloc_hw_device_stats)(struct ib_device *device); member