Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c85 static int upf_debug = DEBUG_LEVEL; variable
86 #define DPRINTF(n, args) if (upf_debug > (n)) cmn_err args
583 if (upf_debug > 3) { in upf_rx_make_packet()