Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/infiniband/core/
Duverbs_std_types_device.c186 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()
250 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()
344 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()
3598 ucontext = ib_uverbs_get_ucontext(attrs); in ib_uverbs_ex_query_device()
/linux-6.14.4/drivers/infiniband/hw/mlx5/
Dstd_types.c186 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
220 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
Dqos.c39 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
Dmain.c3781 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
3895 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
Ddevx.c122 return to_mucontext(ib_uverbs_get_ucontext(attrs)); in devx_ufile2uctx()
/linux-6.14.4/include/rdma/
Duverbs_ioctl.h852 ib_uverbs_get_ucontext(const struct uverbs_attr_bundle *attrs) in ib_uverbs_get_ucontext() function
/linux-6.14.4/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c4488 uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx); in UVERBS_HANDLER()
4508 uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx); in UVERBS_HANDLER()
4654 ib_uctx = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()