Searched refs:ibctx (Results 1 – 1 of 1) sorted by relevance
1547 int erdma_alloc_ucontext(struct ib_ucontext *ibctx, struct ib_udata *udata) in erdma_alloc_ucontext() argument1549 struct erdma_ucontext *ctx = to_ectx(ibctx); in erdma_alloc_ucontext()1550 struct erdma_dev *dev = to_edev(ibctx->device); in erdma_alloc_ucontext()1613 void erdma_dealloc_ucontext(struct ib_ucontext *ibctx) in erdma_dealloc_ucontext() argument1615 struct erdma_dev *dev = to_edev(ibctx->device); in erdma_dealloc_ucontext()1616 struct erdma_ucontext *ctx = to_ectx(ibctx); in erdma_dealloc_ucontext()