atw_debug         153 dev/ic/atw.c   int atw_debug = 0;
atw_debug         155 dev/ic/atw.c   #define ATW_DPRINTF(x)	if (atw_debug > 0) printf x
atw_debug         156 dev/ic/atw.c   #define ATW_DPRINTF2(x)	if (atw_debug > 1) printf x
atw_debug         157 dev/ic/atw.c   #define ATW_DPRINTF3(x)	if (atw_debug > 2) printf x
atw_debug        1562 dev/ic/atw.c   	if (atw_debug < 3 || (ifp->if_flags & IFF_DEBUG) == 0)
atw_debug        1789 dev/ic/atw.c   	if (atw_debug < 3 || (ifp->if_flags & IFF_DEBUG) == 0)
atw_debug        2831 dev/ic/atw.c   		if (atw_debug > 1 && status) {
atw_debug        3276 dev/ic/atw.c   		if ((ifp->if_flags & IFF_DEBUG) != 0 && atw_debug > 2) {
atw_debug        3812 dev/ic/atw.c   		if ((ifp->if_flags & IFF_DEBUG) != 0 && atw_debug > 2) {
atw_debug        3945 dev/ic/atw.c   		if ((ifp->if_flags & IFF_DEBUG) != 0 && atw_debug > 2) {