Searched refs:mthca_ucontext (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mthca/ |
| D | mthca_provider.c | 309 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 …]
|
| D | mthca_provider.h | 64 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()
|
| D | mthca_srq.c | 103 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()
|
| D | mthca_dev.h | 499 struct mthca_ucontext *ctx, u32 pdn,
|
| D | mthca_cq.c | 769 struct mthca_ucontext *ctx, u32 pdn, in mthca_init_cq()
|
| D | mthca_qp.c | 564 struct mthca_ucontext *context = rdma_udata_to_drv_context( in __mthca_modify_qp() 565 udata, struct mthca_ucontext, ibucontext); in __mthca_modify_qp()
|