Home
last modified time | relevance | path

Searched refs:create_counters (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/infiniband/core/
Duverbs_std_types_counters.c69 if (!ib_dev->ops.create_counters) in UVERBS_HANDLER()
81 ret = ib_dev->ops.create_counters(counters, attrs); in UVERBS_HANDLER()
Ddevice.c2616 SET_DEVICE_OP(dev_ops, create_counters); in ib_set_device_ops()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dcounters.c1051 .create_counters = mlx5_ib_create_counters,
/Linux-v6.6/include/rdma/
Dib_verbs.h2559 int (*create_counters)(struct ib_counters *counters, member