Searched refs:cmp_connection (Results 1 – 8 of 8) sorted by relevance
26 struct cmp_connection { struct38 int cmp_connection_init(struct cmp_connection *connection, argument42 int cmp_connection_check_used(struct cmp_connection *connection, bool *used);43 void cmp_connection_destroy(struct cmp_connection *connection);45 int cmp_connection_reserve(struct cmp_connection *connection,47 void cmp_connection_release(struct cmp_connection *connection);49 int cmp_connection_establish(struct cmp_connection *connection);50 int cmp_connection_update(struct cmp_connection *connection);51 void cmp_connection_break(struct cmp_connection *connection);
57 static u64 mpr_address(struct cmp_connection *c) in mpr_address()65 static u64 pcr_address(struct cmp_connection *c) in pcr_address()73 static int pcr_modify(struct cmp_connection *c, in pcr_modify()120 int cmp_connection_init(struct cmp_connection *c, in cmp_connection_init()180 void cmp_connection_destroy(struct cmp_connection *c) in cmp_connection_destroy()188 int cmp_connection_reserve(struct cmp_connection *c, in cmp_connection_reserve()212 void cmp_connection_release(struct cmp_connection *c) in cmp_connection_release()231 static int get_overhead_id(struct cmp_connection *c) in get_overhead_id()303 int cmp_connection_establish(struct cmp_connection *c) in cmp_connection_establish()346 int cmp_connection_update(struct cmp_connection *c) in cmp_connection_update()[all …]
13 struct cmp_connection *conn; in init_stream()68 struct cmp_connection *conn; in start_stream()107 struct cmp_connection *conn; in check_connection_used_by_others()164 struct cmp_connection *conn; in keep_resources()
86 struct cmp_connection out_conn;87 struct cmp_connection in_conn;
72 struct cmp_connection out_conn;73 struct cmp_connection in_conn;
105 struct cmp_connection *conn; in start_stream()130 struct cmp_connection *conn; in check_connection_used_by_others()153 struct cmp_connection *conn; in init_stream()204 struct cmp_connection *conn; in keep_resources()421 struct cmp_connection *conn; in destroy_stream()
99 struct cmp_connection out_conn;100 struct cmp_connection in_conn;
379 struct cmp_connection *conn; in check_connection_used_by_others()408 struct cmp_connection *conn; in start_stream()435 struct cmp_connection *conn; in init_stream()505 struct cmp_connection *conn; in keep_resources()
Completed in 15 milliseconds