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

  /src/sys/dev/pci/
if_iavf.c 406 struct workqueue *sc_workq_txrx; member in struct:iavf_softc
871 error = workqueue_create(&sc->sc_workq_txrx, xnamebuf,
875 sc->sc_workq_txrx = NULL;
1028 if (sc->sc_workq_txrx != NULL) {
1029 workqueue_destroy(sc->sc_workq_txrx);
1030 sc->sc_workq_txrx = NULL;
1194 workqueue_wait(sc->sc_workq_txrx,
3116 workqueue_enqueue(sc->sc_workq_txrx, &qp->qp_work, NULL);
if_ixl.c 579 struct workqueue *sc_workq_txrx; member in struct:ixl_softc
1296 rv = workqueue_create(&sc->sc_workq_txrx, xnamebuf, ixl_handle_queue_wk,
1299 sc->sc_workq_txrx = NULL;
1491 if (sc->sc_workq_txrx != NULL) {
1492 workqueue_destroy(sc->sc_workq_txrx);
1493 sc->sc_workq_txrx = NULL;
1555 if (sc->sc_workq_txrx != NULL) {
1556 workqueue_destroy(sc->sc_workq_txrx);
1557 sc->sc_workq_txrx = NULL;
2246 workqueue_wait(sc->sc_workq_txrx,
    [all...]

Completed in 17 milliseconds