Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_provider.c102 struct iwch_ucontext *ucontext = to_iwch_ucontext(context); in iwch_dealloc_ucontext()
169 ucontext = to_iwch_ucontext(ib_context); in iwch_create_cq()
373 ucontext = to_iwch_ucontext(context); in iwch_mmap()
906 ucontext = ib_qp->uobject ? to_iwch_ucontext(ib_qp->uobject->context) in iwch_destroy_qp()
967 ucontext = pd->uobject ? to_iwch_ucontext(pd->uobject->context) : NULL; in iwch_create_qp()
Diwch_provider.h195 static inline struct iwch_ucontext *to_iwch_ucontext(struct ib_ucontext *c) in to_iwch_ucontext() function