Searched refs:alloc_hw_stats (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/infiniband/core/ |
| D | counters.c | 612 if (!dev->ops.alloc_hw_stats) in rdma_counter_init() 615 port_counter->hstats = dev->ops.alloc_hw_stats(dev, port); in rdma_counter_init()
|
| D | sysfs.c | 968 stats = device->ops.alloc_hw_stats(device, port_num); in setup_hw_stats() 1148 if (device->ops.alloc_hw_stats && port_num && is_full_dev) in add_port() 1369 if (device->ops.alloc_hw_stats) in ib_device_register_sysfs()
|
| D | device.c | 2562 SET_DEVICE_OP(dev_ops, alloc_hw_stats); in ib_set_device_ops()
|
| D | nldev.c | 1834 if (!device->ops.alloc_hw_stats || !device->ops.get_hw_stats) { in stat_get_doit_default_counter()
|
| /Linux-v5.4/drivers/infiniband/hw/efa/ |
| D | efa_main.c | 204 .alloc_hw_stats = efa_alloc_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | verbs.c | 1692 static struct rdma_hw_stats *alloc_hw_stats(struct ib_device *ibdev, in alloc_hw_stats() function 1786 .alloc_hw_stats = alloc_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | provider.c | 472 .alloc_hw_stats = c4iw_alloc_stats,
|
| /Linux-v5.4/drivers/infiniband/sw/rxe/ |
| D | rxe_verbs.c | 1106 .alloc_hw_stats = rxe_ib_alloc_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_provider.c | 1209 .alloc_hw_stats = iwch_alloc_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
| D | main.c | 604 .alloc_hw_stats = bnxt_re_ib_alloc_hw_stats,
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 2489 struct rdma_hw_stats *(*alloc_hw_stats)(struct ib_device *device, member
|
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ |
| D | i40iw_verbs.c | 2639 .alloc_hw_stats = i40iw_alloc_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | main.c | 2205 .alloc_hw_stats = mlx4_ib_alloc_hw_stats,
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | main.c | 6571 .alloc_hw_stats = mlx5_ib_alloc_hw_stats,
|