Home | History | Annotate | Download | only in health

Lines Matching refs:mcl

75 	mcap_mcl_event_cb	mcl_connected_cb;	/* New MCL connected */
76 mcap_mcl_event_cb mcl_reconnected_cb; /* Old MCL has been reconnected */
77 mcap_mcl_event_cb mcl_disconnected_cb; /* MCL disconnected */
78 mcap_mcl_event_cb mcl_uncached_cb; /* MCL has been removed from MCAP cache */
90 struct mcap_instance *mi; /* MCAP instance where this MCL belongs */
93 guint wid; /* MCL Watcher id */
95 MCLState state; /* Current MCL State */
96 MCLRole role; /* Initiator or acceptor of this MCL */
103 uint8_t ctrl; /* MCL control flag */
108 #define MCAP_CTRL_CACHED 0x01 /* MCL is cached */
111 #define MCAP_CTRL_CONN 0x08 /* MCL is in connecting process */
112 #define MCAP_CTRL_FREE 0x10 /* MCL is marked as releasable */
113 #define MCAP_CTRL_NOCACHE 0x20 /* MCL is marked as not cacheable */
116 struct mcap_mcl *mcl; /* MCL where this MDL belongs */
133 void proc_sync_cmd(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len);
134 void mcap_sync_init(struct mcap_mcl *mcl);
135 void mcap_sync_stop(struct mcap_mcl *mcl);