Searched refs:SC_RPC_MAX_MSG (Results 1 – 2 of 2) sorted by relevance
13 #define SC_RPC_MAX_MSG 8U macro45 s32 i32[(SC_RPC_MAX_MSG - 1U)];46 s16 i16[(SC_RPC_MAX_MSG - 1U) * 2U];47 s8 i8[(SC_RPC_MAX_MSG - 1U) * 4U];48 u32 u32[(SC_RPC_MAX_MSG - 1U)];49 u16 u16[(SC_RPC_MAX_MSG - 1U) * 2U];50 u8 u8[(SC_RPC_MAX_MSG - 1U) * 4U];
106 if (msg->size > SC_RPC_MAX_MSG) { in sc_ipc_read()133 if (msg->size > SC_RPC_MAX_MSG) in sc_ipc_write()