Home
last modified time | relevance | path

Searched refs:elementCount (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c125 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize; in tdsaEsglInit()
132 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize; in tdsaEsglInit()
H A Dtdinit.c1756 QueueConfig.inboundQueues[i].elementCount = InboundQueueSize[i]; in tdsaLoLevelGetResource()
1762 QueueConfig.outboundQueues[i].elementCount = OutboundQueueSize[i]; in tdsaLoLevelGetResource()
3309 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize[i]; in tdsaQueueConfigInit()
3316 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tdsaQueueConfigInit()
H A Dtdport.c4010 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize[i]; in tiCOMPortInit()
4018 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tiCOMPortInit()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c755 …ueConfig->inboundQueues[%d].elementCount 0x%x\n",x,queueConfig->inboundQueues[x].elementCount )); in sidump_Q_config()
762 …ueConfig->outboundQueues[%d].elementCount 0x%x\n",x,queueConfig->outboundQueues[x].elementCount )); in sidump_Q_config()
H A Dsainit.c1766 mpiConfig->inboundQueues[i].numElements = (bit16)queueConfig->inboundQueues[i].elementCount; in siConfiguration()
1772 queueConfig->inboundQueues[i].elementCount, in siConfiguration()
1775 queueConfig->inboundQueues[i].elementCount * queueConfig->inboundQueues[i].elementSize )); in siConfiguration()
1782 …iConfig->outboundQueues[i].numElements = (bit16)queueConfig->outboundQueues[i].elementCount; in siConfiguration()
1791 queueConfig->outboundQueues[i].elementCount, in siConfiguration()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2376 bit32 elementCount:16; /* Maximum number of elements in the queue (queue depth). member
2389 bit32 elementCount:16; /* Maximum number of elements in the queue (queue depth). member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp18317 Intrinsic::ID getDotProductIntrinsic(QualType QT, int elementCount) { in getDotProductIntrinsic() argument
18319 switch (elementCount) { in getDotProductIntrinsic()