Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_provider.c98 struct iwch_ucontext *ucontext = to_iwch_ucontext(context); in iwch_dealloc_ucontext()
160 ucontext = to_iwch_ucontext(ib_context); in iwch_create_cq()
364 ucontext = to_iwch_ucontext(context); in iwch_mmap()
877 ucontext = ib_qp->uobject ? to_iwch_ucontext(ib_qp->uobject->context) in iwch_destroy_qp()
938 ucontext = pd->uobject ? to_iwch_ucontext(pd->uobject->context) : NULL; in iwch_create_qp()
Diwch_provider.h193 static inline struct iwch_ucontext *to_iwch_ucontext(struct ib_ucontext *c) in to_iwch_ucontext() function