Lines Matching refs:msgId
98 switch(p_IpcMsg->msgId) in BmHandleIpcMsgCB()
262 msg.msgId = BM_SET_POOL_THRESH; in BmSetPoolThresholds()
266 sizeof(msg.msgId) + sizeof(t_BmIpcPoolThreshParams), in BmSetPoolThresholds()
303 msg.msgId = BM_UNSET_POOL_THRESH; in BmUnSetPoolThresholds()
307 sizeof(msg.msgId) + sizeof(t_BmIpcPoolThreshParams), in BmUnSetPoolThresholds()
360 msg.msgId = BM_GET_COUNTER; in BmGetCounter()
365 sizeof(msg.msgId) + sizeof(t_BmIpcGetCounter), in BmGetCounter()
417 msg.msgId = BM_GET_REVISION; in BmGetRevision()
421 sizeof(msg.msgId), in BmGetRevision()
594 msg.msgId = BM_MASTER_IS_ALIVE; in BM_Init()
601 sizeof(msg.msgId), in BM_Init()