Searched refs:ucma_get_ctx (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_ucma.c | 131 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx() function 159 struct ucma_context *ctx = ucma_get_ctx(file, id); in ucma_get_ctx_dev() 644 ctx = ucma_get_ctx(file, cmd.id); in ucma_bind_ip() 667 ctx = ucma_get_ctx(file, cmd.id); in ucma_bind() 691 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_ip() 717 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_addr() 827 ctx = ucma_get_ctx(file, cmd.id); in ucma_query_route() 993 ctx = ucma_get_ctx(file, cmd.id); in ucma_query() 1066 ctx = ucma_get_ctx(file, cmd.id); in ucma_listen() 1299 ctx = ucma_get_ctx(file, cmd.id); in ucma_set_option() [all …]
|