Searched refs:ucma_get_ctx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | ucma.c | 140 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx() function 165 struct ucma_context *ctx = ucma_get_ctx(file, id); in ucma_get_ctx_dev() 638 ctx = ucma_get_ctx(file, cmd.id); in ucma_bind_ip() 664 ctx = ucma_get_ctx(file, cmd.id); in ucma_bind() 690 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_ip() 718 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_addr() 832 ctx = ucma_get_ctx(file, cmd.id); in ucma_query_route() 1009 ctx = ucma_get_ctx(file, cmd.id); in ucma_query() 1096 ctx = ucma_get_ctx(file, cmd.id); in ucma_listen() 1393 ctx = ucma_get_ctx(fil in ucma_set_option() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | ucma.c | 140 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx() function 165 struct ucma_context *ctx = ucma_get_ctx(file, id); in ucma_get_ctx_dev() 638 ctx = ucma_get_ctx(file, cmd.id); in ucma_bind_ip() 664 ctx = ucma_get_ctx(file, cmd.id); in ucma_bind() 690 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_ip() 718 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_addr() 832 ctx = ucma_get_ctx(file, cmd.id); in ucma_query_route() 1009 ctx = ucma_get_ctx(file, cmd.id); in ucma_query() 1096 ctx = ucma_get_ctx(file, cmd.id); in ucma_listen() 1393 ctx = ucma_get_ctx(fil in ucma_set_option() [all...] |
Completed in 4 milliseconds