Home
last modified time | relevance | path

Searched refs:INVALID_MBXCLASS (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/ecos_nos/
H A DdrvMBX.c153 #define INVALID_MBXCLASS(mbxClass) ((mbxClass) >= E_MBX_CLASS_MAX) macro
864 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()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c174 #define INVALID_MBXCLASS(mbxClass) (mbxClass >=E_MBX_CLASS_MAX) macro
501 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()