Home
last modified time | relevance | path

Searched refs:ib_uverbs_get_ucontext (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/infiniband/core/
Duverbs_std_types_device.c186 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()
249 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()
341 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()
396 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()
Duverbs_cmd.c377 ucontext = ib_uverbs_get_ucontext(attrs); in ib_uverbs_query_device()
400 ucontext = ib_uverbs_get_ucontext(attrs); in ib_uverbs_query_port()
3562 ucontext = ib_uverbs_get_ucontext(attrs); in ib_uverbs_ex_query_device()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dqos.c39 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
Dmain.c3688 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
3802 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
Ddevx.c112 return to_mucontext(ib_uverbs_get_ucontext(attrs)); in devx_ufile2uctx()
/Linux-v5.10/include/rdma/
Duverbs_ioctl.h839 ib_uverbs_get_ucontext(const struct uverbs_attr_bundle *attrs) in ib_uverbs_get_ucontext() function