HomeSort by: relevance | last modified time | path
    Searched refs:recovery_mode_timer_wq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 599 struct workqueue *recovery_mode_timer_wq; member in struct:ixgbe_softc
ixgbe.c 1288 error = workqueue_create(&sc->recovery_mode_timer_wq,
3675 if (sc->recovery_mode_timer_wq != NULL) {
3680 workqueue_wait(sc->recovery_mode_timer_wq,
3683 workqueue_destroy(sc->recovery_mode_timer_wq);
3684 sc->recovery_mode_timer_wq = NULL;
4753 workqueue_enqueue(sc->recovery_mode_timer_wq,

Completed in 17 milliseconds