Home
last modified time | relevance | path

Searched refs:queueIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdioctl.h566 bit16 queueIndex; member
Dtdioctl.c3086 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()
3092 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsaioctlcmd.c2939 if(forensicData->BufferType.queueBuf.queueIndex >=AGSA_MAX_INBOUND_Q ) in siGetForensicData()
2944 circularQ = &saRoot->inboundQueue[forensicData->BufferType.queueBuf.queueIndex]; in siGetForensicData()
2957 if(forensicData->BufferType.queueBuf.queueIndex >= AGSA_MAX_OUTBOUND_Q ) in siGetForensicData()
2963 circularQ = &saRoot->outboundQueue[forensicData->BufferType.queueBuf.queueIndex]; in siGetForensicData()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h1915 bit16 queueIndex; member