Home
last modified time | relevance | path

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

/src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c230 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in siClearActiveIORequests()
278 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in siClearActiveIORequestsOnDevice()
329 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in siCountActiveIORequestsOnDevice()
389 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in saCountActiveIORequests()
718 …SA_DBG2(("sidump_swConfig:swConfig->maxActiveIOs 0x%x\n",swConfig->maxActiveIOs in sidump_swConfig()
H A Dsainit.c137 …memoryRequirement->agMemory[IOREQLINK_MEM_INDEX].numElements = swConfig->maxActiveIOs + SA_RESERVE… in saGetRequirements()
793 for ( i = 0; i < swConfig->maxActiveIOs; i ++ ) in saInitialize()
1359 …Config->maxActiveIOs 0x%x\n", saRoot->ControllerInfo.maxPendingIO,saRoot->swConfig.maxActiveIOs )); in saInitialize()
1478 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs); in saInitialize()
3364 …gIO 0x%x swConfig->maxActiveIOs 0x%x\n", config->MaxOutstandingIO,saRoot->swConfig.maxActiveIOs )); in mpiWaitForConfigTable()
3879 for ( i = 0; i < swConfig->maxActiveIOs; i ++ ) in siInitResources()
H A Dsampirsp.c5044 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()
5046 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()
5050 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()
5111 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()
5113 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()
5116 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()
5166 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()
5168 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()
5172 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()
H A Dsassp.c1389 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs); in saSSPStart()
H A Dsahw.c195 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs); in saHwReset()
/src/sys/dev/pms/RefTisa/sat/api/
H A Dsm.h271 bit32 maxActiveIOs; member
/src/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c149 swConfig->maxActiveIOs = SM_MAX_IO; in smGetRequirements()
/src/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c803 SwConfig.maxActiveIOs = DEFAULT_MAX_ACTIVE_IOS; in tdsaLoLevelGetResource()
844 smSwConfig.maxActiveIOs = DEFAULT_MAX_ACTIVE_IOS; in tdsaLoLevelGetResource()
983 SwConfig.maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource()
987 SwConfig.maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource()
H A Dtdmisc.c2662 TI_DBG6(("SwConfig->maxActiveIOs %d\n", SwConfig->maxActiveIOs)); in tdsaPrintSwConfig()
H A Dtdport.c188 SwConfig->maxActiveIOs = DEFAULT_MAX_ACTIVE_IOS; in tdsaGetSwConfigParams()
383 SwConfig->maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams()
388 SwConfig->maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams()
/src/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2319 bit32 maxActiveIOs; /**< Maximum active I/O requests supported */ member