Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDspcdefs.h180 bit32 IOPeventLogOption; /**< DW1B Option of IOP Event log */ member
HDmpi.h263 bit32 IOPeventLogOption; /**< Option of IOP Event log */ member
HDsainit.c1607 mpiConfig->mainConfig.IOPeventLogOption = 0; in siConfiguration()
1665 mpiConfig->mainConfig.IOPeventLogOption = swConfig->eventLog2Option; in siConfiguration()
2049 mainCfg.IOPeventLogOption = config->mainConfig.IOPeventLogOption; in mpiInitialize()
2078 SA_DBG3(("mpiInitialize: IOPeventLogOption 0x%x\n", mainCfg.IOPeventLogOption)); in mpiInitialize()
2122 saRoot->mainConfigTable.IOPeventLogOption = mainCfg.IOPeventLogOption; in mpiInitialize()
2218 …gRoot, pcibar, (bit32)(MSGUCfgTblDWIdx + MAIN_IOP_EVENT_LOG_OPTION), mainCfg.IOPeventLogOption); in mpiInitialize()
2229 …n 0x%x\n",(bit32)(MSGUCfgTblDWIdx + MAIN_IOP_EVENT_LOG_OPTION), mainCfg.IOPeventLogOption )); in mpiInitialize()
2826 saRoot->mainConfigTable.IOPeventLogOption = value; in mpiInitialize()
2838 saRoot->mainConfigTable.IOPeventLogOption, in mpiInitialize()
HDsaioctlcmd.c1361 eventLogInfo->eventLog2Option = saRoot->mainConfigTable.IOPeventLogOption; in saGetControllerEventLogInfo()