Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Ducma.c86 struct ucma_context { struct
104 struct ucma_context *ctx; argument
115 struct ucma_context *ctx;
116 struct ucma_context *conn_req_ctx;
126 static int ucma_destroy_private_ctx(struct ucma_context *ctx);
128 static inline struct ucma_context *_ucma_find_context(int id, in _ucma_find_context()
131 struct ucma_context *ctx; in _ucma_find_context()
141 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx()
143 struct ucma_context *ctx; in ucma_get_ctx()
154 static void ucma_put_ctx(struct ucma_context *ctx) in ucma_put_ctx()
[all …]