Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dprovider.c64 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); in c4iw_dealloc_ucontext()
80 struct c4iw_ucontext *context = to_c4iw_ucontext(ucontext); in c4iw_alloc_ucontext()
142 ucontext = to_c4iw_ucontext(context); in c4iw_mmap()
Diw_cxgb4.h530 static inline struct c4iw_ucontext *to_c4iw_ucontext(struct ib_ucontext *c) in to_c4iw_ucontext() function