Searched refs:outboundQueues (Results 1 – 9 of 9) sorted by relevance
1783 …mpiConfig->outboundQueues[i].numElements = (bit16)queueConfig->outboundQueues[i].elementCou… in siConfiguration()1784 …mpiConfig->outboundQueues[i].elementSize = (bit16)queueConfig->outboundQueues[i].elementSiz… in siConfiguration()1785 …mpiConfig->outboundQueues[i].interruptVector = (bit8)queueConfig->outboundQueues[i].interruptVe… in siConfiguration()1786 …mpiConfig->outboundQueues[i].interruptDelay = (bit16)queueConfig->outboundQueues[i].interruptD… in siConfiguration()1787 …mpiConfig->outboundQueues[i].interruptThreshold = (bit8)queueConfig->outboundQueues[i].interruptCo… in siConfiguration()1788 …mpiConfig->outboundQueues[i].interruptEnable = (bit32)queueConfig->outboundQueues[i].interruptE… in siConfiguration()1792 queueConfig->outboundQueues[i].elementCount, in siConfiguration()1793 queueConfig->outboundQueues[i].elementSize, in siConfiguration()2392 …bit32 memSize = config->outboundQueues[qIdx].numElements * config->outboundQueues[qIdx].elementSiz… in mpiInitialize()2781 if(0 != config->outboundQueues[i].numElements) in mpiInitialize()[all …]
390 …mpiOutboundQueueDescriptor_t outboundQueues[MPI_MAX_OUTBOUND_QUEUES]; /**< mpiQueueDescriptor stru… member418 …mpiOutboundQueueDescriptor_t outboundQueues[MPI_MAX_OUTBOUND_QUEUES]; /**< mpiQueueDescriptor stru… member
163 if(0 != config->outboundQueues[qIdx].numElements) in mpiRequirementsGet()165 …bit32 memSize = config->outboundQueues[qIdx].numElements * config->outboundQueues[qIdx].elementSiz… in mpiRequirementsGet()
763 … queueConfig->outboundQueues[%d].elementCount 0x%x\n",x,queueConfig->outboundQueues[x].elementCoun… in sidump_Q_config()764 … queueConfig->outboundQueues[%d].elementSize 0x%x\n",x,queueConfig->outboundQueues[x].elementSize… in sidump_Q_config()
867 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler()890 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler()
133 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize; in tdsaEsglInit()134 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize; in tdsaEsglInit()135 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tdsaEsglInit()136 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaEsglInit()137 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tdsaEsglInit()
1763 QueueConfig.outboundQueues[i].elementCount = OutboundQueueSize[i]; in tdsaLoLevelGetResource()1764 QueueConfig.outboundQueues[i].elementSize = OutboundQueueEleSize[i]; in tdsaLoLevelGetResource()1765 QueueConfig.outboundQueues[i].interruptDelay = OutboundQueueInterruptDelay[i]; in tdsaLoLevelGetResource()1766 QueueConfig.outboundQueues[i].interruptCount = OutboundQueueInterruptCount[i]; in tdsaLoLevelGetResource()1767 QueueConfig.outboundQueues[i].interruptEnable = OutboundQueueInterruptEnable[i]; in tdsaLoLevelGetResource()3317 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tdsaQueueConfigInit()3318 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize[i]; in tdsaQueueConfigInit()3319 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tdsaQueueConfigInit()3320 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaQueueConfigInit()3321 …QueueConfig->outboundQueues[i].interruptEnable = tdsaAllShared->OutboundQueueInterruptEnable[i]; /… in tdsaQueueConfigInit()[all …]
4019 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tiCOMPortInit()4020 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize[i]; in tiCOMPortInit()4021 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tiCOMPortInit()4022 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tiCOMPortInit()4023 …QueueConfig->outboundQueues[i].interruptEnable = tdsaAllShared->OutboundQueueInterruptEnable[i]; /… in tiCOMPortInit()4024 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tiCOMPortInit()4027 …QueueConfig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSIX_Interru… in tiCOMPortInit()4031 …QueueConfig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSI_Interrup… in tiCOMPortInit()4035 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tiCOMPortInit()
2441 agsaQueueOutbound_t outboundQueues[AGSA_MAX_OUTBOUND_Q]; member