Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
Duverbs_std_types_counters.c42 struct ib_counters *counters = uobject->object; in uverbs_free_counters()
62 struct ib_counters *counters; in UVERBS_HANDLER()
73 counters = rdma_zalloc_drv_obj(ib_dev, ib_counters); in UVERBS_HANDLER()
94 struct ib_counters *counters = in UVERBS_HANDLER()
Duverbs_cmd.c2616 atomic_inc(&((struct ib_counters *)ibobj)->usecnt); in flow_resources_add()
2618 (struct ib_counters *)ibobj; in flow_resources_add()
Ddevice.c2657 SET_OBJ_SIZE(dev_ops, ib_counters); in ib_set_device_ops()
/kernel/linux/linux-5.10/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.c78 static int mlx5_ib_read_counters(struct ib_counters *counters, in mlx5_ib_read_counters()
120 static int mlx5_ib_destroy_counters(struct ib_counters *counters) in mlx5_ib_destroy_counters()
131 static int mlx5_ib_create_counters(struct ib_counters *counters, in mlx5_ib_create_counters()
555 struct ib_counters *counters, enum mlx5_ib_counters_type counters_type, in counters_set_description()
588 int mlx5_ib_flow_counters_set_data(struct ib_counters *ibcounters, in mlx5_ib_flow_counters_set_data()
659 void mlx5_ib_counters_clear_description(struct ib_counters *counters) in mlx5_ib_counters_clear_description()
690 INIT_RDMA_OBJ_SIZE(ib_counters, mlx5_ib_mcounters, ibcntrs),
Dmlx5_ib.h177 struct ib_counters *ibcounters;
907 struct ib_counters ibcntrs;
926 to_mcounters(struct ib_counters *ibcntrs) in to_mcounters()
Dmain.c4066 INIT_RDMA_OBJ_SIZE(ib_counters, mlx5_ib_mcounters, ibcntrs),
/kernel/linux/linux-5.10/include/rdma/
Duverbs_std_types.h131 struct ib_counters **counters;
Dib_verbs.h2036 struct ib_counters *counters;
2233 struct ib_counters { struct
2497 int (*create_counters)(struct ib_counters *counters,
2499 int (*destroy_counters)(struct ib_counters *counters);
2500 int (*read_counters)(struct ib_counters *counters,
2607 DECLARE_RDMA_OBJ_SIZE(ib_counters);
/kernel/linux/linux-5.10/include/linux/mlx5/
Dfs.h217 struct ib_counters *counters;