Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dspcdefs.h178 bit32 IOPeventLogSize; /**< DW1A Size of IOP Event log, 0 means log disable */ member
H A Dmpi.h261 bit32 IOPeventLogSize; /**< Size of IOP Event log, 0 means log disable */ member
H A Dsainit.c1605 mpiConfig->mainConfig.IOPeventLogSize = MPI_LOGSIZE; in siConfiguration()
1663 mpiConfig->mainConfig.IOPeventLogSize = swConfig->sizefEventLog2 * KBYTES; in siConfiguration()
2038 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.IOPeventLogSize) in mpiInitialize()
2047 mainCfg.IOPeventLogSize = config->mainConfig.IOPeventLogSize; in mpiInitialize()
2076 SA_DBG3(("mpiInitialize: IOPeventLogSize 0x%x\n", mainCfg.IOPeventLogSize)); in mpiInitialize()
2120 saRoot->mainConfigTable.IOPeventLogSize = mainCfg.IOPeventLogSize; in mpiInitialize()
2216 …(agRoot, pcibar, (bit32)(MSGUCfgTblDWIdx + MAIN_IOP_EVENT_LOG_BUFF_SIZE), mainCfg.IOPeventLogSize); in mpiInitialize()
2227 … 0x%x\n",(bit32)(MSGUCfgTblDWIdx + MAIN_IOP_EVENT_LOG_BUFF_SIZE), mainCfg.IOPeventLogSize )); in mpiInitialize()
2820 …dress,saRoot->mainConfigTable.lowerIOPeventLogAddress,saRoot->mainConfigTable.IOPeventLogSize/4 )); in mpiInitialize()
2822 saRoot->mainConfigTable.IOPeventLogSize = value; in mpiInitialize()
[all …]
H A Dmpi.c88 …emoryMap->region[memoryMap->count].elementSize = sizeof(bit8) * config->mainConfig.IOPeventLogSize; in mpiRequirementsGet()
89 …emoryMap->region[memoryMap->count].totalLength = sizeof(bit8) * config->mainConfig.IOPeventLogSize; in mpiRequirementsGet()