Searched refs:alloc_hw_port_stats (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | counters.c | 640 if (!dev->ops.alloc_hw_port_stats) in rdma_counter_init() 643 port_counter->hstats = dev->ops.alloc_hw_port_stats(dev, port); in rdma_counter_init()
|
A D | sysfs.c | 1000 if (!ibdev->ops.alloc_hw_port_stats) in alloc_hw_stats_port() 1002 stats = ibdev->ops.alloc_hw_port_stats(port->ibdev, port->port_num); in alloc_hw_stats_port()
|
A D | device.c | 2600 SET_DEVICE_OP(dev_ops, alloc_hw_port_stats); in ib_set_device_ops()
|
A D | nldev.c | 2177 if (!device->ops.alloc_hw_port_stats || !device->ops.get_hw_stats) { in stat_get_doit_default_counter()
|
/linux-6.3-rc2/drivers/infiniband/hw/efa/ |
A D | efa_main.c | 360 .alloc_hw_port_stats = efa_alloc_hw_port_stats,
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | counters.c | 881 .alloc_hw_port_stats = mlx5_ib_alloc_hw_port_stats,
|
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_verbs.c | 1012 .alloc_hw_port_stats = rxe_ib_alloc_hw_port_stats,
|
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/ |
A D | main.c | 517 .alloc_hw_port_stats = bnxt_re_ib_alloc_hw_port_stats,
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | verbs.c | 1731 .alloc_hw_port_stats = hfi_alloc_hw_port_stats,
|
/linux-6.3-rc2/include/rdma/ |
A D | ib_verbs.h | 2577 struct rdma_hw_stats *(*alloc_hw_port_stats)(struct ib_device *device, member
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/ |
A D | main.c | 2202 .alloc_hw_port_stats = mlx4_ib_alloc_hw_port_stats,
|
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | verbs.c | 4499 .alloc_hw_port_stats = irdma_alloc_hw_port_stats,
|
Completed in 56 milliseconds