Searched refs:DODEBUG (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c83 # define DODEBUG(level, action) if (level & debug_mask) action macro
85 # define DODEBUG(level, action) macro
321 DODEBUG(Start_End, printf("%s: ex_init: start\n", ifp->if_xname););
390 DODEBUG(Status, printf("OIDLE init\n"););
404 DODEBUG(Start_End, printf("%s: ex_init: finish\n", ifp->if_xname););
426 DODEBUG(Start_End, printf("ex_start%d: start\n", unit););
449 DODEBUG(Sent_Pkts, printf("1. Sending packet with %d data bytes. ", data_len););
463 DODEBUG(Sent_Pkts, printf("i=%d, avail=%d\n", i, avail););
499 DODEBUG(Sent_Pkts, printf("2. dest=%d, next=%d. ", dest, next););
513 DODEBUG(Sent_Pkt
[all...]

Completed in 59 milliseconds