get_hw_stats     2617 drivers/infiniband/core/device.c 	SET_DEVICE_OP(dev_ops, get_hw_stats);
get_hw_stats     1840 drivers/infiniband/core/nldev.c 	if (!device->ops.alloc_hw_stats || !device->ops.get_hw_stats) {
get_hw_stats     1875 drivers/infiniband/core/nldev.c 	num_cnts = device->ops.get_hw_stats(device, stats, port, 0);
get_hw_stats      805 drivers/infiniband/core/sysfs.c 	ret = dev->ops.get_hw_stats(dev, stats, port_num, index);
get_hw_stats      986 drivers/infiniband/core/sysfs.c 	ret = device->ops.get_hw_stats(device, stats, port_num,
get_hw_stats      623 drivers/infiniband/hw/bnxt_re/main.c 	.get_hw_stats = bnxt_re_ib_get_hw_stats,
get_hw_stats     1224 drivers/infiniband/hw/cxgb3/iwch_provider.c 	.get_hw_stats = iwch_get_mib,
get_hw_stats      490 drivers/infiniband/hw/cxgb4/provider.c 	.get_hw_stats = c4iw_get_mib,
get_hw_stats      216 drivers/infiniband/hw/efa/efa_main.c 	.get_hw_stats = efa_get_hw_stats,
get_hw_stats     1791 drivers/infiniband/hw/hfi1/verbs.c 	.get_hw_stats = get_hw_stats,
get_hw_stats     2654 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	.get_hw_stats = i40iw_get_hw_stats,
get_hw_stats     2219 drivers/infiniband/hw/mlx4/main.c 	.get_hw_stats = mlx4_ib_get_hw_stats,
get_hw_stats     6568 drivers/infiniband/hw/mlx5/main.c 	.get_hw_stats = mlx5_ib_get_hw_stats,
get_hw_stats     1126 drivers/infiniband/sw/rxe/rxe_verbs.c 	.get_hw_stats = rxe_ib_get_hw_stats,
get_hw_stats     2502 include/rdma/ib_verbs.h 	int (*get_hw_stats)(struct ib_device *device,