Home
last modified time | relevance | path

Searched refs:outboundQueues (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c970 sCFG->outboundQueues[i].interruptDelay = 0; in saInitialize()
971 sCFG->outboundQueues[i].interruptCount = 0; in saInitialize()
1626 mpiConfig->outboundQueues[i].numElements = OUTBOUND_DEPTH_SIZE; in siConfiguration()
1627 mpiConfig->outboundQueues[i].elementSize = IOMB_SIZE64; in siConfiguration()
1628 mpiConfig->outboundQueues[i].interruptVector = 0; in siConfiguration()
1629 mpiConfig->outboundQueues[i].interruptDelay = 0; in siConfiguration()
1630 mpiConfig->outboundQueues[i].interruptThreshold = 0; in siConfiguration()
1632 mpiConfig->outboundQueues[i].interruptEnable = 1; in siConfiguration()
1782 …mpiConfig->outboundQueues[i].numElements = (bit16)queueConfig->outboundQueues[i].elementCou… in siConfiguration()
1783 …mpiConfig->outboundQueues[i].elementSize = (bit16)queueConfig->outboundQueues[i].elementSiz… in siConfiguration()
[all …]
H A Dmpi.h389 …mpiOutboundQueueDescriptor_t outboundQueues[MPI_MAX_OUTBOUND_QUEUES]; /**< mpiQueueDescriptor stru… member
417 …mpiOutboundQueueDescriptor_t outboundQueues[MPI_MAX_OUTBOUND_QUEUES]; /**< mpiQueueDescriptor stru… member
H A Dmpi.c162 if(0 != config->outboundQueues[qIdx].numElements) in mpiRequirementsGet()
164 …bit32 memSize = config->outboundQueues[qIdx].numElements * config->outboundQueues[qIdx].elementSiz… in mpiRequirementsGet()
H A Dsautil.c762 … queueConfig->outboundQueues[%d].elementCount 0x%x\n",x,queueConfig->outboundQueues[x].elementCoun… in sidump_Q_config()
763 … queueConfig->outboundQueues[%d].elementSize 0x%x\n",x,queueConfig->outboundQueues[x].elementSize… in sidump_Q_config()
H A Dsaint.c866 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler()
889 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c132 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize; in tdsaEsglInit()
133 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize; in tdsaEsglInit()
134 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tdsaEsglInit()
135 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaEsglInit()
136 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tdsaEsglInit()
H A Dtdinit.c1762 QueueConfig.outboundQueues[i].elementCount = OutboundQueueSize[i]; in tdsaLoLevelGetResource()
1763 QueueConfig.outboundQueues[i].elementSize = OutboundQueueEleSize[i]; in tdsaLoLevelGetResource()
1764 QueueConfig.outboundQueues[i].interruptDelay = OutboundQueueInterruptDelay[i]; in tdsaLoLevelGetResource()
1765 QueueConfig.outboundQueues[i].interruptCount = OutboundQueueInterruptCount[i]; in tdsaLoLevelGetResource()
1766 QueueConfig.outboundQueues[i].interruptEnable = OutboundQueueInterruptEnable[i]; in tdsaLoLevelGetResource()
3316 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tdsaQueueConfigInit()
3317 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize[i]; in tdsaQueueConfigInit()
3318 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tdsaQueueConfigInit()
3319 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaQueueConfigInit()
3320 …QueueConfig->outboundQueues[i].interruptEnable = tdsaAllShared->OutboundQueueInterruptEnable[i]; /… in tdsaQueueConfigInit()
[all …]
H A Dtdport.c4018 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tiCOMPortInit()
4019 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize[i]; in tiCOMPortInit()
4020 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tiCOMPortInit()
4021 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tiCOMPortInit()
4022 …QueueConfig->outboundQueues[i].interruptEnable = tdsaAllShared->OutboundQueueInterruptEnable[i]; /… in tiCOMPortInit()
4023 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tiCOMPortInit()
4026 …QueueConfig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSIX_Interru… in tiCOMPortInit()
4030 …QueueConfig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSI_Interrup… in tiCOMPortInit()
4034 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tiCOMPortInit()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2440 agsaQueueOutbound_t outboundQueues[AGSA_MAX_OUTBOUND_Q]; member