Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Dif_igc.h195 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
/freebsd/sys/dev/e1000/
H A Dif_em.h333 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h176 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
H A Dif_ix.c1481 IOCTL_DEBUGOUT1( in ixgbe_if_priv_ioctl()