Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw.h98 struct siw_ucontext { struct
559 static inline struct siw_ucontext *to_siw_ctx(struct ib_ucontext *base_ctx) in to_siw_ctx()
561 return container_of(base_ctx, struct siw_ucontext, base_ucontext); in to_siw_ctx()