Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dspcdefs.h179 bit32 IOPeventLogOption; /**< DW1B Option of IOP Event log */ member
H A Dmpi.h262 bit32 IOPeventLogOption; /**< Option of IOP Event log */ member
H A Dsainit.c1606 mpiConfig->mainConfig.IOPeventLogOption = 0; in siConfiguration()
1664 mpiConfig->mainConfig.IOPeventLogOption = swConfig->eventLog2Option; in siConfiguration()
2048 mainCfg.IOPeventLogOption = config->mainConfig.IOPeventLogOption; in mpiInitialize()
2077 SA_DBG3(("mpiInitialize: IOPeventLogOption 0x%x\n", mainCfg.IOPeventLogOption)); in mpiInitialize()
2121 saRoot->mainConfigTable.IOPeventLogOption = mainCfg.IOPeventLogOption; in mpiInitialize()
2217 …gRoot, pcibar, (bit32)(MSGUCfgTblDWIdx + MAIN_IOP_EVENT_LOG_OPTION), mainCfg.IOPeventLogOption); in mpiInitialize()
2228 …n 0x%x\n",(bit32)(MSGUCfgTblDWIdx + MAIN_IOP_EVENT_LOG_OPTION), mainCfg.IOPeventLogOption )); in mpiInitialize()
2825 saRoot->mainConfigTable.IOPeventLogOption = value; in mpiInitialize()
2837 saRoot->mainConfigTable.IOPeventLogOption, in mpiInitialize()
H A Dsaioctlcmd.c1360 eventLogInfo->eventLog2Option = saRoot->mainConfigTable.IOPeventLogOption; in saGetControllerEventLogInfo()