Lines Matching defs:c

46 void cmp_error(struct cmp_connection *c, const char *fmt, ...)  in cmp_error()
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()
74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify()
75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify()
120 int cmp_connection_init(struct cmp_connection *c, in cmp_connection_init()
160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) in cmp_connection_check_used()
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()
220 static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr) in ipcr_set_modify()
231 static int get_overhead_id(struct cmp_connection *c) in get_overhead_id()
250 static __be32 opcr_set_modify(struct cmp_connection *c, __be32 opcr) in opcr_set_modify()
278 static int pcr_set_check(struct cmp_connection *c, __be32 pcr) in pcr_set_check()
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()
383 static __be32 pcr_break_modify(struct cmp_connection *c, __be32 pcr) in pcr_break_modify()
396 void cmp_connection_break(struct cmp_connection *c) in cmp_connection_break()