Home
last modified time | relevance | path

Searched refs:ib_counters (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/infiniband/core/
Duverbs_std_types_counters.c42 struct ib_counters *counters = uobject->object; in uverbs_free_counters()
61 struct ib_counters *counters; in UVERBS_HANDLER()
72 counters = rdma_zalloc_drv_obj(ib_dev, ib_counters); in UVERBS_HANDLER()
93 struct ib_counters *counters = in UVERBS_HANDLER()
Duverbs_cmd.c2621 atomic_inc(&((struct ib_counters *)ibobj)->usecnt); in flow_resources_add()
2623 (struct ib_counters *)ibobj; in flow_resources_add()
Ddevice.c2711 SET_OBJ_SIZE(dev_ops, ib_counters); in ib_set_device_ops()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dcounters.h13 void mlx5_ib_counters_clear_description(struct ib_counters *counters);
14 int mlx5_ib_flow_counters_set_data(struct ib_counters *ibcounters,
Dcounters.c94 static int mlx5_ib_read_counters(struct ib_counters *counters, in mlx5_ib_read_counters()
136 static int mlx5_ib_destroy_counters(struct ib_counters *counters) in mlx5_ib_destroy_counters()
147 static int mlx5_ib_create_counters(struct ib_counters *counters, in mlx5_ib_create_counters()
710 struct ib_counters *counters, enum mlx5_ib_counters_type counters_type, in counters_set_description()
743 int mlx5_ib_flow_counters_set_data(struct ib_counters *ibcounters, in mlx5_ib_flow_counters_set_data()
814 void mlx5_ib_counters_clear_description(struct ib_counters *counters) in mlx5_ib_counters_clear_description()
907 INIT_RDMA_OBJ_SIZE(ib_counters, mlx5_ib_mcounters, ibcntrs),
Dmlx5_ib.h246 struct ib_counters *ibcounters;
984 struct ib_counters ibcntrs;
1003 to_mcounters(struct ib_counters *ibcntrs) in to_mcounters()
Dmain.c3744 INIT_RDMA_OBJ_SIZE(ib_counters, mlx5_ib_mcounters, ibcntrs),
/linux-6.1.9/include/rdma/
Duverbs_std_types.h131 struct ib_counters **counters;
Dib_verbs.h2065 struct ib_counters *counters;
2265 struct ib_counters { struct
2548 int (*create_counters)(struct ib_counters *counters,
2550 int (*destroy_counters)(struct ib_counters *counters);
2551 int (*read_counters)(struct ib_counters *counters,
2667 DECLARE_RDMA_OBJ_SIZE(ib_counters);
/linux-6.1.9/include/linux/mlx5/
Dfs.h254 struct ib_counters *counters;