Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dre.h907 u_int8_t driver_detach; member
H A Dre.c4905 sc->driver_detach = 0; in re_attach()
5382 sc->driver_detach = 1; in re_detach()
7999 if ((sc->driver_detach == 1) || (sc->rx_fifo_overflow != 0)) { in re_start()