/freebsd/sys/sys/ |
H A D | epoch.h | 112 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK) macro
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_channel.c | 161 NET_TASK_INIT(&ch->cleanup_task, 0, cleanup_task_fn, ch); in dpaa2_chan_setup() 162 NET_TASK_INIT(&ch->bp_task, 0, dpaa2_chan_bp_task, ch); in dpaa2_chan_setup()
|
/freebsd/sys/dev/gve/ |
H A D | gve_rx.c | 283 NET_TASK_INIT(&com->cleanup_task, 0, gve_rx_cleanup_tq, rx); in gve_start_rx_ring() 285 NET_TASK_INIT(&com->cleanup_task, 0, gve_rx_cleanup_tq_dqo, rx); in gve_start_rx_ring()
|
H A D | gve_tx.c | 250 NET_TASK_INIT(&com->cleanup_task, 0, gve_tx_cleanup_tq, tx); in gve_start_tx_ring() 252 NET_TASK_INIT(&com->cleanup_task, 0, gve_tx_cleanup_tq_dqo, tx); in gve_start_tx_ring()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 646 NET_TASK_INIT(&sc->sc_rxtask, 0, wtap_rx_proc, sc); in wtap_attach()
|
/freebsd/sys/net/ |
H A D | if_epair.c | 531 NET_TASK_INIT(&q->tx_task, 0, epair_tx_start_deferred, q); in epair_alloc_sc()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_droq.c | 331 NET_TASK_INIT(&droq->droq_task, 0, lio_droq_bh, (void *)droq); in lio_init_droq()
|
/freebsd/sys/dev/vnic/ |
H A D | nicvf_queues.c | 934 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 D | if_smc.c | 392 NET_TASK_INIT(&sc->smc_rx, SMC_RX_PRIORITY, smc_task_rx, ifp); in smc_attach()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 2211 NET_TASK_INIT(&cq->cleanup_task, 0, mana_poll, cq); in mana_create_txq() 2498 NET_TASK_INIT(&cq->cleanup_task, 0, mana_poll, cq); in mana_create_rxq()
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 686 NET_TASK_INIT(&pq->task, 0, ptnet_rx_task, pq); in ptnet_irqs_init()
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 247 NET_TASK_INIT(&sc->malo_rxtask, 0, malo_rx_proc, sc); in malo_attach()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_os.c | 1518 NET_TASK_INIT(&fp->fp_task, 0, qla_fp_taskqueue, fp); in qla_create_fp_taskqueues()
|
/freebsd/sys/dev/vr/ |
H A D | if_vr.c | 668 NET_TASK_INIT(&sc->vr_inttask, 0, vr_int_task, sc); in vr_attach()
|
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 204 NET_TASK_INIT(&sc->sc_intr_task, 0, cas_intr_task, sc); in cas_attach()
|
/freebsd/sys/dev/xl/ |
H A D | if_xl.c | 1209 NET_TASK_INIT(&sc->xl_task, 0, xl_rxeof_task, sc); in xl_attach()
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.c | 2483 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 D | if_ale.c | 465 NET_TASK_INIT(&sc->ale_int_task, 0, ale_int_task, sc); in ale_attach()
|
/freebsd/sys/dev/nfe/ |
H A D | if_nfe.c | 644 NET_TASK_INIT(&sc->nfe_int_task, 0, nfe_int_task, sc); in nfe_attach()
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | 1668 NET_TASK_INIT(&queue->cleanup_task, 0, ena_cleanup, queue); in ena_create_io_queues()
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 1655 NET_TASK_INIT(&sc->rl_inttask, 0, re_int_task, sc); in re_attach()
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 844 NET_TASK_INIT(&rxq->vtnrx_intrtask, 0, vtnet_rxq_tq_intr, rxq); in vtnet_init_rxq()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 355 NET_TASK_INIT(&sc->sc_rxtask, 0, mwl_rx_proc, sc); in mwl_attach()
|
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 1391 NET_TASK_INIT(&sc->alc_int_task, 0, alc_int_task, sc); in alc_attach()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 3301 NET_TASK_INIT(&sc->bge_intr_task, 0, bge_intr_task, sc); in bge_attach()
|