Searched refs:QueueConfig (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| HD | tdesgl.c | 116 agsaQueueConfig_t *QueueConfig; in tdsaEsglInit() local 122 QueueConfig = &tdsaAllShared->QueueConfig; in tdsaEsglInit() 124 for(i=0;i<QueueConfig->numInboundQueues;i++) in tdsaEsglInit() 126 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize; in tdsaEsglInit() 127 QueueConfig->inboundQueues[i].elementSize = tdsaAllShared->InboundQueueEleSize; in tdsaEsglInit() 128 QueueConfig->inboundQueues[i].priority = tdsaAllShared->InboundQueuePriority[i]; in tdsaEsglInit() 129 QueueConfig->inboundQueues[i].reserved = 0; in tdsaEsglInit() 131 for(i=0;i<QueueConfig->numOutboundQueues;i++) in tdsaEsglInit() 133 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize; in tdsaEsglInit() 134 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize; in tdsaEsglInit() [all …]
|
| HD | tdinit.c | 734 static agsaQueueConfig_t QueueConfig; in tdsaLoLevelGetResource() local 793 osti_memset(&QueueConfig, 0, sizeof(QueueConfig)); in tdsaLoLevelGetResource() 856 SwConfig.param3 = (void *)&QueueConfig; in tdsaLoLevelGetResource() 893 QueueConfig.numInboundQueues = DEFAULT_NUM_INBOUND_QUEUE; /* default 1 Inbound queue */ in tdsaLoLevelGetResource() 911 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 915 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 918 if (QueueConfig.numInboundQueues > AGSA_MAX_INBOUND_Q) in tdsaLoLevelGetResource() 920 QueueConfig.numInboundQueues = AGSA_MAX_INBOUND_Q; in tdsaLoLevelGetResource() 930 QueueConfig.numOutboundQueues = DEFAULT_NUM_OUTBOUND_QUEUE; /* default 1 Outbound queue */ in tdsaLoLevelGetResource() 948 QueueConfig.numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() [all …]
|
| HD | tdport.c | 130 agsaQueueConfig_t *QueueConfig; in tdsaGetSwConfigParams() local 174 QueueConfig = (agsaQueueConfig_t *)&(tdsaAllShared->QueueConfig); in tdsaGetSwConfigParams() 260 QueueConfig->numInboundQueues = DEFAULT_NUM_INBOUND_QUEUE; /* default 1 Inbound queue */ in tdsaGetSwConfigParams() 278 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 282 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 285 if (QueueConfig->numInboundQueues > AGSA_MAX_INBOUND_Q) in tdsaGetSwConfigParams() 287 QueueConfig->numInboundQueues = AGSA_MAX_INBOUND_Q; in tdsaGetSwConfigParams() 297 QueueConfig->numOutboundQueues = DEFAULT_NUM_OUTBOUND_QUEUE; /* default 1 Outbound queue */ in tdsaGetSwConfigParams() 315 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 319 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() [all …]
|
| HD | tdsatypes.h | 217 agsaQueueConfig_t QueueConfig; member
|
| HD | ossacmnapi.c | 6034 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in ossaDeviceRegistrationCB() 6035 bit32 Outdenom = tdsaAllShared->QueueConfig.numOutboundQueues; in ossaDeviceRegistrationCB()
|
| /NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/ |
| HD | sadefs.h | 154 #define LL_IOREQ_IBQ0_LOCK (LL_IOREQ_OBQ_LOCK + saRoot->QueueConfig.numOutboundQueues +1)
|
| HD | mpi.c | 606 for(inq=0; ((inq < saRoot->QueueConfig.numInboundQueues) && saRoot->BunchStarts_Pending); inq++) in mpiMsgProduceBunch() 887 denom = saRoot->QueueConfig.numInboundQueues; in mpiRotateQnumber() 896 denom = saRoot->QueueConfig.numOutboundQueues; in mpiRotateQnumber()
|
| HD | satypes.h | 253 agsaQueueConfig_t QueueConfig; /* copy of MPI IBQ/OBQ configuration */ member
|
| HD | satimer.c | 130 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saTimerTick()
|
| HD | sainit.c | 959 agsaQueueConfig_t *dCFG = &saRoot->QueueConfig; in saInitialize() 987 SA_DBG1(("saInitialize failure queue number=%d\n", saRoot->QueueConfig.numInboundQueues)); in saInitialize() 996 saRoot->swConfig.param3 = &saRoot->QueueConfig; in saInitialize() 1139 saRoot->Use64bit = (saRoot->QueueConfig.numOutboundQueues > 32 ) ? 1 : 0; in saInitialize() 1142 …ialize: Use 64 bits for interrupts %d %d\n" ,saRoot->Use64bit, saRoot->QueueConfig.numOutboundQueu… in saInitialize() 1146 …ialize: Use 32 bits for interrupts %d %d\n",saRoot->Use64bit , saRoot->QueueConfig.numOutboundQueu… in saInitialize() 4028 for (i = 0; i < saRoot->QueueConfig.numInboundQueues; i ++) in siInitResources() 4038 for (i = 0; i < saRoot->QueueConfig.numOutboundQueues; i ++) in siInitResources()
|
| HD | sautil.c | 165 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in siDumpActiveIORequests()
|
| HD | saint.c | 856 SA_ASSERT((saRoot->QueueConfig.numOutboundQueues < 65), "numOutboundQueue"); in saDelayedInterruptHandler() 858 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saDelayedInterruptHandler() 867 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler() 890 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler()
|
| HD | sahw.c | 433 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saHwShutdown() 2962 for ( i = 0; i < saRoot->QueueConfig.numInboundQueues; i++ ) in siCheckQs() 2976 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in siCheckQs()
|
| HD | saphy.c | 207 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saPhyStop()
|
| HD | sampicmd.c | 118 outq = saRoot->QueueConfig.numOutboundQueues -1; in mpiBuildCmd()
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| HD | ossasat.c | 3619 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in tdssAddSATAToSharedcontext() 3620 bit32 Outdenom = tdsaAllShared->QueueConfig.numOutboundQueues; in tdssAddSATAToSharedcontext()
|