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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 529 struct workqueue *admin_wq; /* Link, SFP, PHY and FDIR */ member in struct:ixgbe_softc
ixv.c 1084 workqueue_enqueue(sc->admin_wq,
1462 workqueue_wait(sc->admin_wq, &sc->admin_wc);
1576 if (sc->admin_wq != NULL) {
1577 workqueue_destroy(sc->admin_wq);
1578 sc->admin_wq = NULL;
3487 error = workqueue_create(&sc->admin_wq, wqname,
ixgbe.c 1167 error = workqueue_create(&sc->admin_wq, wqname,
1556 workqueue_enqueue(sc->admin_wq,
3667 if (sc->admin_wq != NULL) {
3668 workqueue_destroy(sc->admin_wq);
3669 sc->admin_wq = NULL;
3737 workqueue_wait(sc->admin_wq, &sc->admin_wc);

Completed in 21 milliseconds