Home
last modified time | relevance | path

Searched defs:uctx (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_context.c120 struct vmw_user_context *uctx) in vmw_context_cotables_unref()
140 struct vmw_user_context *uctx = in vmw_hw_context_destroy() local
184 struct vmw_user_context *uctx = in vmw_gb_context_init() local
373 struct vmw_user_context *uctx = in vmw_gb_context_unbind() local
551 struct vmw_user_context *uctx = in vmw_dx_context_scrub_cotables() local
582 struct vmw_user_context *uctx = in vmw_dx_context_unbind() local
830 struct vmw_user_context *uctx = in vmw_context_binding_list() local
884 struct vmw_user_context *uctx = in vmw_context_bind_dx_query() local
917 struct vmw_user_context *uctx = in vmw_context_get_dx_query_mob() local
/linux/drivers/infiniband/hw/cxgb4/
A Dresource.c108 u32 c4iw_get_cqid(struct c4iw_rdev *rdev, struct c4iw_dev_ucontext *uctx) in c4iw_get_cqid()
164 struct c4iw_dev_ucontext *uctx) in c4iw_put_cqid()
178 u32 c4iw_get_qpid(struct c4iw_rdev *rdev, struct c4iw_dev_ucontext *uctx) in c4iw_get_qpid()
238 struct c4iw_dev_ucontext *uctx) in c4iw_put_qpid()
A Dcq.c38 struct c4iw_dev_ucontext *uctx, struct sk_buff *skb, in destroy_cq()
71 struct c4iw_dev_ucontext *uctx, in create_cq()
A Dqp.c151 struct c4iw_dev_ucontext *uctx, int has_rq) in destroy_qp()
201 struct c4iw_dev_ucontext *uctx, in create_qp()
2472 static void free_srq_queue(struct c4iw_srq *srq, struct c4iw_dev_ucontext *uctx, in free_srq_queue()
2509 static int alloc_srq_queue(struct c4iw_srq *srq, struct c4iw_dev_ucontext *uctx, in alloc_srq_queue()
A Ddevice.c748 struct c4iw_dev_ucontext *uctx) in c4iw_release_dev_ucontext()
776 struct c4iw_dev_ucontext *uctx) in c4iw_init_dev_ucontext()
A Diw_cxgb4.h175 struct c4iw_dev_ucontext uctx; member
524 struct c4iw_dev_ucontext uctx; member
/linux/drivers/infiniband/hw/ocrdma/
A Docrdma_verbs.c356 struct ocrdma_ucontext *uctx, in _ocrdma_alloc_pd()
386 static inline int is_ucontext_pd(struct ocrdma_ucontext *uctx, in is_ucontext_pd()
402 struct ocrdma_ucontext *uctx, in ocrdma_alloc_ucontext_pd()
428 static void ocrdma_dealloc_ucontext_pd(struct ocrdma_ucontext *uctx) in ocrdma_dealloc_ucontext_pd()
456 static void ocrdma_release_ucontext_pd(struct ocrdma_ucontext *uctx) in ocrdma_release_ucontext_pd()
521 struct ocrdma_ucontext *uctx = get_ocrdma_ucontext(ibctx); in ocrdma_dealloc_ucontext() local
588 struct ocrdma_ucontext *uctx = rdma_udata_to_drv_context( in ocrdma_copy_pd_uresp() local
634 struct ocrdma_ucontext *uctx = rdma_udata_to_drv_context( in ocrdma_alloc_pd() local
671 struct ocrdma_ucontext *uctx = NULL; in ocrdma_dealloc_pd() local
927 struct ocrdma_ucontext *uctx = rdma_udata_to_drv_context( in ocrdma_copy_cq_uresp() local
[all …]
A Docrdma.h346 struct ocrdma_ucontext *uctx; member
/linux/security/selinux/
A Dxfrm.c75 struct xfrm_user_sec_ctx *uctx, in selinux_xfrm_alloc_user()
286 struct xfrm_user_sec_ctx *uctx, in selinux_xfrm_policy_alloc()
335 struct xfrm_user_sec_ctx *uctx) in selinux_xfrm_state_alloc()
/linux/drivers/infiniband/sw/siw/
A Dsiw_verbs.c46 struct siw_ucontext *uctx = to_siw_ctx(ctx); in siw_mmap() local
117 struct siw_ucontext *uctx = to_siw_ctx(base_ctx); in siw_dealloc_ucontext() local
257 siw_mmap_entry_insert(struct siw_ucontext *uctx, in siw_mmap_entry_insert()
300 struct siw_ucontext *uctx = in siw_create_qp() local
588 struct siw_ucontext *uctx = in siw_destroy_qp() local
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_main.c332 static int hns_roce_alloc_uar_entry(struct ib_ucontext *uctx) in hns_roce_alloc_uar_entry()
368 static int hns_roce_alloc_ucontext(struct ib_ucontext *uctx, in hns_roce_alloc_ucontext()
425 static int hns_roce_mmap(struct ib_ucontext *uctx, struct vm_area_struct *vma) in hns_roce_mmap()
A Dhns_roce_cq.c229 struct hns_roce_ucontext *uctx; in alloc_cq_db() local
262 struct hns_roce_ucontext *uctx; in free_cq_db() local
A Dhns_roce_qp.c832 struct hns_roce_ucontext *uctx = rdma_udata_to_drv_context(udata, in alloc_user_qp_db() local
928 struct hns_roce_ucontext *uctx = rdma_udata_to_drv_context( in free_qp_db() local
/linux/drivers/infiniband/hw/usnic/
A Dusnic_ib_verbs.c635 int usnic_ib_alloc_ucontext(struct ib_ucontext *uctx, struct ib_udata *udata) in usnic_ib_alloc_ucontext()
665 struct usnic_ib_ucontext *uctx = to_ucontext(context); in usnic_ib_mmap() local
/linux/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.c695 struct bnxt_re_ucontext *uctx = rdma_udata_to_drv_context( in bnxt_re_create_ah() local
2842 struct bnxt_re_ucontext *uctx = rdma_udata_to_drv_context( in bnxt_re_create_cq() local
3847 struct bnxt_re_ucontext *uctx = in bnxt_re_alloc_ucontext() local
3906 struct bnxt_re_ucontext *uctx = container_of(ib_uctx, in bnxt_re_dealloc_ucontext() local
3928 struct bnxt_re_ucontext *uctx = container_of(ib_uctx, in bnxt_re_mmap() local
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_verbs.c313 int pvrdma_alloc_ucontext(struct ib_ucontext *uctx, struct ib_udata *udata) in pvrdma_alloc_ucontext()
/linux/net/xfrm/
A Dxfrm_user.c107 struct xfrm_user_sec_ctx *uctx; in verify_sec_ctx_len() local
815 struct xfrm_user_sec_ctx *uctx; in copy_sec_ctx() local
1553 struct xfrm_user_sec_ctx *uctx; in copy_from_user_sec_ctx() local
2102 struct xfrm_user_sec_ctx *uctx = nla_data(rt); in xfrm_get_policy() local
2404 struct xfrm_user_sec_ctx *uctx = nla_data(rt); in xfrm_add_pol_expire() local
/linux/net/key/
A Daf_key.c466 struct xfrm_user_sec_ctx *uctx = NULL; in pfkey_sadb2xfrm_user_sec_ctx() local
1154 struct xfrm_user_sec_ctx *uctx = pfkey_sadb2xfrm_user_sec_ctx(sec_ctx, GFP_KERNEL); in pfkey_msg2xfrm_state() local
2293 struct xfrm_user_sec_ctx *uctx = pfkey_sadb2xfrm_user_sec_ctx(sec_ctx, GFP_KERNEL); in pfkey_spdadd() local
2395 struct xfrm_user_sec_ctx *uctx = pfkey_sadb2xfrm_user_sec_ctx(sec_ctx, GFP_KERNEL); in pfkey_spddelete() local
3303 struct xfrm_user_sec_ctx *uctx; in pfkey_compile_policy() local
/linux/drivers/infiniband/sw/rdmavt/
A Dvt.c245 static int rvt_alloc_ucontext(struct ib_ucontext *uctx, struct ib_udata *udata) in rvt_alloc_ucontext()
/linux/drivers/infiniband/hw/mthca/
A Dmthca_provider.c294 static int mthca_alloc_ucontext(struct ib_ucontext *uctx, in mthca_alloc_ucontext()
/linux/drivers/infiniband/hw/qedr/
A Dverbs.c260 int qedr_alloc_ucontext(struct ib_ucontext *uctx, struct ib_udata *udata) in qedr_alloc_ucontext()
366 struct qedr_ucontext *uctx = get_qedr_ucontext(ibctx); in qedr_dealloc_ucontext() local
746 struct qedr_ucontext *uctx = in qedr_init_user_db_rec() local
A Dqedr.h310 struct qedr_ucontext *uctx; member
/linux/drivers/infiniband/hw/mlx5/
A Dmain.c1760 static int set_ucontext_resp(struct ib_ucontext *uctx, in set_ucontext_resp()
1856 static int mlx5_ib_alloc_ucontext(struct ib_ucontext *uctx, in mlx5_ib_alloc_ucontext()
A Ddevx.c116 void *uctx; in mlx5_ib_devx_create() local
/linux/drivers/infiniband/hw/mlx4/
A Dmain.c1096 static int mlx4_ib_alloc_ucontext(struct ib_ucontext *uctx, in mlx4_ib_alloc_ucontext()

Completed in 111 milliseconds

12