Searched defs:ctlmsg (Results 1 – 2 of 2) sorted by relevance
1194 static struct ctlmsg { struct1195 nm_msg_t *head;1196 nm_msg_t *now_serving;1197 kmutex_t nm_lock;1198 kthread_t *nmt;1199 int cnt;1200 int (*scf_service_function)(uint32_t, uint8_t,
1169 dp_message_t ctlmsg; in rmc_comm_dp_ctlsend() local