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

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_debug.h64 #define IOCTL_DEBUGOUT(...) if (DEBUG_IOCTL) _DBG_PRINTF(__VA_ARGS__) macro
83 #define IOCTL_DEBUGOUT(...) macro
H A Dif_ixl.c1441 IOCTL_DEBUGOUT("ixl_if_multi_set: begin");
1455 IOCTL_DEBUGOUT("ixl_if_multi_set: end");
1464 IOCTL_DEBUGOUT("ioctl: SIOCSIFMTU (Set Interface MTU)");
H A Dif_iavf.c1243 IOCTL_DEBUGOUT("iavf_if_multi_set: begin");
1269 IOCTL_DEBUGOUT("ioctl: SIOCSIFMTU (Set Interface MTU)");
H A Dixl_pf_main.c538 IOCTL_DEBUGOUT("ixl_add_multi: begin");
556 IOCTL_DEBUGOUT("ixl_add_multi: end");
578 IOCTL_DEBUGOUT("ixl_del_multi: begin");
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.h333 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") macro
H A Dif_em.c1224 IOCTL_DEBUGOUT("ioctl rcv'd: SIOCSIFMTU (Set Interface MTU)");
1718 IOCTL_DEBUGOUT("em_set_multi: begin");
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h182 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") macro
H A Dif_ixv.c576 IOCTL_DEBUGOUT("ioctl: SIOCSIFMTU (Set Interface MTU)");
840 IOCTL_DEBUGOUT("ixv_if_multi_set: begin");
H A Dif_ix.c2906 IOCTL_DEBUGOUT("ioctl: SIOCIFMTU (Set Interface MTU)");
3361 IOCTL_DEBUGOUT("ixgbe_if_multi_set: begin");

Completed in 203 milliseconds