Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/xl/
H A Dif_xl.c310 if (sc->xl_flags & XL_FLAG_FUNCREG) in xl_enable_intrs()
1174 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK | in xl_attach()
1186 sc->xl_flags |= XL_FLAG_FUNCREG; in xl_attach()
1195 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK; in xl_attach()
1279 if (sc->xl_flags & XL_FLAG_FUNCREG) { in xl_attach()
3164 if (sc->xl_flags & XL_FLAG_FUNCREG) in xl_stop()
H A Dif_xlreg.h570 #define XL_FLAG_FUNCREG 0x0001 macro