Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/sbsh/
HDif_sbsh.c146 enum State { NOT_LOADED, DOWN, ACTIVATION, ACTIVE }; enumerator
331 if ((ifp->if_flags & IFF_RUNNING) || sc->state == NOT_LOADED) { in sbsh_init()
377 sc->state = NOT_LOADED; in init_card()
485 if (sc->state == NOT_LOADED) { in sbsh_ioctl()