Searched refs:queueBuf (Results 1 – 3 of 3) sorted by relevance
3082 ForensicData.BufferType.queueBuf.directLen = pForensicDataPayload->queueBuffer.directLen; in tdsaForensicDataGetIoctl()3084 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_IB_QUEUE; in tdsaForensicDataGetIoctl()3085 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()3086 … ForensicData.BufferType.queueBuf.directData = (void*)pForensicDataPayload->queueBuffer.directData; in tdsaForensicDataGetIoctl()3089 ForensicData.BufferType.queueBuf.directLen = pForensicDataPayload->queueBuffer.directLen; in tdsaForensicDataGetIoctl()3090 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_OB_QUEUE; in tdsaForensicDataGetIoctl()3091 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()3092 … ForensicData.BufferType.queueBuf.directData = (void*)pForensicDataPayload->queueBuffer.directData; in tdsaForensicDataGetIoctl()
2938 if(forensicData->BufferType.queueBuf.queueIndex >=AGSA_MAX_INBOUND_Q ) in siGetForensicData()2943 circularQ = &saRoot->inboundQueue[forensicData->BufferType.queueBuf.queueIndex]; in siGetForensicData()2944 status = siDumpInboundQueue( forensicData->BufferType.queueBuf.directData, in siGetForensicData()2945 forensicData->BufferType.queueBuf.directLen, in siGetForensicData()2956 if(forensicData->BufferType.queueBuf.queueIndex >= AGSA_MAX_OUTBOUND_Q ) in siGetForensicData()2962 circularQ = &saRoot->outboundQueue[forensicData->BufferType.queueBuf.queueIndex]; in siGetForensicData()2963 status = siDumpOutboundQueue(forensicData->BufferType.queueBuf.directData, in siGetForensicData()2964 forensicData->BufferType.queueBuf.directLen, in siGetForensicData()
1917 }queueBuf; member