Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c62 int e1000g_log_mode = E1000G_LOG_PRINT; variable
147 if ((e1000g_log_mode & E1000G_LOG_ALL) == E1000G_LOG_ALL) in e1000g_log()
149 else if (e1000g_log_mode & E1000G_LOG_DISPLAY) in e1000g_log()
151 else if (e1000g_log_mode & E1000G_LOG_PRINT) in e1000g_log()
H A De1000g_debug.h129 extern int e1000g_log_mode;