Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Depoch.h108 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK) macro
/freebsd-13.1/sys/net/
H A Dif_epair.c546 NET_TASK_INIT(&q->tx_task, 0, epair_tx_start_deferred, q); in epair_clone_create()
569 NET_TASK_INIT(&q->tx_task, 0, epair_tx_start_deferred, q); in epair_clone_create()
/freebsd-13.1/sys/dev/wtap/
H A Dif_wtap.c592 NET_TASK_INIT(&sc->sc_rxtask, 0, wtap_rx_proc, sc); in wtap_attach()
/freebsd-13.1/sys/dev/liquidio/base/
H A Dlio_droq.c332 NET_TASK_INIT(&droq->droq_task, 0, lio_droq_bh, (void *)droq); in lio_init_droq()
/freebsd-13.1/sys/dev/vnic/
H A Dnicvf_queues.c933 NET_TASK_INIT(&cq->cmp_task, 0, nicvf_cmp_task, cq); in nicvf_init_cmp_queue()
1578 NET_TASK_INIT(&qs->qs_err_task, 0, nicvf_qs_err_task, nic); in nicvf_alloc_resources()
/freebsd-13.1/sys/dev/smc/
H A Dif_smc.c400 NET_TASK_INIT(&sc->smc_rx, SMC_RX_PRIORITY, smc_task_rx, ifp); in smc_attach()
/freebsd-13.1/sys/dev/netmap/
H A Dif_ptnet.c702 NET_TASK_INIT(&pq->task, 0, ptnet_rx_task, pq); in ptnet_irqs_init()
/freebsd-13.1/sys/dev/malo/
H A Dif_malo.c256 NET_TASK_INIT(&sc->malo_rxtask, 0, malo_rx_proc, sc); in malo_attach()
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_os.c1525 NET_TASK_INIT(&fp->fp_task, 0, qla_fp_taskqueue, fp); in qla_create_fp_taskqueues()
/freebsd-13.1/sys/dev/vr/
H A Dif_vr.c678 NET_TASK_INIT(&sc->vr_inttask, 0, vr_int_task, sc); in vr_attach()
/freebsd-13.1/sys/dev/xl/
H A Dif_xl.c1221 NET_TASK_INIT(&sc->xl_task, 0, xl_rxeof_task, sc); in xl_attach()
/freebsd-13.1/sys/dev/cas/
H A Dif_cas.c211 NET_TASK_INIT(&sc->sc_intr_task, 0, cas_intr_task, sc); in cas_attach()
/freebsd-13.1/sys/dev/rt/
H A Dif_rt.c572 NET_TASK_INIT(&sc->rx_done_task, 0, rt_rx_done_task, sc); in rt_attach()
/freebsd-13.1/sys/dev/al_eth/
H A Dal_eth.c2512 NET_TASK_INIT(&rx_ring->enqueue_task, 0, al_eth_rx_recv_work, rx_ring); in al_eth_setup_rx_resources()
/freebsd-13.1/sys/dev/ale/
H A Dif_ale.c470 NET_TASK_INIT(&sc->ale_int_task, 0, ale_int_task, sc); in ale_attach()
/freebsd-13.1/sys/dev/nfe/
H A Dif_nfe.c653 NET_TASK_INIT(&sc->nfe_int_task, 0, nfe_int_task, sc); in nfe_attach()
/freebsd-13.1/sys/dev/ena/
H A Dena.c1521 NET_TASK_INIT(&queue->cleanup_task, 0, ena_cleanup, queue); in ena_create_io_queues()
/freebsd-13.1/sys/dev/re/
H A Dif_re.c1661 NET_TASK_INIT(&sc->rl_inttask, 0, re_int_task, sc); in re_attach()
/freebsd-13.1/sys/dev/virtio/network/
H A Dif_vtnet.c843 NET_TASK_INIT(&rxq->vtnrx_intrtask, 0, vtnet_rxq_tq_intr, rxq); in vtnet_init_rxq()
/freebsd-13.1/sys/dev/mwl/
H A Dif_mwl.c360 NET_TASK_INIT(&sc->sc_rxtask, 0, mwl_rx_proc, sc); in mwl_attach()
/freebsd-13.1/sys/dev/alc/
H A Dif_alc.c1390 NET_TASK_INIT(&sc->alc_int_task, 0, alc_int_task, sc); in alc_attach()
/freebsd-13.1/sys/dev/bge/
H A Dif_bge.c3305 NET_TASK_INIT(&sc->bge_intr_task, 0, bge_intr_task, sc); in bge_attach()
/freebsd-13.1/sys/dev/bwn/
H A Dif_bwn.c624 NET_TASK_INIT(&mac->mac_intrtask, 0, bwn_intrtask, mac); in bwn_attach()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c9204 NET_TASK_INIT(&fp->tq_task, 0, bxe_handle_fp_tq, fp); in bxe_interrupt_attach()