Searched refs:QueueConfig (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c116 agsaQueueConfig_t *QueueConfig; local
122 QueueConfig = &tdsaAllShared->QueueConfig;
124 for(i=0;i<QueueConfig->numInboundQueues;i++)
126 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize;
127 QueueConfig->inboundQueues[i].elementSize = tdsaAllShared->InboundQueueEleSize;
128 QueueConfig->inboundQueues[i].priority = tdsaAllShared->InboundQueuePriority[i];
129 QueueConfig->inboundQueues[i].reserved = 0;
131 for(i=0;i<QueueConfig->numOutboundQueues;i++)
133 QueueConfig
[all...]
H A Dtdinit.c734 static agsaQueueConfig_t QueueConfig; local
793 osti_memset(&QueueConfig, 0, sizeof(QueueConfig));
855 /* param3 points to QueueConfig; tdsaAllShared does not exit at this point yet */
856 SwConfig.param3 = (void *)&QueueConfig;
893 QueueConfig.numInboundQueues = DEFAULT_NUM_INBOUND_QUEUE; /* default 1 Inbound queue */
911 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0);
915 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10);
918 if (QueueConfig.numInboundQueues > AGSA_MAX_INBOUND_Q)
920 QueueConfig
3301 agsaQueueConfig_t *QueueConfig; local
[all...]
H A Dtdport.c130 agsaQueueConfig_t *QueueConfig; local
174 QueueConfig = (agsaQueueConfig_t *)&(tdsaAllShared->QueueConfig);
260 QueueConfig->numInboundQueues = DEFAULT_NUM_INBOUND_QUEUE; /* default 1 Inbound queue */
278 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0);
282 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10);
285 if (QueueConfig->numInboundQueues > AGSA_MAX_INBOUND_Q)
287 QueueConfig->numInboundQueues = AGSA_MAX_INBOUND_Q;
297 QueueConfig->numOutboundQueues = DEFAULT_NUM_OUTBOUND_QUEUE; /* default 1 Outbound queue */
315 QueueConfig
3874 agsaQueueConfig_t *QueueConfig; local
[all...]
H A Dtdsatypes.h217 agsaQueueConfig_t QueueConfig; member in struct:tdsaContext_s
H A Dossacmnapi.c6034 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues;
6035 bit32 Outdenom = tdsaAllShared->QueueConfig.numOutboundQueues;
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h154 #define LL_IOREQ_IBQ0_LOCK (LL_IOREQ_OBQ_LOCK + saRoot->QueueConfig.numOutboundQueues +1)
H A Dsatimer.c130 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ )
H A Dsatypes.h253 agsaQueueConfig_t QueueConfig; /* copy of MPI IBQ/OBQ configuration */ member in struct:agsaLLRoot_s
H A Dmpi.c606 for(inq=0; ((inq < saRoot->QueueConfig.numInboundQueues) && saRoot->BunchStarts_Pending); inq++)
887 denom = saRoot->QueueConfig.numInboundQueues;
896 denom = saRoot->QueueConfig.numOutboundQueues;
H A Dsautil.c165 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ )
H A Dsainit.c959 agsaQueueConfig_t *dCFG = &saRoot->QueueConfig;
987 SA_DBG1(("saInitialize failure queue number=%d\n", saRoot->QueueConfig.numInboundQueues));
996 saRoot->swConfig.param3 = &saRoot->QueueConfig;
1139 saRoot->Use64bit = (saRoot->QueueConfig.numOutboundQueues > 32 ) ? 1 : 0;
1142 SA_DBG1(("saInitialize: Use 64 bits for interrupts %d %d\n" ,saRoot->Use64bit, saRoot->QueueConfig.numOutboundQueues ));
1146 SA_DBG1(("saInitialize: Use 32 bits for interrupts %d %d\n",saRoot->Use64bit , saRoot->QueueConfig.numOutboundQueues ));
4028 for (i = 0; i < saRoot->QueueConfig.numInboundQueues; i ++)
4038 for (i = 0; i < saRoot->QueueConfig.numOutboundQueues; i ++)
H A Dsahw.c433 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ )
2962 for ( i = 0; i < saRoot->QueueConfig.numInboundQueues; i++ )
2976 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ )
H A Dsaint.c856 SA_ASSERT((saRoot->QueueConfig.numOutboundQueues < 65), "numOutboundQueue");
858 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ )
867 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0)
890 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0)
H A Dsaphy.c207 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ )
H A Dsampicmd.c118 outq = saRoot->QueueConfig.numOutboundQueues -1;
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3619 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues;
3620 bit32 Outdenom = tdsaAllShared->QueueConfig.numOutboundQueues;

Completed in 145 milliseconds