Searched refs:alloc_hw_stats (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/drivers/infiniband/core/ |
| D | counters.c | 610 if (!dev->ops.alloc_hw_stats) in rdma_counter_init() 613 port_counter->hstats = dev->ops.alloc_hw_stats(dev, port); in rdma_counter_init()
|
| D | sysfs.c | 972 stats = device->ops.alloc_hw_stats(device, port_num); in setup_hw_stats() 1159 if (device->ops.alloc_hw_stats && port_num && is_full_dev) in add_port() 1387 if (device->ops.alloc_hw_stats) in ib_device_register_sysfs()
|
| D | device.c | 2556 SET_DEVICE_OP(dev_ops, alloc_hw_stats); in ib_set_device_ops()
|
| D | nldev.c | 1899 if (!device->ops.alloc_hw_stats || !device->ops.get_hw_stats) { in stat_get_doit_default_counter()
|
| /Linux-v5.10/drivers/infiniband/hw/efa/ |
| D | efa_main.c | 245 .alloc_hw_stats = efa_alloc_hw_stats,
|
| /Linux-v5.10/drivers/infiniband/hw/hfi1/ |
| D | verbs.c | 1696 static struct rdma_hw_stats *alloc_hw_stats(struct ib_device *ibdev, in alloc_hw_stats() function 1790 .alloc_hw_stats = alloc_hw_stats,
|
| /Linux-v5.10/drivers/infiniband/hw/cxgb4/ |
| D | provider.c | 457 .alloc_hw_stats = c4iw_alloc_stats,
|
| /Linux-v5.10/drivers/infiniband/hw/mlx5/ |
| D | counters.c | 676 .alloc_hw_stats = mlx5_ib_alloc_hw_stats,
|
| /Linux-v5.10/drivers/infiniband/sw/rxe/ |
| D | rxe_verbs.c | 1064 .alloc_hw_stats = rxe_ib_alloc_hw_stats,
|
| /Linux-v5.10/drivers/infiniband/hw/bnxt_re/ |
| D | main.c | 641 .alloc_hw_stats = bnxt_re_ib_alloc_hw_stats,
|
| /Linux-v5.10/drivers/infiniband/hw/i40iw/ |
| D | i40iw_verbs.c | 2601 .alloc_hw_stats = i40iw_alloc_hw_stats,
|
| /Linux-v5.10/include/rdma/ |
| D | ib_verbs.h | 2514 struct rdma_hw_stats *(*alloc_hw_stats)(struct ib_device *device, member
|
| /Linux-v5.10/drivers/infiniband/hw/mlx4/ |
| D | main.c | 2205 .alloc_hw_stats = mlx4_ib_alloc_hw_stats,
|