Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/infiniband/core/
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()
Ddevice.c2776 SET_DEVICE_OP(dev_ops, query_ucontext); in ib_set_device_ops()
/linux-6.14.4/include/rdma/
Dib_verbs.h2657 int (*query_ucontext)(struct ib_ucontext *context, member
/linux-6.14.4/drivers/infiniband/hw/mlx5/
Dmain.c4136 .query_ucontext = mlx5_ib_query_ucontext,