• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/

Lines Matching defs:SwConfig

733   agsaSwConfig_t      SwConfig;
804 SwConfig.maxActiveIOs = DEFAULT_MAX_ACTIVE_IOS;
805 SwConfig.numDevHandles = DEFAULT_MAX_DEV;
806 SwConfig.smpReqTimeout = DEFAULT_SMP_TIMEOUT; /* DEFAULT_VALUE; */
807 SwConfig.numberOfEventRegClients = DEFAULT_NUM_REG_CLIENTS;
808 SwConfig.sizefEventLog1 = HOST_EVENT_LOG_SIZE; /* in KBytes */
809 SwConfig.sizefEventLog2 = HOST_EVENT_LOG_SIZE; /* in KBytes */
810 SwConfig.eventLog1Option = DEFAULT_EVENT_LOG_OPTION;
811 SwConfig.eventLog2Option = DEFAULT_EVENT_LOG_OPTION;
812 SwConfig.fatalErrorInterruptEnable = 1;
813 SwConfig.fatalErrorInterruptVector = 0; /* Was 1 */
814 SwConfig.hostDirectAccessSupport = 0;
815 SwConfig.hostDirectAccessMode = 0;
816 SwConfig.FWConfig = 0;
817 SwConfig.enableDIF = agFALSE;
818 SwConfig.enableEncryption = agFALSE;
821 SwConfig.disableMDF = agFALSE;
825 SwConfig.sallDebugLevel = 1; /* DEFAULT_VALUE; */
830 SwConfig.PCI_trigger = 0; /* DEFAULT_VALUE; */
856 SwConfig.param3 = (void *)&QueueConfig;
877 SwConfig.numDevHandles = osti_strtoul (buffer, &pLastUsedChar, 0);
881 SwConfig.numDevHandles = osti_strtoul (buffer, &pLastUsedChar, 10);
883 TI_DBG2(("tdsaLoLevelGetResource: MaxTargets %d\n", SwConfig.numDevHandles));
984 SwConfig.maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 0);
988 SwConfig.maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 10);
1016 SwConfig.smpReqTimeout = osti_strtoul (buffer, &pLastUsedChar, 0);
1020 SwConfig.smpReqTimeout = osti_strtoul (buffer, &pLastUsedChar, 10);
1046 SwConfig.numberOfEventRegClients = osti_strtoul (buffer, &pLastUsedChar, 0);
1050 SwConfig.numberOfEventRegClients = osti_strtoul (buffer, &pLastUsedChar, 10);
1074 SwConfig.sallDebugLevel = osti_strtoul (buffer, &pLastUsedChar, 0);
1078 SwConfig.sallDebugLevel = osti_strtoul (buffer, &pLastUsedChar, 10);
1752 tdsaPrintSwConfig(&SwConfig);
1792 SwConfig.sizefEventLog1 = osti_strtoul (buffer, &pLastUsedChar, 0);
1796 SwConfig.sizefEventLog1 = osti_strtoul (buffer, &pLastUsedChar, 10);
1820 SwConfig.eventLog1Option = osti_strtoul (buffer, &pLastUsedChar, 0);
1824 SwConfig.eventLog1Option = osti_strtoul (buffer, &pLastUsedChar, 10);
1848 SwConfig.sizefEventLog2 = osti_strtoul (buffer, &pLastUsedChar, 0);
1852 SwConfig.sizefEventLog2 = osti_strtoul (buffer, &pLastUsedChar, 10);
1876 SwConfig.eventLog2Option = osti_strtoul (buffer, &pLastUsedChar, 0);
1880 SwConfig.eventLog2Option = osti_strtoul (buffer, &pLastUsedChar, 10);
1908 SwConfig.hostDirectAccessSupport = osti_strtoul (buffer, &pLastUsedChar, 0);
1912 SwConfig.hostDirectAccessSupport = osti_strtoul (buffer, &pLastUsedChar, 10);
1936 SwConfig.hostDirectAccessMode = osti_strtoul (buffer, &pLastUsedChar, 0);
1940 SwConfig.hostDirectAccessMode = osti_strtoul (buffer, &pLastUsedChar, 10);
1968 SwConfig.FWConfig = osti_strtoul (buffer, &pLastUsedChar, 0);
1972 SwConfig.FWConfig = osti_strtoul (buffer, &pLastUsedChar, 10);
1991 SwConfig.TraceBufferSize = 0;
2008 SwConfig.TraceBufferSize = osti_strtoul (buffer, &pLastUsedChar, 0);
2012 SwConfig.TraceBufferSize = osti_strtoul (buffer, &pLastUsedChar, 10);
2014 TI_DBG2(("tdsaLoLevelGetResource: SwConfig.TraceBufferSize %d\n",SwConfig.TraceBufferSize));
2019 SwConfig.mpiContextTable = agNULL;
2020 SwConfig.mpiContextTablelen = 0;
2047 &SwConfig,
2190 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors;
2191 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors;
2192 loResource->loLevelOption.flag = SwConfig.legacyInt_X;
2281 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors;
2282 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors;
2283 loResource->loLevelOption.flag = SwConfig.legacyInt_X;
2372 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors;
2373 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors;
2374 loResource->loLevelOption.flag = SwConfig.legacyInt_X;
2435 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors;
2436 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors;
2437 loResource->loLevelOption.flag = SwConfig.legacyInt_X;