Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A Dif_igbv.c224 if (!sc->vf_queue_retry_initialized) in igbv_queue_retry_detach()
228 sc->vf_queue_retry_initialized = false; in igbv_queue_retry_detach()
235 if (!sc->vf_queue_retry_initialized) in igbv_queue_retry_stop()
261 if (sc->vf_queue_retry_initialized) in igbv_queue_retry_succeeded()
394 sc->vf_queue_retry_initialized = true; in igbv_if_attach_pre()
H A Dif_em.h711 bool vf_queue_retry_initialized; member