Home
last modified time | relevance | path

Searched refs:alloc_hw_stats (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Dcounters.c612 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()
Dsysfs.c968 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()
Ddevice.c2562 SET_DEVICE_OP(dev_ops, alloc_hw_stats); in ib_set_device_ops()
Dnldev.c1834 if (!device->ops.alloc_hw_stats || !device->ops.get_hw_stats) { in stat_get_doit_default_counter()
/Linux-v5.4/drivers/infiniband/hw/efa/
Defa_main.c204 .alloc_hw_stats = efa_alloc_hw_stats,
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dverbs.c1692 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/
Dprovider.c472 .alloc_hw_stats = c4iw_alloc_stats,
/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_verbs.c1106 .alloc_hw_stats = rxe_ib_alloc_hw_stats,
/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1209 .alloc_hw_stats = iwch_alloc_stats,
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dmain.c604 .alloc_hw_stats = bnxt_re_ib_alloc_hw_stats,
/Linux-v5.4/include/rdma/
Dib_verbs.h2489 struct rdma_hw_stats *(*alloc_hw_stats)(struct ib_device *device, member
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2639 .alloc_hw_stats = i40iw_alloc_hw_stats,
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmain.c2205 .alloc_hw_stats = mlx4_ib_alloc_hw_stats,
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c6571 .alloc_hw_stats = mlx5_ib_alloc_hw_stats,