Searched refs:sc_workq_txrx (Results 1 – 2 of 2) sorted by relevance
579 struct workqueue *sc_workq_txrx; member1296 rv = workqueue_create(&sc->sc_workq_txrx, xnamebuf, ixl_handle_queue_wk, in ixl_attach()1299 sc->sc_workq_txrx = NULL; in ixl_attach()1491 if (sc->sc_workq_txrx != NULL) { in ixl_detach()1492 workqueue_destroy(sc->sc_workq_txrx); in ixl_detach()1493 sc->sc_workq_txrx = NULL; in ixl_detach()1555 if (sc->sc_workq_txrx != NULL) { in ixl_workqs_teardown()1556 workqueue_destroy(sc->sc_workq_txrx); in ixl_workqs_teardown()1557 sc->sc_workq_txrx = NULL; in ixl_workqs_teardown()2246 workqueue_wait(sc->sc_workq_txrx, in ixl_stop_locked()[all …]
406 struct workqueue *sc_workq_txrx; member871 error = workqueue_create(&sc->sc_workq_txrx, xnamebuf, in iavf_attach()875 sc->sc_workq_txrx = NULL; in iavf_attach()1028 if (sc->sc_workq_txrx != NULL) { in iavf_finalize_teardown()1029 workqueue_destroy(sc->sc_workq_txrx); in iavf_finalize_teardown()1030 sc->sc_workq_txrx = NULL; in iavf_finalize_teardown()1194 workqueue_wait(sc->sc_workq_txrx, in iavf_stop_locked()3112 workqueue_enqueue(sc->sc_workq_txrx, &qp->qp_work, NULL); in iavf_sched_handle_queue()