Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_std_types_device.c186 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_METHOD_QUERY_PORT()
221 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_METHOD_QUERY_PORT_SPEED()
283 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_METHOD_QUERY_CONTEXT()
377 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_METHOD_QUERY_GID_TABLE()
429 ucontext = ib_uverbs_get_ucontext(attrs); in UVERBS_METHOD_QUERY_GID_ENTRY()
H A Duverbs_cmd.c396 ucontext = ib_uverbs_get_ucontext(attrs); in ib_uverbs_query_device()
419 ucontext = ib_uverbs_get_ucontext(attrs); in ib_uverbs_query_port()
3628 ucontext = ib_uverbs_get_ucontext(attrs); in ib_uverbs_ex_query_device()
/linux/drivers/infiniband/hw/mlx5/
H A Dstd_types.c167 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in MLX5_IB_METHOD_QUERY_PORT()
201 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in MLX5_IB_METHOD_GET_DATA_DIRECT_SYSFS_PATH()
H A Dqos.c39 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in MLX5_IB_METHOD_PP_OBJ_ALLOC()
H A Dmain.c4199 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in MLX5_IB_METHOD_VAR_OBJ_ALLOC()
4313 c = to_mucontext(ib_uverbs_get_ucontext(attrs)); in MLX5_IB_METHOD_UAR_OBJ_ALLOC()
H A Ddevx.c123 return to_mucontext(ib_uverbs_get_ucontext(attrs)); in devx_ufile2uctx()
/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.c4690 uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx); in BNXT_RE_METHOD_NOTIFY_DRV()
4710 uctx = container_of(ib_uverbs_get_ucontext(attrs), struct bnxt_re_ucontext, ib_uctx); in BNXT_RE_METHOD_ALLOC_PAGE()
4856 ib_uctx = ib_uverbs_get_ucontext(attrs); in BNXT_RE_METHOD_GET_TOGGLE_MEM()