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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 545 * que_wq's "enqueued flag" is not required, because twice
549 struct workqueue *que_wq; member in struct:ixgbe_softc
ixv.c 1572 if (sc->que_wq != NULL)
1573 workqueue_destroy(sc->que_wq);
3329 workqueue_enqueue(sc->que_wq,
3449 error = workqueue_create(&sc->que_wq, wqname,
ixgbe.c 2791 * sc->que_wq is bound to each CPU instead of
2806 workqueue_enqueue(sc->que_wq, &que->wq_cookie, curcpu());
3664 if (sc->que_wq != NULL)
3665 workqueue_destroy(sc->que_wq);
6836 error = workqueue_create(&sc->que_wq, wqname,
7004 error = workqueue_create(&sc->que_wq, wqname,

Completed in 117 milliseconds