Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/virtual/virtio/net/
H A Dif_vtnetvar.h67 #define VTNET_FLAG_SUSPENDED 0x0002 macro
H A Dif_vtnet.c449 sc->vtnet_flags |= VTNET_FLAG_SUSPENDED; in vtnet_suspend()
467 sc->vtnet_flags &= ~VTNET_FLAG_SUSPENDED; in vtnet_resume()