get_hw_stats
SET_DEVICE_OP(dev_ops, get_hw_stats);
if (!device->ops.alloc_hw_port_stats || !device->ops.get_hw_stats) {
num_cnts = device->ops.get_hw_stats(device, stats, port, 0);
ret = dev->ops.get_hw_stats(dev, stats, port_num, index);
ret = ibdev->ops.get_hw_stats(ibdev, data->stats, 0,
ret = port->ibdev->ops.get_hw_stats(port->ibdev, data->stats,
.get_hw_stats = bnxt_re_ib_get_hw_stats,
.get_hw_stats = c4iw_get_mib,
.get_hw_stats = efa_get_hw_stats,
.get_hw_stats = erdma_get_hw_stats,
.get_hw_stats = get_hw_stats,
.get_hw_stats = hns_roce_get_hw_stats,
.get_hw_stats = ionic_get_hw_stats,
.get_hw_stats = irdma_get_hw_stats,
.get_hw_stats = mana_ib_get_hw_stats,
.get_hw_stats = mlx4_ib_get_hw_stats,
.get_hw_stats = mlx4_ib_get_hw_stats,
.get_hw_stats = mlx5_ib_get_hw_stats,
.get_hw_stats = mlx5_ib_get_hw_stats,
.get_hw_stats = rxe_ib_get_hw_stats,
int (*get_hw_stats)(struct ib_device *device,