Home
last modified time | relevance | path

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

/titanic_50/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) do {\ argument
346 #define DbgBreakIfAll(_cond) DbgBreakIf(_cond) argument
365 #define DbgBreakIfAll(_cond) do {\ argument
462 #define DbgBreakIf(_cond) do {\ argument
476 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) argument
544 #define DbgBreakIf(_cond) do {\ argument
561 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) argument
[all …]
/titanic_50/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