Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h566 bit16 queueIndex; member
H A Dtdioctl.c3086 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()
3092 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A 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-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1915 bit16 queueIndex; member