Searched refs:sc_tq (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/sys/dev/glxsb/
H A Dglxsb.c186 struct taskqueue *sc_tq; /* task queue */ member in struct:glxsb_softc
309 sc->sc_tq = taskqueue_create("glxsb_taskq", M_NOWAIT | M_ZERO,
310 taskqueue_thread_enqueue, &sc->sc_tq);
311 if (sc->sc_tq == NULL) {
315 if (taskqueue_start_threads(&sc->sc_tq, 1, PI_NET, "%s taskq",
337 taskqueue_free(sc->sc_tq);
351 taskqueue_drain(sc->sc_tq, &sc->sc_cryptotask);
355 taskqueue_free(sc->sc_tq);
770 taskqueue_enqueue(sc->sc_tq, &sc->sc_cryptotask);
/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.h133 struct usb_process sc_tq; member in struct:ucom_super_softc
209 usbd_do_request_proc(udev,&(com)->sc_super->sc_tq,req,ptr,flags,NULL,timo)
H A Dusb_serial.c291 error = usb_proc_create(&ssc->sc_tq, mtx, "ucom", USB_PRI_MED);
353 usb_proc_drain(&ssc->sc_tq);
363 usb_proc_free(&ssc->sc_tq);
607 if (usb_proc_is_gone(&ssc->sc_tq)) {
617 usb_proc_msignal(&ssc->sc_tq, t0, t1);
634 usb_proc_mwait(&ssc->sc_tq, t0, t1);
671 return (usb_proc_is_gone(&ssc->sc_tq));
H A Dumcs.c960 err = usbd_do_request_proc(sc->sc_udev, &sc->sc_super_ucom.sc_tq, &req, (void *)data, 0, &len, UMCS7840_CTRL_TIMEOUT);
981 err = usbd_do_request_proc(sc->sc_udev, &sc->sc_super_ucom.sc_tq, &req, NULL, 0, NULL, UMCS7840_CTRL_TIMEOUT);
1005 err = usbd_do_request_proc(sc->sc_udev, &sc->sc_super_ucom.sc_tq, &req, (void *)data, 0, &len, UMCS7840_CTRL_TIMEOUT);
1030 err = usbd_do_request_proc(sc->sc_udev, &sc->sc_super_ucom.sc_tq, &req, NULL, 0, NULL, UMCS7840_CTRL_TIMEOUT);
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_misc.h151 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask);
H A Dif_ath_rx_edma.c331 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask);
355 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask);
371 while (taskqueue_cancel(sc->sc_tq, &sc->sc_rxtask, NULL) != 0) {
372 taskqueue_drain(sc->sc_tq, &sc->sc_rxtask);
663 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask);
H A Dif_ath.c757 sc->sc_tq = taskqueue_create("ath_taskq", M_NOWAIT,
758 taskqueue_thread_enqueue, &sc->sc_tq);
759 taskqueue_start_threads(&sc->sc_tq, 1, PI_NET, "%s taskq",
1432 taskqueue_free(sc->sc_tq);
1925 taskqueue_block(sc->sc_tq);
2185 taskqueue_enqueue(sc->sc_tq, &sc->sc_fataltask);
2297 taskqueue_enqueue(sc->sc_tq, &sc->sc_txtask);
2301 taskqueue_enqueue(sc->sc_tq, &sc->sc_bmisstask);
2820 taskqueue_unblock(sc->sc_tq);
2910 taskqueue_block(sc->sc_tq);
[all...]
H A Dif_ath_rx.c1223 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask);
1523 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask);
1531 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask);
H A Dif_ath_tdma.c635 taskqueue_enqueue(sc->sc_tq, &sc->sc_bstucktask);
H A Dif_ath_beacon.c458 taskqueue_enqueue(sc->sc_tq, &sc->sc_bstucktask);
H A Dif_ath_sysctl.c716 taskqueue_enqueue(sc->sc_tq, &sc->sc_bstucktask);
/freebsd-13-stable/sys/dev/wtap/
H A Dif_wtapvar.h141 struct taskqueue *sc_tq; /* private task queue */ member in struct:wtap_softc
H A Dif_wtap.c437 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask);
589 sc->sc_tq = taskqueue_create("wtap_taskq", M_NOWAIT | M_ZERO,
590 taskqueue_thread_enqueue, &sc->sc_tq);
591 taskqueue_start_threads(&sc->sc_tq, 1, PI_SOFT, "%s taskQ", sc->name);
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c213 sc->sc_tq = taskqueue_create_fast("cas_taskq", M_WAITOK,
214 taskqueue_thread_enqueue, &sc->sc_tq);
215 if (sc->sc_tq == NULL) {
220 error = taskqueue_start_threads(&sc->sc_tq, 1, PI_NET, "%s taskq",
471 taskqueue_free(sc->sc_tq);
489 taskqueue_drain(sc->sc_tq, &sc->sc_intr_task);
490 taskqueue_drain(sc->sc_tq, &sc->sc_tx_task);
492 taskqueue_free(sc->sc_tq);
1944 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task);
1958 taskqueue_enqueue(sc->sc_tq,
[all...]
H A Dif_casvar.h141 struct taskqueue *sc_tq; member in struct:cas_softc
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwmvar.h502 struct taskqueue *sc_tq; member in struct:iwm_softc
H A Dif_iwm.c5061 taskqueue_enqueue(sc->sc_tq, &sc->sc_rftoggle_task);
5823 taskqueue_enqueue(sc->sc_tq, &sc->sc_rftoggle_task);
6032 sc->sc_tq = taskqueue_create("iwm_taskq", M_WAITOK,
6033 taskqueue_thread_enqueue, &sc->sc_tq);
6034 error = taskqueue_start_threads(&sc->sc_tq, 1, 0, "iwm_taskq");
6606 taskqueue_drain_all(sc->sc_tq);
6607 taskqueue_free(sc->sc_tq);
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwlvar.h261 struct taskqueue *sc_tq; /* private task queue */ member in struct:mwl_softc
H A Dif_mwl.c355 sc->sc_tq = taskqueue_create("mwl_taskq", M_NOWAIT,
356 taskqueue_thread_enqueue, &sc->sc_tq);
357 taskqueue_start_threads(&sc->sc_tq, 1, PI_NET,
820 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask);
822 taskqueue_enqueue(sc->sc_tq, &sc->sc_txtask);
824 taskqueue_enqueue(sc->sc_tq, &sc->sc_bawatchdogtask);
843 taskqueue_enqueue(sc->sc_tq, &sc->sc_radartask);
847 taskqueue_enqueue(sc->sc_tq, &sc->sc_chanswitchtask);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwnvar.h318 struct taskqueue *sc_tq; member in struct:iwn_softc
H A Dif_iwn.c691 sc->sc_tq = taskqueue_create("iwn_taskq", M_WAITOK,
692 taskqueue_thread_enqueue, &sc->sc_tq);
693 error = taskqueue_start_threads(&sc->sc_tq, 1, 0, "iwn_taskq");
1412 taskqueue_drain_all(sc->sc_tq);
1413 taskqueue_free(sc->sc_tq);
3180 taskqueue_enqueue(sc->sc_tq, &sc->sc_xmit_task);
4316 taskqueue_enqueue(sc->sc_tq, &sc->sc_rftoggle_task);
4332 taskqueue_enqueue(sc->sc_tq, &sc->sc_panic_task);
5216 taskqueue_enqueue(sc->sc_tq, &sc->sc_rftoggle_task);
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwivar.h617 struct taskqueue *sc_tq; member in struct:bwi_softc
H A Dif_bwi.c369 sc->sc_tq = taskqueue_create("bwi_taskq", M_NOWAIT | M_ZERO,
370 taskqueue_thread_enqueue, &sc->sc_tq);
371 taskqueue_start_threads(&sc->sc_tq, 1, PI_NET, "%s taskq",
575 taskqueue_free(sc->sc_tq);
1444 taskqueue_enqueue(sc->sc_tq, &sc->sc_restart_task);
1600 taskqueue_enqueue(sc->sc_tq, &sc->sc_restart_task);
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwnvar.h1053 struct taskqueue *sc_tq; /* private task queue */ member in struct:bwn_softc
H A Dif_bwn.c872 taskqueue_drain(sc->sc_tq, &mac->mac_intrtask);
873 taskqueue_free(sc->sc_tq);
904 sc->sc_tq = taskqueue_create_fast("bwn_taskq", M_NOWAIT,
905 taskqueue_thread_enqueue, &sc->sc_tq);
906 taskqueue_start_threads(&sc->sc_tq, 1, PI_NET,
5073 taskqueue_enqueue(sc->sc_tq, &mac->mac_intrtask);

Completed in 392 milliseconds

12