Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c98 memoryMap->region[memoryMap->count].elementSize = sizeof(bit32) * config->numInboundQueues; in mpiRequirementsGet()
99 memoryMap->region[memoryMap->count].totalLength = sizeof(bit32) * config->numInboundQueues; in mpiRequirementsGet()
116 for(qIdx = 0; qIdx < config->numInboundQueues; qIdx++) in mpiRequirementsGet()
146 (qIdx == (bit32)(config->numInboundQueues - 1))) in mpiRequirementsGet()
606 for(inq=0; ((inq < saRoot->QueueConfig.numInboundQueues) && saRoot->BunchStarts_Pending); inq++) in mpiMsgProduceBunch()
887 denom = saRoot->QueueConfig.numInboundQueues; in mpiRotateQnumber()
H A Dmpi.h396 bit16 numInboundQueues; member
422 bit16 numInboundQueues; member
H A Dsainit.c252 *maxNumLocks = (LL_IOREQ_IBQ_LOCK_PARM + queueConfig->numInboundQueues ); in saGetRequirements()
1611 mpiConfig->numInboundQueues = AGSA_MAX_INBOUND_Q; in siConfiguration()
1646 if ((queueConfig->numInboundQueues > AGSA_MAX_INBOUND_Q) || in siConfiguration()
1655 if ((queueConfig->numInboundQueues == 0 || in siConfiguration()
1755 mpiConfig->numInboundQueues = queueConfig->numInboundQueues; in siConfiguration()
1760 queueConfig->numInboundQueues, in siConfiguration()
1765 for( i = 0; i < queueConfig->numInboundQueues; i ++ ) in siConfiguration()
1953 config->maxNumInboundQueues = config->numInboundQueues; in mpiInitialize()
1955 maxinbound = config->numInboundQueues; in mpiInitialize()
2760 for (i = 0; i < config->numInboundQueues; i ++) in mpiInitialize()
[all …]
H A Dsautil.c747 …queueConfig->numInboundQueues 0x%x\n", queueConfig->numInboundQueues in sidump_Q_config()
754 for(x=0;x < queueConfig->numInboundQueues;x++) in sidump_Q_config()
H A Dsahw.c2962 for ( i = 0; i < saRoot->QueueConfig.numInboundQueues; i++ ) in siCheckQs()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c893 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()
1145 for (i=0;i<QueueConfig.numInboundQueues;i++) in tdsaLoLevelGetResource()
1460 for (i=0;i<QueueConfig.numInboundQueues;i++) in tdsaLoLevelGetResource()
1755 for (i=0;i<QueueConfig.numInboundQueues;i++) in tdsaLoLevelGetResource()
3308 for(i=0;i<QueueConfig->numInboundQueues;i++) in tdsaQueueConfigInit()
H A Dtdport.c260 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()
548 for (i=0;i<QueueConfig->numInboundQueues;i++) in tdsaGetSwConfigParams()
864 for (i=0;i<QueueConfig->numInboundQueues;i++) in tdsaGetSwConfigParams()
4009 for(i=0;i<QueueConfig->numInboundQueues;i++) in tiCOMPortInit()
4048 for(i=0;i<QueueConfig->numInboundQueues;i++) in tiCOMPortInit()
6507 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in tdssAddSASToSharedcontext()
[all …]
H A Dtdesgl.c124 for(i=0;i<QueueConfig->numInboundQueues;i++) in tdsaEsglInit()
H A Dossacmnapi.c6034 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in ossaDeviceRegistrationCB()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2428 bit16 numInboundQueues; member
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3619 bit32 Indenom = tdsaAllShared->QueueConfig.numInboundQueues; in tdssAddSATAToSharedcontext()