Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
H A Doce_if.h107 #define IS_XE201(sc) ((sc->flags & OCE_FLAGS_XE201) ? 1:0)
788 #define OCE_FLAGS_XE201 0x00000400 macro
H A Doce_if.c205 sc->flags |= OCE_FLAGS_XE201; in oce_probe()