Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsautil.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()
HDsainit.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()
HDsampirsp.c5047 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()
5049 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()
5053 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()
5114 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()
5116 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()
5119 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()
5169 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()
5171 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()
5175 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()
HDsassp.c1389 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs); in saSSPStart()
HDsahw.c195 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs); in saHwReset()
/freebsd-13-stable/sys/dev/pms/RefTisa/sat/api/
HDsm.h271 bit32 maxActiveIOs; member
/freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/
HDsminit.c149 swConfig->maxActiveIOs = SM_MAX_IO; in smGetRequirements()
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdinit.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()
HDtdmisc.c2662 TI_DBG6(("SwConfig->maxActiveIOs %d\n", SwConfig->maxActiveIOs)); in tdsaPrintSwConfig()
HDtdport.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()
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
HDsa.h2319 bit32 maxActiveIOs; /**< Maximum active I/O requests supported */ member