Home
last modified time | relevance | path

Searched refs:SCI_BASE_LOGGER_MAX_VERBOSITY_LEVELS (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
Dsci_base_logger.h74 #define SCI_BASE_LOGGER_MAX_VERBOSITY_LEVELS 5 macro
96 U32 object_mask[SCI_BASE_LOGGER_MAX_VERBOSITY_LEVELS];
Dsci_base_logger.c287 for (index = 0; index < SCI_BASE_LOGGER_MAX_VERBOSITY_LEVELS; index++) in sci_base_logger_construct()