Searched refs:get_hw_stats (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/efa/ |
| D | efa_main.c | 216 .get_hw_stats = efa_get_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | sysfs.c | 805 ret = dev->ops.get_hw_stats(dev, stats, port_num, index); in update_hw_stats() 986 ret = device->ops.get_hw_stats(device, stats, port_num, in setup_hw_stats()
|
| D | nldev.c | 1834 if (!device->ops.alloc_hw_stats || !device->ops.get_hw_stats) { in stat_get_doit_default_counter() 1869 num_cnts = device->ops.get_hw_stats(device, stats, port, 0); in stat_get_doit_default_counter()
|
| D | device.c | 2612 SET_DEVICE_OP(dev_ops, get_hw_stats); in ib_set_device_ops()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | verbs.c | 1756 static int get_hw_stats(struct ib_device *ibdev, struct rdma_hw_stats *stats, in get_hw_stats() function 1789 .get_hw_stats = get_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | provider.c | 490 .get_hw_stats = c4iw_get_mib,
|
| /Linux-v5.4/drivers/infiniband/sw/rxe/ |
| D | rxe_verbs.c | 1126 .get_hw_stats = rxe_ib_get_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_provider.c | 1224 .get_hw_stats = iwch_get_mib,
|
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
| D | main.c | 622 .get_hw_stats = bnxt_re_ib_get_hw_stats,
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 2503 int (*get_hw_stats)(struct ib_device *device, member
|
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ |
| D | i40iw_verbs.c | 2654 .get_hw_stats = i40iw_get_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | main.c | 2206 .get_hw_stats = mlx4_ib_get_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | main.c | 6572 .get_hw_stats = mlx5_ib_get_hw_stats,
|