Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
Duverbs_std_types_device.c254 if (!ib_dev->ops.query_ucontext) in UVERBS_HANDLER()
268 return ucontext->device->ops.query_ucontext(ucontext, attrs); in UVERBS_HANDLER()
Ddevice.c2698 SET_DEVICE_OP(dev_ops, query_ucontext); in ib_set_device_ops()
/linux-6.1.9/include/rdma/
Dib_verbs.h2657 int (*query_ucontext)(struct ib_ucontext *context, member
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmain.c3736 .query_ucontext = mlx5_ib_query_ucontext,