Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/core/
H A Duverbs_std_types_device.c255 if (!ib_dev->ops.query_ucontext) in UVERBS_HANDLER()
269 return ucontext->device->ops.query_ucontext(ucontext, attrs); in UVERBS_HANDLER()
H A Ddevice.c2779 SET_DEVICE_OP(dev_ops, query_ucontext); in ib_set_device_ops()
/linux-6.15/include/rdma/
H A Dib_verbs.h2681 int (*query_ucontext)(struct ib_ucontext *context, member
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmain.c4159 .query_ucontext = mlx5_ib_query_ucontext,