Home
last modified time | relevance | path

Searched refs:pu8Write (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c392 MS_U8* pu8Write;
2009 return (pQueueInfo->pu8Write>= pQueueInfo->pu8Read)?
2010 (pQueueInfo->pu8Write- pQueueInfo->pu8Read):
2011 … (pQueueInfo->pu8Tail- pQueueInfo->pu8Head+ pQueueInfo->pu8Write- pQueueInfo->pu8Read);
2074 …_MsOS_Queue_Info[s32Id].pu8Read= _MsOS_Queue_Info[s32Id].pu8Write= _MsOS_Queue_Info[s32Id].pu8Head;
2185 memcpy(pQueueInfo->pu8Write, pu8Message, u32Size);
2186 pQueueInfo->pu8Write+= pQueueInfo->u32AlignedMsgSize;
2187 if (pQueueInfo->pu8Write>= pQueueInfo->pu8Tail)
2189 pQueueInfo->pu8Write= pQueueInfo->pu8Head;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c334 MS_U8* pu8Write;
2428 return (pQueueInfo->pu8Write>= pQueueInfo->pu8Read)?
2429 (pQueueInfo->pu8Write- pQueueInfo->pu8Read):
2430 … (pQueueInfo->pu8Tail- pQueueInfo->pu8Head+ pQueueInfo->pu8Write- pQueueInfo->pu8Read);
2493 …_MsOS_Queue_Info[s32Id].pu8Read= _MsOS_Queue_Info[s32Id].pu8Write= _MsOS_Queue_Info[s32Id].pu8Head;
2604 memcpy(pQueueInfo->pu8Write, pu8Message, u32Size);
2605 pQueueInfo->pu8Write+= pQueueInfo->u32AlignedMsgSize;
2606 if (pQueueInfo->pu8Write>= pQueueInfo->pu8Tail)
2608 pQueueInfo->pu8Write= pQueueInfo->pu8Head;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c438 MS_U8* pu8Write; member
2854 return (pQueueInfo->pu8Write>= pQueueInfo->pu8Read)? in _MsOS_QueueUsedSize()
2855 (pQueueInfo->pu8Write- pQueueInfo->pu8Read): in _MsOS_QueueUsedSize()
2856 … (pQueueInfo->pu8Tail- pQueueInfo->pu8Head+ pQueueInfo->pu8Write- pQueueInfo->pu8Read); in _MsOS_QueueUsedSize()
2955 …_MsOS_Queue_Info[s32Id].pu8Read= _MsOS_Queue_Info[s32Id].pu8Write= _MsOS_Queue_Info[s32Id].pu8Head; in MsOS_CreateQueue()
3098 memcpy(pQueueInfo->pu8Write, pu8Message, u32Size); in MsOS_SendToQueue()
3099 pQueueInfo->pu8Write+= pQueueInfo->u32AlignedMsgSize; in MsOS_SendToQueue()
3100 if (pQueueInfo->pu8Write>= pQueueInfo->pu8Tail) in MsOS_SendToQueue()
3102 pQueueInfo->pu8Write= pQueueInfo->pu8Head; in MsOS_SendToQueue()
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk2hdx_ecmflt.c94 MS_U8* pu8Write; in _NSK2_ECMDFLT_Isr_Proc() local
125 MApi_DMX_SectWriteGet(DmxIdSect, (MS_PHY*)(&pu8Write)); in _NSK2_ECMDFLT_Isr_Proc()
129 if ((pu8Write- pu8Read) == 0 ) in _NSK2_ECMDFLT_Isr_Proc()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c3133 MS_U8* pu8Write; in _DMX_GetRingBuffer() local
3211 pu8Write= (MS_U8*)MS_PA2KSEG1((MS_PHY)virtWrite); in _DMX_GetRingBuffer()
3223 bCopy = (pfCheckCB)? pfCheckCB((MS_U8)u32DmxId, pu8Start, pu8End, pu8Read, pu8Write): TRUE; in _DMX_GetRingBuffer()
3270 static void _DumpSecHeader(MS_U8* pu8Start, MS_U8* pu8End, MS_U8* pu8Read, MS_U8* pu8Write) in _DumpSecHeader() argument
3278 (MS_U32)pu8Write))); in _DumpSecHeader()
3314 MS_U8* pu8Write; in _DMX_GetSect() local
3397 pu8Write = (MS_U8*)MS_PA2KSEG1((MS_PHY)virtWrite); in _DMX_GetSect()
3409 bCopy = (pfCheckCB) ? pfCheckCB((MS_U8)u32DmxId, pu8Start, pu8End, pu8Read, pu8Write) : TRUE; in _DMX_GetSect()
3433 _DumpSecHeader(pu8Start, pu8End, pu8Read, pu8Write); in _DMX_GetSect()
3454 _DumpSecHeader(pu8Start, pu8End, pu8Read, pu8Write); in _DMX_GetSect()