Home
last modified time | relevance | path

Searched refs:NET_TASK_INIT (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/sys/
H A Depoch.h112 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK) macro
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.c167 NET_TASK_INIT(&ch->cleanup_task, 0, cleanup_task_fn, ch); in dpaa2_chan_setup()
168 NET_TASK_INIT(&ch->bp_task, 0, dpaa2_chan_bp_task, ch); in dpaa2_chan_setup()
/freebsd/sys/dev/wtap/
H A Dif_wtap.c647 NET_TASK_INIT(&sc->sc_rxtask, 0, wtap_rx_proc, sc); in wtap_attach()
/freebsd/sys/dev/gve/
H A Dgve_rx.c241 NET_TASK_INIT(&com->cleanup_task, 0, gve_rx_cleanup_tq, rx); in gve_start_rx_ring()
H A Dgve_tx.c212 NET_TASK_INIT(&com->cleanup_task, 0, gve_tx_cleanup_tq, tx); in gve_start_tx_ring()
/freebsd/sys/net/
H A Dif_epair.c531 NET_TASK_INIT(&q->tx_task, 0, epair_tx_start_deferred, q); in epair_alloc_sc()
/freebsd/sys/dev/liquidio/base/
H A Dlio_droq.c331 NET_TASK_INIT(&droq->droq_task, 0, lio_droq_bh, (void *)droq); in lio_init_droq()
/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c934 NET_TASK_INIT(&cq->cmp_task, 0, nicvf_cmp_task, cq); in nicvf_init_cmp_queue()
1579 NET_TASK_INIT(&qs->qs_err_task, 0, nicvf_qs_err_task, nic); in nicvf_alloc_resources()
/freebsd/sys/dev/smc/
H A Dif_smc.c392 NET_TASK_INIT(&sc->smc_rx, SMC_RX_PRIORITY, smc_task_rx, ifp); in smc_attach()
/freebsd/sys/dev/mana/
H A Dmana_en.c2186 NET_TASK_INIT(&cq->cleanup_task, 0, mana_poll, cq); in mana_create_txq()
2459 NET_TASK_INIT(&cq->cleanup_task, 0, mana_poll, cq); in mana_create_rxq()
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c686 NET_TASK_INIT(&pq->task, 0, ptnet_rx_task, pq); in ptnet_irqs_init()
/freebsd/sys/dev/malo/
H A Dif_malo.c251 NET_TASK_INIT(&sc->malo_rxtask, 0, malo_rx_proc, sc); in malo_attach()
/freebsd/sys/dev/qlxgbe/
H A Dql_os.c1518 NET_TASK_INIT(&fp->fp_task, 0, qla_fp_taskqueue, fp); in qla_create_fp_taskqueues()
/freebsd/sys/dev/vr/
H A Dif_vr.c668 NET_TASK_INIT(&sc->vr_inttask, 0, vr_int_task, sc); in vr_attach()
/freebsd/sys/dev/xl/
H A Dif_xl.c1209 NET_TASK_INIT(&sc->xl_task, 0, xl_rxeof_task, sc); in xl_attach()
/freebsd/sys/dev/cas/
H A Dif_cas.c204 NET_TASK_INIT(&sc->sc_intr_task, 0, cas_intr_task, sc); in cas_attach()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c2505 NET_TASK_INIT(&rx_ring->enqueue_task, 0, al_eth_rx_recv_work, rx_ring); in al_eth_setup_rx_resources()
/freebsd/sys/dev/ale/
H A Dif_ale.c465 NET_TASK_INIT(&sc->ale_int_task, 0, ale_int_task, sc); in ale_attach()
/freebsd/sys/dev/nfe/
H A Dif_nfe.c644 NET_TASK_INIT(&sc->nfe_int_task, 0, nfe_int_task, sc); in nfe_attach()
/freebsd/sys/dev/re/
H A Dif_re.c1655 NET_TASK_INIT(&sc->rl_inttask, 0, re_int_task, sc); in re_attach()
/freebsd/sys/dev/ena/
H A Dena.c1590 NET_TASK_INIT(&queue->cleanup_task, 0, ena_cleanup, queue); in ena_create_io_queues()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c844 NET_TASK_INIT(&rxq->vtnrx_intrtask, 0, vtnet_rxq_tq_intr, rxq); in vtnet_init_rxq()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c358 NET_TASK_INIT(&sc->sc_rxtask, 0, mwl_rx_proc, sc); in mwl_attach()
/freebsd/sys/dev/alc/
H A Dif_alc.c1391 NET_TASK_INIT(&sc->alc_int_task, 0, alc_int_task, sc); in alc_attach()
/freebsd/sys/dev/bge/
H A Dif_bge.c3301 NET_TASK_INIT(&sc->bge_intr_task, 0, bge_intr_task, sc); in bge_attach()

12