Home
last modified time | relevance | path

Searched refs:OCE_FLAGS_SH (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/oce/
HDoce_if.h113 #define IS_SH(sc) ((sc->flags & OCE_FLAGS_SH) ? 1 : 0)
792 #define OCE_FLAGS_SH 0x00001000 macro
HDoce_if.c287 sc->flags |= OCE_FLAGS_SH; in oce_probe()