Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dprovider.c97 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); in c4iw_dealloc_ucontext()
183 ucontext = to_c4iw_ucontext(context); in c4iw_mmap()
Dcq.c859 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context) in c4iw_destroy_cq()
896 ucontext = to_c4iw_ucontext(ib_context); in c4iw_create_cq()
Diw_cxgb4.h494 static inline struct c4iw_ucontext *to_c4iw_ucontext(struct ib_ucontext *c) in to_c4iw_ucontext() function
Dqp.c1619 to_c4iw_ucontext(ib_qp->uobject->context) : NULL; in c4iw_destroy_qp()
1669 ucontext = pd->uobject ? to_c4iw_ucontext(pd->uobject->context) : NULL; in c4iw_create_qp()