Home
last modified time | relevance | path

Searched refs:numInboundQueues (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c97 memoryMap->region[memoryMap->count].elementSize = sizeof(bit32) * config->numInboundQueues; in mpiRequirementsGet()
98 memoryMap->region[memoryMap->count].totalLength = sizeof(bit32) * config->numInboundQueues; in mpiRequirementsGet()
115 for(qIdx = 0; qIdx < config->numInboundQueues; qIdx++) in mpiRequirementsGet()
145 (qIdx == (bit32)(config->numInboundQueues - 1))) in mpiRequirementsGet()
605 for(inq=0; ((inq < saRoot->QueueConfig.numInboundQueues) && saRoot->BunchStarts_Pending); inq++) in mpiMsgProduceBunch()
886 denom = saRoot->QueueConfig.numInboundQueues; in mpiRotateQnumber()
H A Dmpi.h395 bit16 numInboundQueues; member
421 bit16 numInboundQueues; member
H A Dsainit.c251 *maxNumLocks = (LL_IOREQ_IBQ_LOCK_PARM + queueConfig->numInboundQueues ); in saGetRequirements()
986 SA_DBG1(("saInitialize failure queue number=%d\n", saRoot->QueueConfig.numInboundQueues)); in saInitialize()
1610 mpiConfig->numInboundQueues = AGSA_MAX_INBOUND_Q; in siConfiguration()
1645 if ((queueConfig->numInboundQueues > AGSA_MAX_INBOUND_Q) || in siConfiguration()
1654 if ((queueConfig->numInboundQueues == 0 || in siConfiguration()
1666 if ((queueConfig->numInboundQueues > IQ_NUM_32) || (queueConfig->numOutboundQueues > OQ_NUM_32)) in siConfiguration()
1754 mpiConfig->numInboundQueues = queueConfig->numInboundQueues; in siConfiguration()
1759 queueConfig->numInboundQueues, in siConfiguration()
1764 for( i = 0; i < queueConfig->numInboundQueues; i ++ ) in siConfiguration()
1952 config->maxNumInboundQueues = config->numInboundQueues; in mpiInitialize()
[all …]
H A Dsautil.c746 …queueConfig->numInboundQueues 0x%x\n", queueConfig->numInboundQueues in sidump_Q_config()
753 for(x=0;x < queueConfig->numInboundQueues;x++) in sidump_Q_config()
H A Dsahw.c2961 for ( i = 0; i < saRoot->QueueConfig.numInboundQueues; i++ ) in siCheckQs()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c892 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()
1144 for (i=0;i<QueueConfig.numInboundQueues;i++) in tdsaLoLevelGetResource()
1459 for (i=0;i<QueueConfig.numInboundQueues;i++) in tdsaLoLevelGetResource()
1754 for (i=0;i<QueueConfig.numInboundQueues;i++) in tdsaLoLevelGetResource()
3307 for(i=0;i<QueueConfig->numInboundQueues;i++) in tdsaQueueConfigInit()
H A Dtdport.c259 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()
547 for (i=0;i<QueueConfig->numInboundQueues;i++) in tdsaGetSwConfigParams()
863 for (i=0;i<QueueConfig->numInboundQueues;i++) in tdsaGetSwConfigParams()
4008 for(i=0;i<QueueConfig->numInboundQueues;i++) in tiCOMPortInit()
4047 for(i=0;i<QueueConfig->numInboundQueues;i++) in tiCOMPortInit()
6506 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in tdssAddSASToSharedcontext()
[all …]
H A Dtdesgl.c123 for(i=0;i<QueueConfig->numInboundQueues;i++) in tdsaEsglInit()
H A Dossacmnapi.c6033 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in ossaDeviceRegistrationCB()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2427 bit16 numInboundQueues; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3618 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in tdssAddSATAToSharedcontext()