Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h84 extern u32_t g_dbg_flags;
92 #define DBG_BREAK_ON(_cond) (GET_FLAGS(g_dbg_flags, _cond) != 0)
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c55 u32_t g_dbg_flags = 0; variable