Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1084 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK | in xl_attach()
1097 sc->xl_flags |= XL_FLAG_FUNCREG; in xl_attach()
1106 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK; in xl_attach()
1164 if (sc->xl_flags & XL_FLAG_FUNCREG) { in xl_attach()
2837 if (sc->xl_flags & XL_FLAG_FUNCREG) in xl_init_locked()
3049 if (sc->xl_flags & XL_FLAG_FUNCREG) in xl_ioctl()
3166 if (sc->xl_flags & XL_FLAG_FUNCREG) in xl_stop()
H A Dif_xlreg.h574 #define XL_FLAG_FUNCREG 0x0001 macro