Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_provider.c309 struct mthca_ucontext *context = to_mucontext(uctx); in mthca_alloc_ucontext()
411 struct mthca_ucontext *context = rdma_udata_to_drv_context( in mthca_create_srq()
412 udata, struct mthca_ucontext, ibucontext); in mthca_create_srq()
455 struct mthca_ucontext *context = in mthca_destroy_srq()
458 struct mthca_ucontext, in mthca_destroy_srq()
472 struct mthca_ucontext *context = rdma_udata_to_drv_context( in mthca_create_qp()
473 udata, struct mthca_ucontext, ibucontext); in mthca_create_qp()
584 struct mthca_ucontext *context = in mthca_destroy_qp()
587 struct mthca_ucontext, in mthca_destroy_qp()
614 struct mthca_ucontext *context = rdma_udata_to_drv_context( in mthca_create_cq()
[all …]
Dmthca_provider.h64 struct mthca_ucontext { struct
299 static inline struct mthca_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext()
301 return container_of(ibucontext, struct mthca_ucontext, ibucontext); in to_mucontext()
Dmthca_srq.c103 struct mthca_ucontext *ucontext = rdma_udata_to_drv_context( in mthca_tavor_init_srq_context()
104 udata, struct mthca_ucontext, ibucontext); in mthca_tavor_init_srq_context()
124 struct mthca_ucontext *ucontext = rdma_udata_to_drv_context( in mthca_arbel_init_srq_context()
125 udata, struct mthca_ucontext, ibucontext); in mthca_arbel_init_srq_context()
Dmthca_dev.h499 struct mthca_ucontext *ctx, u32 pdn,
Dmthca_cq.c769 struct mthca_ucontext *ctx, u32 pdn, in mthca_init_cq()
Dmthca_qp.c564 struct mthca_ucontext *context = rdma_udata_to_drv_context( in __mthca_modify_qp()
565 udata, struct mthca_ucontext, ibucontext); in __mthca_modify_qp()