Searched refs:IOPeventLogSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h262 bit32 IOPeventLogSize; /**< Size of IOP Event log, 0 means log disable */ member in struct:mpiHostLLConfigDescriptor_s
H A Dspcdefs.h179 bit32 IOPeventLogSize; /**< DW1A Size of IOP Event log, 0 means log disable */ member in struct:spc_configMainDescriptor_s
H A Dsainit.c1606 mpiConfig->mainConfig.IOPeventLogSize = MPI_LOGSIZE;
1664 mpiConfig->mainConfig.IOPeventLogSize = swConfig->sizefEventLog2 * KBYTES;
2039 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.IOPeventLogSize)
2048 mainCfg.IOPeventLogSize = config->mainConfig.IOPeventLogSize;
2077 SA_DBG3(("mpiInitialize: IOPeventLogSize 0x%x\n", mainCfg.IOPeventLogSize));
2121 saRoot->mainConfigTable.IOPeventLogSize = mainCfg.IOPeventLogSize;
2217 ossaHwRegWriteExt(agRoot, pcibar, (bit32)(MSGUCfgTblDWIdx + MAIN_IOP_EVENT_LOG_BUFF_SIZE), mainCfg.IOPeventLogSize);
[all...]
H A Dmpi.c89 memoryMap->region[memoryMap->count].elementSize = sizeof(bit8) * config->mainConfig.IOPeventLogSize;
90 memoryMap->region[memoryMap->count].totalLength = sizeof(bit8) * config->mainConfig.IOPeventLogSize;
93 SA_DBG2(("mpiRequirementsGet:IOPeventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap->count].totalLength ));

Completed in 107 milliseconds