Home
last modified time | relevance | path

Searched defs:_cond (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h92 #define DBG_BREAK_ON(_cond) (GET_FLAGS(g_dbg_flags, _cond) != 0) argument
264 #define DbgBreakIfAll(_cond) do {\ argument
282 #define DbgBreakIfAll(_cond) do {\ argument
295 #define DbgBreakIfAll(_cond) d argument
346 DbgBreakIfAll(_cond) global() argument
365 DbgBreakIfAll(_cond) global() argument
462 DbgBreakIf(_cond) global() argument
476 DbgBreakIfFastPath(_cond) global() argument
544 DbgBreakIf(_cond) global() argument
561 DbgBreakIfFastPath(_cond) global() argument
607 DbgBreakIf(_cond) global() argument
625 DbgBreakIfFastPath(_cond) global() argument
726 DbgBreakIfFastPath(_cond) global() argument
736 DbgBreakIf(_cond) global() argument
739 DbgBreakIfFastPath(_cond) global() argument
821 DbgBreakIfFastPath(_cond) global() argument
859 DbgBreakIf(_cond) global() argument
864 DbgBreakIfNoLog(_cond) global() argument
869 DbgBreakIfFastPath(_cond) global() argument
874 DbgBreakIf(_cond) global() argument
877 DbgBreakIfFastPath(_cond) global() argument
[all...]
/titanic_52/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.h89 #define DbgBreakIf(_cond) \ argument
120 #define BnxeDbgBreakIf(_c, _cond) \ argument
131 #define BnxeDbgBreakIfFastPath(_c, _cond) BnxeDbgBreakIf(_c, _cond) argument