Searched refs:mthca_ucontext (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.h | 66 struct mthca_ucontext { struct 301 static inline struct mthca_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext() 303 return container_of(ibucontext, struct mthca_ucontext, ibucontext); in to_mucontext()
|
H A D | mthca_provider.c | 307 struct mthca_ucontext *context = to_mucontext(uctx); in mthca_alloc_ucontext() 410 struct mthca_ucontext *context = rdma_udata_to_drv_context( in mthca_create_srq() 411 udata, struct mthca_ucontext, ibucontext); in mthca_create_srq() 454 struct mthca_ucontext *context = in mthca_destroy_srq() 457 struct mthca_ucontext, in mthca_destroy_srq() 471 struct mthca_ucontext *context = rdma_udata_to_drv_context( in mthca_create_qp() 472 udata, struct mthca_ucontext, ibucontext); in mthca_create_qp() 579 struct mthca_ucontext *context = in mthca_destroy_qp() 582 struct mthca_ucontext, in mthca_destroy_qp() 609 struct mthca_ucontext *context = rdma_udata_to_drv_context( in mthca_create_cq() [all …]
|
H A 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()
|
H A D | mthca_dev.h | 501 struct mthca_ucontext *ctx, u32 pdn,
|
H A D | mthca_cq.c | 774 struct mthca_ucontext *ctx, u32 pdn, in mthca_init_cq()
|
H A D | mthca_qp.c | 552 struct mthca_ucontext *context = rdma_udata_to_drv_context( in __mthca_modify_qp() 553 udata, struct mthca_ucontext, ibucontext); in __mthca_modify_qp()
|