Home
last modified time | relevance | path

Searched refs:taskqueue_create (Results 51 – 62 of 62) sorted by relevance

123

/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c2758 be_lun->io_taskqueue = taskqueue_create("ctlblocktq", M_WAITOK, in ctl_be_block_create()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.c594 sc->bp_taskq = taskqueue_create(tq_name, M_WAITOK, in dpaa2_ni_attach()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c367 sc->sc_tq = taskqueue_create("bwi_taskq", M_NOWAIT | M_ZERO, in bwi_attach()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c583 sc->tq = taskqueue_create("cxgb_taskq", M_NOWAIT, in cxgb_controller_attach()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c353 sc->sc_tq = taskqueue_create("mwl_taskq", M_NOWAIT, in mwl_attach()
/freebsd/sys/dev/ath/
H A Dif_ath.c756 sc->sc_tq = taskqueue_create("ath_taskq", M_NOWAIT, in ath_attach()
/freebsd/sys/dev/mxge/
H A Dif_mxge.c4616 sc->tq = taskqueue_create("mxge_taskq", M_WAITOK, in mxge_attach()
/freebsd/sys/cam/
H A Dcam_xpt.c893 xsoftc.xpt_taskq = taskqueue_create("CAM XPT task", M_WAITOK, in xpt_init()
/freebsd/sys/dev/bxe/
H A Dbxe.c9177 sc->sp_tq = taskqueue_create(sc->sp_tq_name, M_NOWAIT, in bxe_interrupt_attach()
9190 fp->tq = taskqueue_create(fp->tq_name, M_NOWAIT, in bxe_interrupt_attach()
16238 sc->chip_tq = taskqueue_create(sc->chip_tq_name, M_NOWAIT, in bxe_attach()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5937 sc->sc_tq = taskqueue_create("iwm_taskq", M_WAITOK, in iwm_attach()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6670 sc->tq[i] = taskqueue_create("t4 taskq", M_NOWAIT, in adapter_full_init()
13179 reset_tq = taskqueue_create("t4_rst_tq", M_WAITOK, in mod_event()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c688 sc->sc_tq = taskqueue_create("iwn_taskq", M_WAITOK, in iwn_attach()

123