Searched refs:NGE_XDB (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge.h | 942 #define NGE_XDB(b, w, f, args) NGE_DDB(if ((b) & (w)) f args) macro 943 #define NGE_GDB(b, args) NGE_XDB(b, nge_debug, (*nge_gdb()), args) 944 #define NGE_LDB(b, args) NGE_XDB(b, ngep->debug, \ 946 #define NGE_CDB(f, args) NGE_XDB(NGE_DBG, ngep->debug, f, args)
|