Searched refs:queueBuf (Results 1 – 3 of 3) sorted by relevance
3083 ForensicData.BufferType.queueBuf.directLen = pForensicDataPayload->queueBuffer.directLen; in tdsaForensicDataGetIoctl()3085 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_IB_QUEUE; in tdsaForensicDataGetIoctl()3086 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()3087 … ForensicData.BufferType.queueBuf.directData = (void*)pForensicDataPayload->queueBuffer.directData; in tdsaForensicDataGetIoctl()3090 ForensicData.BufferType.queueBuf.directLen = pForensicDataPayload->queueBuffer.directLen; in tdsaForensicDataGetIoctl()3091 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_OB_QUEUE; in tdsaForensicDataGetIoctl()3092 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()3093 … ForensicData.BufferType.queueBuf.directData = (void*)pForensicDataPayload->queueBuffer.directData; in tdsaForensicDataGetIoctl()
2939 if(forensicData->BufferType.queueBuf.queueIndex >=AGSA_MAX_INBOUND_Q ) in siGetForensicData()2944 circularQ = &saRoot->inboundQueue[forensicData->BufferType.queueBuf.queueIndex]; in siGetForensicData()2945 status = siDumpInboundQueue( forensicData->BufferType.queueBuf.directData, in siGetForensicData()2946 forensicData->BufferType.queueBuf.directLen, in siGetForensicData()2957 if(forensicData->BufferType.queueBuf.queueIndex >= AGSA_MAX_OUTBOUND_Q ) in siGetForensicData()2963 circularQ = &saRoot->outboundQueue[forensicData->BufferType.queueBuf.queueIndex]; in siGetForensicData()2964 status = siDumpOutboundQueue(forensicData->BufferType.queueBuf.directData, in siGetForensicData()2965 forensicData->BufferType.queueBuf.directLen, in siGetForensicData()
1918 }queueBuf; member