Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_base_logger.h72 #define SCI_BASE_LOGGER_MAX_VERBOSITY_LEVELS 5 macro
94 U32 object_mask[SCI_BASE_LOGGER_MAX_VERBOSITY_LEVELS];
H A Dsci_base_logger.c285 for (index = 0; index < SCI_BASE_LOGGER_MAX_VERBOSITY_LEVELS; index++) in sci_base_logger_construct()