Lines Matching refs:ifc_txqs

168 	iflib_txq_t ifc_txqs;  member
1008 iflib_txq_t txq = &ctx->ifc_txqs[kring->ring_id]; in iflib_netmap_txsync()
1610 txq = &ctx->ifc_txqs[txqid]; in iflib_fast_intr_rxtx()
2516 for (i = 0, txq = ctx->ifc_txqs; i < scctx->isc_ntxqsets; i++, txq++) { in iflib_init_locked()
2555 txq = ctx->ifc_txqs; in iflib_init_locked()
2591 iflib_txq_t txq = ctx->ifc_txqs; in iflib_stop()
4202 for (txq = ctx->ifc_txqs, i = 0; i < sctx->isc_ntxqsets; i++, txq++) { in _task_fn_admin()
4214 for (txq = ctx->ifc_txqs, i = 0; i < sctx->isc_ntxqsets; i++, txq++) { in _task_fn_admin()
4225 for (txq = ctx->ifc_txqs, i = 0; i < sctx->isc_ntxqsets; i++, txq++) in _task_fn_admin()
4309 ctx->ifc_txqs[0].ift_pullups += early_pullups; in iflib_if_transmit()
4315 ctx->ifc_txqs[qidx].ift_pullups += early_pullups; in iflib_if_transmit()
4325 txq = &ctx->ifc_txqs[qidx]; in iflib_if_transmit()
4441 iflib_txq_t txq = ctx->ifc_txqs; in iflib_if_qflush()
5556 for (txq = ctx->ifc_txqs, i = 0; i < NTXQSETS(ctx); i++, txq++) { in iflib_tqg_detach()
5622 iflib_txq_t txq = ctx->ifc_txqs; in iflib_device_resume()
5874 if (!(ctx->ifc_txqs = in iflib_queues_alloc()
5891 txq = ctx->ifc_txqs; in iflib_queues_alloc()
6011 iflib_dma_info_t di = ctx->ifc_txqs[i].ift_ifdi; in iflib_queues_alloc()
6060 if (ctx->ifc_txqs != NULL) in iflib_queues_alloc()
6061 free(ctx->ifc_txqs, M_IFLIB); in iflib_queues_alloc()
6062 ctx->ifc_txqs = NULL; in iflib_queues_alloc()
6070 iflib_txq_t txq = ctx->ifc_txqs; in iflib_tx_structures_setup()
6082 iflib_txq_t txq = ctx->ifc_txqs; in iflib_tx_structures_free()
6091 free(ctx->ifc_txqs, M_IFLIB); in iflib_tx_structures_free()
6092 ctx->ifc_txqs = NULL; in iflib_tx_structures_free()
6311 q = &ctx->ifc_txqs[qid]; in iflib_irq_alloc_generic()
6312 info = &ctx->ifc_txqs[qid].ift_filter_info; in iflib_irq_alloc_generic()
6313 gtask = &ctx->ifc_txqs[qid].ift_task; in iflib_irq_alloc_generic()
6390 q = &ctx->ifc_txqs[qid]; in iflib_softirq_alloc_generic()
6391 gtask = &ctx->ifc_txqs[qid].ift_task; in iflib_softirq_alloc_generic()
6432 iflib_txq_t txq = ctx->ifc_txqs; in iflib_legacy_setup()
6481 GROUPTASK_ENQUEUE(&ctx->ifc_txqs[txqid].ift_task); in iflib_tx_intr_deferred()
6529 iflib_txq_t txq = ctx->ifc_txqs; in iflib_link_state_change()
6932 for (i = 0, txq = ctx->ifc_txqs; i < scctx->isc_ntxqsets; i++, txq++) { in iflib_add_device_sysctl_post()
7149 txq = &ctx->ifc_txqs[0]; in iflib_debugnet_transmit()
7172 txq = &ctx->ifc_txqs[0]; in iflib_debugnet_poll()