Searched refs:ucma_get_ctx (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/ofed/drivers/infiniband/core/ |
| D | ucma.c | 115 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx() function 509 ctx = ucma_get_ctx(file, cmd.id); in ucma_bind_addr() 529 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_addr() 551 ctx = ucma_get_ctx(file, cmd.id); in ucma_resolve_route() 640 ctx = ucma_get_ctx(file, cmd.id); in ucma_query_route() 708 ctx = ucma_get_ctx(file, cmd.id); in ucma_connect() 728 ctx = ucma_get_ctx(file, cmd.id); in ucma_listen() 750 ctx = ucma_get_ctx(file, cmd.id); in ucma_accept() 775 ctx = ucma_get_ctx(file, cmd.id); in ucma_reject() 794 ctx = ucma_get_ctx(file, cmd.id); in ucma_disconnect() [all …]
|