Searched refs:ibctx (Results 1 – 4 of 4) sorted by relevance
294 static inline struct erdma_ucontext *to_ectx(struct ib_ucontext *ibctx) in to_ectx() argument296 return container_of(ibctx, struct erdma_ucontext, ibucontext); in to_ectx()325 int erdma_alloc_ucontext(struct ib_ucontext *ibctx, struct ib_udata *data);326 void erdma_dealloc_ucontext(struct ib_ucontext *ibctx);
1433 int erdma_alloc_ucontext(struct ib_ucontext *ibctx, struct ib_udata *udata) in erdma_alloc_ucontext() argument1435 struct erdma_ucontext *ctx = to_ectx(ibctx); in erdma_alloc_ucontext()1436 struct erdma_dev *dev = to_edev(ibctx->device); in erdma_alloc_ucontext()1499 void erdma_dealloc_ucontext(struct ib_ucontext *ibctx) in erdma_dealloc_ucontext() argument1501 struct erdma_dev *dev = to_edev(ibctx->device); in erdma_dealloc_ucontext()1502 struct erdma_ucontext *ctx = to_ectx(ibctx); in erdma_dealloc_ucontext()
520 void ocrdma_dealloc_ucontext(struct ib_ucontext *ibctx) in ocrdma_dealloc_ucontext() argument523 struct ocrdma_ucontext *uctx = get_ocrdma_ucontext(ibctx); in ocrdma_dealloc_ucontext()524 struct ocrdma_dev *dev = get_ocrdma_dev(ibctx->device); in ocrdma_dealloc_ucontext()
365 void qedr_dealloc_ucontext(struct ib_ucontext *ibctx) in qedr_dealloc_ucontext() argument367 struct qedr_ucontext *uctx = get_qedr_ucontext(ibctx); in qedr_dealloc_ucontext()
Completed in 21 milliseconds