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

/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c231 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ )
279 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ )
330 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ )
390 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ )
717 void sidump_swConfig(agsaSwConfig_t *swConfig) argument
719 SA_DBG2(("sidump_swConfig:swConfig->maxActiveIOs 0x%x\n",swConfig->maxActiveIOs ));
720 SA_DBG2(("sidump_swConfig:swConfig->numDevHandles 0x%x\n",swConfig->numDevHandles ));
721 SA_DBG2(("sidump_swConfig:swConfig
[all...]
H A Dsainit.c64 * \param swConfig Pointer to the software configuration
76 agsaSwConfig_t *swConfig,
89 SA_ASSERT((agNULL != swConfig), "");
97 SA_DBG1(("saGetRequirements:agRoot %p swConfig %p memoryRequirement %p usecsPerTick %p maxNumLocks %p\n",agRoot, swConfig,memoryRequirement,usecsPerTick,maxNumLocks));
101 /* Set the default/specified requirements swConfig from TD layer */
102 siConfiguration(agRoot, &mpiConfig, agNULL, swConfig);
121 memoryRequirement->agMemory[DEVICELINK_MEM_INDEX].numElements = swConfig->numDevHandles;
123 * swConfig->numDevHandles;
138 memoryRequirement->agMemory[IOREQLINK_MEM_INDEX].numElements = swConfig
74 saGetRequirements( agsaRoot_t *agRoot, agsaSwConfig_t *swConfig, agsaMemoryRequirement_t *memoryRequirement, bit32 *usecsPerTick, bit32 *maxNumLocks ) argument
303 saInitialize( agsaRoot_t *agRoot, agsaMemoryRequirement_t *memoryAllocated, agsaHwConfig_t *hwConfig, agsaSwConfig_t *swConfig, bit32 usecsPerTick ) argument
3796 siInitResources(agsaRoot_t *agRoot, agsaMemoryRequirement_t *memoryAllocated, agsaHwConfig_t *hwConfig, agsaSwConfig_t *swConfig, bit32 usecsPerTick) argument
[all...]
H A Dsatypes.h252 agsaSwConfig_t swConfig; /**< copy of swConfig */ member in struct:agsaLLRoot_s
H A Dsahw.c196 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs);
229 &saRoot->swConfig,
264 &saRoot->swConfig,
333 &saRoot->swConfig,
457 if (saRoot->swConfig.hostDirectAccessSupport && !saRoot->swConfig.hostDirectAccessMode)
491 &saRoot->swConfig,
2432 if(saRoot->swConfig.hostDirectAccessMode & 2 )
2593 if(saRoot->swConfig.hostDirectAccessMode & 2 )
H A Dsaproto.h56 agsaSwConfig_t *swConfig
98 agsaSwConfig_t *swConfig,
915 void sidump_swConfig(agsaSwConfig_t *swConfig);
H A Dsaint.c344 if (saRoot->swConfig.fatalErrorInterruptEnable != 1)
351 if (saRoot->swConfig.fatalErrorInterruptVector != interruptVectorIndex)
354 saRoot->swConfig.fatalErrorInterruptVector, interruptVectorIndex));
796 if( saRoot->swConfig.fatalErrorInterruptEnable &&
797 saRoot->swConfig.fatalErrorInterruptVector == interruptVectorIndex )
803 if(saRoot->swConfig.hostDirectAccessMode & 2 )
1421 if(saRoot->swConfig.fatalErrorInterruptEnable)
1423 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector );
2398 if( saRoot->swConfig.PCI_trigger & PCI_TRIGGER_COAL_IOMB_ERROR )
2410 if( saRoot->swConfig
[all...]
H A Dmpidebug.c142 agsaSwConfig_t *swC = &saRoot->swConfig;
H A Dsampirsp.c3904 if( saRoot->swConfig.PCI_trigger & PCI_TRIGGER_OFFSET_MISMATCH )
5048 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs),
5050 SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ].Tag != MARK_OFF),
5054 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs)
5115 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs),
5117 SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ].Tag != MARK_OFF),
5120 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs)
5170 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs),
5172 SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ].Tag != MARK_OFF),
5176 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig
[all...]
H A Dsassp.c1390 siDumpActiveIORequests(agRoot, saRoot->swConfig.maxActiveIOs);
/freebsd-10-stable/sys/dev/pms/RefTisa/discovery/api/
H A Ddmapi.h61 dmSwConfig_t *swConfig,
84 dmSwConfig_t *swConfig,
/freebsd-10-stable/sys/dev/pms/RefTisa/sat/api/
H A Dsmapi.h57 smSwConfig_t *swConfig,
75 smSwConfig_t *swConfig,
/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c53 smSwConfig_t *swConfig,
72 SM_ASSERT((agNULL != swConfig), "");
150 swConfig->maxActiveIOs = SM_MAX_IO;
153 swConfig->numDevHandles = SM_MAX_DEV;
164 smSwConfig_t *swConfig,
188 SM_ASSERT((agNULL != swConfig), "");
291 gSMDebugLevel = swConfig->SMDebugLevel;
51 smGetRequirements( smRoot_t *smRoot, smSwConfig_t *swConfig, smMemoryRequirement_t *memoryRequirement, bit32 *usecsPerTick, bit32 *maxNumLocks ) argument
160 smInitialize( smRoot_t *smRoot, agsaRoot_t *agRoot, smMemoryRequirement_t *memoryAllocated, smSwConfig_t *swConfig, bit32 usecsPerTick ) argument
/freebsd-10-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c51 dmSwConfig_t *swConfig,
69 DM_ASSERT((agNULL != swConfig), "");
176 swConfig->numDevHandles = DM_MAX_DEV;
177 swConfig->itNexusTimeout = IT_NEXUS_TIMEOUT; /* default is 2000 ms*/
198 swConfig->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 0);
202 swConfig->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 10);
206 DM_DBG1(("dmGetRequirements: swConfig->itNexusTimeout 0x%X\n", swConfig->itNexusTimeout));
213 ??? processing swConfig
220 dmSwConfig_t *swConfig,
49 dmGetRequirements( dmRoot_t *dmRoot, dmSwConfig_t *swConfig, dmMemoryRequirement_t *memoryRequirement, bit32 *usecsPerTick, bit32 *maxNumLocks) argument
216 dmInitialize( dmRoot_t *dmRoot, agsaRoot_t *agRoot, dmMemoryRequirement_t *memoryAllocated, dmSwConfig_t *swConfig, bit32 usecsPerTick ) argument
[all...]
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h84 agsaSwConfig_t *swConfig,
94 agsaSwConfig_t *swConfig,

Completed in 240 milliseconds