Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A 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()
H A 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/drivers/infiniband/hw/mlx5/
H A 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()
H A Dqos.c39 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in UVERBS_HANDLER()
H A 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()
/linux/include/rdma/
H A Duverbs_ioctl.h852 ib_uverbs_get_ucontext(const struct uverbs_attr_bundle *attrs) in ib_uverbs_get_ucontext() function
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c4498 uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx); in UVERBS_HANDLER()
4518 uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx); in UVERBS_HANDLER()
4664 ib_uctx = ib_uverbs_get_ucontext(attrs); in UVERBS_HANDLER()