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

/freebsd-10.3-release/sys/dev/pdq/
H A Dpdq_freebsd.h108 #define PDQIF_DOWNCALL 0x0001 /* active calling from if to pdq */ macro
H A Dpdq_ifsubr.c165 sc->sc_flags |= PDQIF_DOWNCALL;
208 sc->sc_flags &= ~PDQIF_DOWNCALL;
275 if ((sc->sc_flags & PDQIF_DOWNCALL) == 0)

Completed in 38 milliseconds