Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_if.h115 #define IS_SH(sc) ((sc->flags & OCE_FLAGS_SH) ? 1 : 0)
782 #define OCE_FLAGS_SH 0x00001000 macro
H A Doce_if.c283 sc->flags |= OCE_FLAGS_SH; in oce_probe()