Home
last modified time | relevance | path

Searched refs:swConfig (Results 1 – 14 of 14) sorted by relevance

/freebsd/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()
716 void sidump_swConfig(agsaSwConfig_t *swConfig) in sidump_swConfig() argument
718 …SA_DBG2(("sidump_swConfig:swConfig->maxActiveIOs 0x%x\n",swConfig->maxActiveIOs … in sidump_swConfig()
719 …SA_DBG2(("sidump_swConfig:swConfig->numDevHandles 0x%x\n",swConfig->numDevHandles … in sidump_swConfig()
720 …SA_DBG2(("sidump_swConfig:swConfig->smpReqTimeout 0x%x\n",swConfig->smpReqTimeout … in sidump_swConfig()
721 …SA_DBG2(("sidump_swConfig:swConfig->numberOfEventRegClients 0x%x\n",swConfig->numberOfEventRegC… in sidump_swConfig()
722 …SA_DBG2(("sidump_swConfig:swConfig->sizefEventLog1 0x%x\n",swConfig->sizefEventLog1 … in sidump_swConfig()
[all …]
H A Dsainit.c75 agsaSwConfig_t *swConfig, in saGetRequirements() argument
88 SA_ASSERT((agNULL != swConfig), ""); in saGetRequirements()
96 …onfig %p memoryRequirement %p usecsPerTick %p maxNumLocks %p\n",agRoot, swConfig,memoryRequirement… in saGetRequirements()
101 siConfiguration(agRoot, &mpiConfig, agNULL, swConfig); in saGetRequirements()
120 memoryRequirement->agMemory[DEVICELINK_MEM_INDEX].numElements = swConfig->numDevHandles; in saGetRequirements()
122 * swConfig->numDevHandles; in saGetRequirements()
137 …memoryRequirement->agMemory[IOREQLINK_MEM_INDEX].numElements = swConfig->maxActiveIOs + SA_RESERVE… in saGetRequirements()
167 memoryRequirement->agMemory[LL_FUNCTION_TRACE].numElements = swConfig->TraceBufferSize; in saGetRequirements()
168 memoryRequirement->agMemory[LL_FUNCTION_TRACE].totalLength = swConfig->TraceBufferSize; in saGetRequirements()
242 if (swConfig->param3 == agNULL) in saGetRequirements()
[all …]
H A Dsahw.c195 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs); in saHwReset()
228 &saRoot->swConfig, in saHwReset()
263 &saRoot->swConfig, in saHwReset()
332 &saRoot->swConfig, in saHwReset()
456 if (saRoot->swConfig.hostDirectAccessSupport && !saRoot->swConfig.hostDirectAccessMode) in saHwShutdown()
490 &saRoot->swConfig, in saHwShutdown()
2431 if(saRoot->swConfig.hostDirectAccessMode & 2 ) in siHDAMode_V()
2592 if(saRoot->swConfig.hostDirectAccessMode & 2 ) in siHDAMode_V()
H A Dsaint.c343 if (saRoot->swConfig.fatalErrorInterruptEnable != 1) in saFatalInterruptHandler()
350 if (saRoot->swConfig.fatalErrorInterruptVector != interruptVectorIndex) in saFatalInterruptHandler()
353 saRoot->swConfig.fatalErrorInterruptVector, interruptVectorIndex)); in saFatalInterruptHandler()
795 if( saRoot->swConfig.fatalErrorInterruptEnable && in saDelayedInterruptHandler()
796 saRoot->swConfig.fatalErrorInterruptVector == interruptVectorIndex ) in saDelayedInterruptHandler()
802 if(saRoot->swConfig.hostDirectAccessMode & 2 ) in saDelayedInterruptHandler()
1420 if(saRoot->swConfig.fatalErrorInterruptEnable) in saSystemInterruptsActive()
1422 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector ); in saSystemInterruptsActive()
2397 if( saRoot->swConfig.PCI_trigger & PCI_TRIGGER_COAL_IOMB_ERROR ) in mpiParseOBIomb()
2409 if( saRoot->swConfig.PCI_trigger & PCI_TRIGGER_COAL_INVALID ) in mpiParseOBIomb()
H A Dsaproto.h55 agsaSwConfig_t *swConfig
97 agsaSwConfig_t *swConfig,
914 void sidump_swConfig(agsaSwConfig_t *swConfig);
H A Dsatypes.h251 agsaSwConfig_t swConfig; /**< copy of swConfig */ member
H A Dmpidebug.c141 agsaSwConfig_t *swC = &saRoot->swConfig; in siEnableTracing()
H A Dsampirsp.c3900 if( saRoot->swConfig.PCI_trigger & PCI_TRIGGER_OFFSET_MISMATCH ) in mpiSSPEvent()
5044 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()
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c52 smSwConfig_t *swConfig, in smGetRequirements() argument
71 SM_ASSERT((agNULL != swConfig), ""); in smGetRequirements()
149 swConfig->maxActiveIOs = SM_MAX_IO; in smGetRequirements()
152 swConfig->numDevHandles = SM_MAX_DEV; in smGetRequirements()
163 smSwConfig_t *swConfig, in smInitialize() argument
187 SM_ASSERT((agNULL != swConfig), ""); in smInitialize()
290 gSMDebugLevel = swConfig->SMDebugLevel; in smInitialize()
/freebsd/sys/dev/pms/RefTisa/discovery/api/
H A Ddmapi.h60 dmSwConfig_t *swConfig,
83 dmSwConfig_t *swConfig,
/freebsd/sys/dev/pms/RefTisa/sat/api/
H A Dsmapi.h56 smSwConfig_t *swConfig,
74 smSwConfig_t *swConfig,
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c50 dmSwConfig_t *swConfig, in dmGetRequirements() argument
68 DM_ASSERT((agNULL != swConfig), ""); in dmGetRequirements()
175 swConfig->numDevHandles = DM_MAX_DEV; in dmGetRequirements()
176 swConfig->itNexusTimeout = IT_NEXUS_TIMEOUT; /* default is 2000 ms*/ in dmGetRequirements()
197 swConfig->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 0); in dmGetRequirements()
201 swConfig->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 10); in dmGetRequirements()
205 DM_DBG1(("dmGetRequirements: swConfig->itNexusTimeout 0x%X\n", swConfig->itNexusTimeout)); in dmGetRequirements()
219 dmSwConfig_t *swConfig, in dmInitialize() argument
245 DM_ASSERT((agNULL != swConfig), ""); in dmInitialize()
442 gDMDebugLevel = swConfig->DMDebugLevel; in dmInitialize()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h83 agsaSwConfig_t *swConfig,
93 agsaSwConfig_t *swConfig,