Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1547 int erdma_alloc_ucontext(struct ib_ucontext *ibctx, struct ib_udata *udata) in erdma_alloc_ucontext() argument
1549 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() argument
1615 struct erdma_dev *dev = to_edev(ibctx->device); in erdma_dealloc_ucontext()
1616 struct erdma_ucontext *ctx = to_ectx(ibctx); in erdma_dealloc_ucontext()