Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_debug.h45 IGB_LOG_TRACE = 4 enumerator
58 #define IGB_DEBUGFUNC(fmt) igb_log((NULL), (IGB_LOG_TRACE), (fmt))
H A Digb_log.c59 case IGB_LOG_TRACE: in igb_log()