Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/usnic/
Dusnic_ib.h103 struct usnic_ib_ucontext *to_ucontext(struct ib_ucontext *ibucontext) in to_ucontext() function
Dusnic_ib_verbs.c710 struct usnic_ib_ucontext *uctx = to_ucontext(context); in usnic_ib_mmap()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c177 struct i40iw_ucontext *ucontext = to_ucontext(context); in i40iw_dealloc_ucontext()
208 ucontext = to_ucontext(context); in i40iw_mmap()
351 ucontext = to_ucontext(context); in i40iw_alloc_pd()
678 ucontext = to_ucontext(ibpd->uobject->context); in i40iw_create_qp()
1187 ucontext = to_ucontext(context); in i40iw_create_cq()
1877 ucontext = to_ucontext(pd->uobject->context); in i40iw_reg_user_mr()
2098 ucontext = to_ucontext(ibpd->uobject->context); in i40iw_dereg_mr()
Di40iw.h341 static inline struct i40iw_ucontext *to_ucontext(struct ib_ucontext *ibucontext) in to_ucontext() function