Lines Matching refs:ucma_context
81 struct ucma_context { struct
104 struct ucma_context *ctx; argument
114 struct ucma_context *ctx;
126 static inline struct ucma_context *_ucma_find_context(int id, in _ucma_find_context()
129 struct ucma_context *ctx; in _ucma_find_context()
139 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx()
141 struct ucma_context *ctx; in ucma_get_ctx()
155 static void ucma_put_ctx(struct ucma_context *ctx) in ucma_put_ctx()
171 struct ucma_context *ctx = container_of(work, struct ucma_context, close_work); in ucma_close_id()
183 static struct ucma_context *ucma_alloc_ctx(struct ucma_file *file) in ucma_alloc_ctx()
185 struct ucma_context *ctx; in ucma_alloc_ctx()
211 static struct ucma_multicast* ucma_alloc_multicast(struct ucma_context *ctx) in ucma_alloc_multicast()
262 static void ucma_set_event_context(struct ucma_context *ctx, in ucma_set_event_context()
285 struct ucma_context *ctx = cm_id->context; in ucma_removal_event_handler()
324 struct ucma_context *ctx = cm_id->context; in ucma_event_handler()
377 struct ucma_context *ctx; in ucma_get_event()
455 struct ucma_context *ctx; in ucma_create_id()
501 static void ucma_cleanup_multicast(struct ucma_context *ctx) in ucma_cleanup_multicast()
538 static int ucma_free_ctx(struct ucma_context *ctx) in ucma_free_ctx()
573 struct ucma_context *ctx; in ucma_destroy_id()
620 struct ucma_context *ctx; in ucma_bind_ip()
640 struct ucma_context *ctx; in ucma_bind()
664 struct ucma_context *ctx; in ucma_resolve_ip()
687 struct ucma_context *ctx; in ucma_resolve_addr()
713 struct ucma_context *ctx; in ucma_resolve_route()
798 struct ucma_context *ctx; in ucma_query_route()
855 static ssize_t ucma_query_addr(struct ucma_context *ctx, in ucma_query_addr()
883 static ssize_t ucma_query_path(struct ucma_context *ctx, in ucma_query_path()
915 static ssize_t ucma_query_gid(struct ucma_context *ctx, in ucma_query_gid()
966 struct ucma_context *ctx; in ucma_query()
1018 struct ucma_context *ctx; in ucma_connect()
1041 struct ucma_context *ctx; in ucma_listen()
1063 struct ucma_context *ctx; in ucma_accept()
1091 struct ucma_context *ctx; in ucma_reject()
1110 struct ucma_context *ctx; in ucma_disconnect()
1131 struct ucma_context *ctx; in ucma_init_qp_attr()
1162 static int ucma_set_option_id(struct ucma_context *ctx, int optname, in ucma_set_option_id()
1196 static int ucma_set_ib_path(struct ucma_context *ctx, in ucma_set_ib_path()
1227 static int ucma_set_option_ib(struct ucma_context *ctx, int optname, in ucma_set_option_ib()
1243 static int ucma_set_option_level(struct ucma_context *ctx, int level, in ucma_set_option_level()
1266 struct ucma_context *ctx; in ucma_set_option()
1297 struct ucma_context *ctx; in ucma_notify()
1316 struct ucma_context *ctx; in ucma_process_join()
1475 static void ucma_move_events(struct ucma_context *ctx, struct ucma_file *file) in ucma_move_events()
1490 struct ucma_context *ctx; in ucma_migrate_id()
1651 struct ucma_context *ctx, *tmp; in ucma_close()