Searched refs:QueueConfig (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdesgl.c | 115 agsaQueueConfig_t *QueueConfig; in tdsaEsglInit() local 121 QueueConfig = &tdsaAllShared->QueueConfig; in tdsaEsglInit() 123 for(i=0;i<QueueConfig->numInboundQueues;i++) in tdsaEsglInit() 125 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize; in tdsaEsglInit() 126 QueueConfig->inboundQueues[i].elementSize = tdsaAllShared->InboundQueueEleSize; in tdsaEsglInit() 127 QueueConfig->inboundQueues[i].priority = tdsaAllShared->InboundQueuePriority[i]; in tdsaEsglInit() 128 QueueConfig->inboundQueues[i].reserved = 0; in tdsaEsglInit() 130 for(i=0;i<QueueConfig->numOutboundQueues;i++) in tdsaEsglInit() 132 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize; in tdsaEsglInit() 133 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize; in tdsaEsglInit() [all …]
|
H A D | tdinit.c | 733 static agsaQueueConfig_t QueueConfig; in tdsaLoLevelGetResource() local 792 osti_memset(&QueueConfig, 0, sizeof(QueueConfig)); in tdsaLoLevelGetResource() 855 SwConfig.param3 = (void *)&QueueConfig; in tdsaLoLevelGetResource() 892 QueueConfig.numInboundQueues = DEFAULT_NUM_INBOUND_QUEUE; /* default 1 Inbound queue */ in tdsaLoLevelGetResource() 910 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 914 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 917 if (QueueConfig.numInboundQueues > AGSA_MAX_INBOUND_Q) in tdsaLoLevelGetResource() 919 QueueConfig.numInboundQueues = AGSA_MAX_INBOUND_Q; in tdsaLoLevelGetResource() 929 QueueConfig.numOutboundQueues = DEFAULT_NUM_OUTBOUND_QUEUE; /* default 1 Outbound queue */ in tdsaLoLevelGetResource() 947 QueueConfig.numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() [all …]
|
H A D | tdport.c | 129 agsaQueueConfig_t *QueueConfig; in tdsaGetSwConfigParams() local 173 QueueConfig = (agsaQueueConfig_t *)&(tdsaAllShared->QueueConfig); in tdsaGetSwConfigParams() 259 QueueConfig->numInboundQueues = DEFAULT_NUM_INBOUND_QUEUE; /* default 1 Inbound queue */ in tdsaGetSwConfigParams() 277 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 281 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 284 if (QueueConfig->numInboundQueues > AGSA_MAX_INBOUND_Q) in tdsaGetSwConfigParams() 286 QueueConfig->numInboundQueues = AGSA_MAX_INBOUND_Q; in tdsaGetSwConfigParams() 296 QueueConfig->numOutboundQueues = DEFAULT_NUM_OUTBOUND_QUEUE; /* default 1 Outbound queue */ in tdsaGetSwConfigParams() 314 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 318 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() [all …]
|
H A D | tdsatypes.h | 216 agsaQueueConfig_t QueueConfig; member
|
H A D | ossacmnapi.c | 6033 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in ossaDeviceRegistrationCB() 6034 bit32 Outdenom = tdsaAllShared->QueueConfig.numOutboundQueues; in ossaDeviceRegistrationCB()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sadefs.h | 153 #define LL_IOREQ_IBQ0_LOCK (LL_IOREQ_OBQ_LOCK + saRoot->QueueConfig.numOutboundQueues +1)
|
H A D | mpi.c | 605 for(inq=0; ((inq < saRoot->QueueConfig.numInboundQueues) && saRoot->BunchStarts_Pending); inq++) in mpiMsgProduceBunch() 886 denom = saRoot->QueueConfig.numInboundQueues; in mpiRotateQnumber() 895 denom = saRoot->QueueConfig.numOutboundQueues; in mpiRotateQnumber()
|
H A D | satypes.h | 252 agsaQueueConfig_t QueueConfig; /* copy of MPI IBQ/OBQ configuration */ member
|
H A D | satimer.c | 129 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saTimerTick()
|
H A D | sainit.c | 958 agsaQueueConfig_t *dCFG = &saRoot->QueueConfig; in saInitialize() 986 SA_DBG1(("saInitialize failure queue number=%d\n", saRoot->QueueConfig.numInboundQueues)); in saInitialize() 995 saRoot->swConfig.param3 = &saRoot->QueueConfig; in saInitialize() 1138 saRoot->Use64bit = (saRoot->QueueConfig.numOutboundQueues > 32 ) ? 1 : 0; in saInitialize() 1141 …ialize: Use 64 bits for interrupts %d %d\n" ,saRoot->Use64bit, saRoot->QueueConfig.numOutboundQueu… in saInitialize() 1145 …ialize: Use 32 bits for interrupts %d %d\n",saRoot->Use64bit , saRoot->QueueConfig.numOutboundQueu… in saInitialize() 4027 for (i = 0; i < saRoot->QueueConfig.numInboundQueues; i ++) in siInitResources() 4037 for (i = 0; i < saRoot->QueueConfig.numOutboundQueues; i ++) in siInitResources()
|
H A D | sautil.c | 164 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in siDumpActiveIORequests()
|
H A D | saint.c | 855 SA_ASSERT((saRoot->QueueConfig.numOutboundQueues < 65), "numOutboundQueue"); in saDelayedInterruptHandler() 857 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saDelayedInterruptHandler() 866 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler() 889 else if (saRoot->QueueConfig.outboundQueues[i].interruptEnable == 0) in saDelayedInterruptHandler()
|
H A D | sahw.c | 432 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saHwShutdown() 2961 for ( i = 0; i < saRoot->QueueConfig.numInboundQueues; i++ ) in siCheckQs() 2975 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in siCheckQs()
|
H A D | saphy.c | 206 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in saPhyStop()
|
H A D | sampicmd.c | 117 outq = saRoot->QueueConfig.numOutboundQueues -1; in mpiBuildCmd()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | ossasat.c | 3618 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in tdssAddSATAToSharedcontext() 3619 bit32 Outdenom = tdsaAllShared->QueueConfig.numOutboundQueues; in tdssAddSATAToSharedcontext()
|