Searched refs:msg_type (Results 1 – 2 of 2) sorted by relevance
55 #define CATPT_GLOBAL_MSG(msg_type) \ argument56 { .global_msg_type = CATPT_GLB_##msg_type }316 #define CATPT_STREAM_MSG(msg_type) \ argument318 .stream_msg_type = CATPT_STRM_##msg_type, \320 #define CATPT_STAGE_MSG(msg_type) \ argument322 .stage_action = CATPT_STG_##msg_type, \
512 u32 msg_type = msg_cmd & SOF_CMD_TYPE_MASK; in ipc_stream_message() local515 switch (msg_type) { in ipc_stream_message()