Home
last modified time | relevance | path

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

/trueos/sys/dev/oce/
HDoce_if.h106 #define IS_XE201(sc) ((sc->flags & OCE_FLAGS_XE201) ? 1:0)
778 #define OCE_FLAGS_XE201 0x00000400 macro
HDoce_if.c264 sc->flags |= OCE_FLAGS_XE201; in oce_probe()