Searched refs:INVALID_MBXCLASS (Results 1 – 2 of 2) sorted by relevance
153 #define INVALID_MBXCLASS(mbxClass) ((mbxClass) >= E_MBX_CLASS_MAX) macro864 if(INVALID_MBXCLASS(eMsgClass) || (u16MsgQueueSize>MAX_MBX_QUEUE_SIZE)) in MDrv_MBX_RegisterMSG()940 if(INVALID_MBXCLASS(eMsgClass)) in MDrv_MBX_UnRegisterMSG()980 if(INVALID_MBXCLASS(eMsgClass)) in MDrv_MBX_ClearMSG()1021 if(INVALID_MBXCLASS(eTargetClass) || (pMsgQueueStatus==NULL)) in MDrv_MBX_GetMsgQueueStatus()1066 if((NULL==pMsg) || INVALID_MBXCLASS(pMsg->u8MsgClass)) in MDrv_MBX_SendMsg()1109 if((NULL==pMsg) || INVALID_MBXCLASS(pMsg->u8MsgClass)) in MDrv_MBX_SendMsgLoopback()1159 if(INVALID_MBXCLASS(eTargetClass) || (pMsg==NULL)) in MDrv_MBX_RecvMsg()
174 #define INVALID_MBXCLASS(mbxClass) (mbxClass >=E_MBX_CLASS_MAX) macro501 if(INVALID_MBXCLASS(eMsgClass) || (u16MsgQueueSize>MAX_MBX_QUEUE_SIZE)) in MDrv_MBX_RegisterMSG()584 if(INVALID_MBXCLASS(eMsgClass)) in MDrv_MBX_UnRegisterMSG()626 if(INVALID_MBXCLASS(eMsgClass)) in MDrv_MBX_ClearMSG()750 if((pMsgQueueStatus ==NULL) || INVALID_MBXCLASS(eTargetClass)) in MDrv_MBX_GetMsgQueueStatus()801 if((pMsg ==NULL) || INVALID_MBXCLASS(eTargetClass)) in MDrv_MBX_RecvMsg()854 if((pMsg ==NULL) || INVALID_MBXCLASS(eTargetClass)) in MDrv_MBX_CheckMsg()