Home
last modified time | relevance | path

Searched refs:n_extra_tx_channels (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/
Def100_netdev.c39 unsigned int tx_vis = efx->n_tx_channels + efx->n_extra_tx_channels; in ef100_alloc_vis()
Defx_channels.c329 efx->n_extra_tx_channels = 0; in efx_probe_interrupts()
341 efx->n_extra_tx_channels++; in efx_probe_interrupts()
Dnet_driver.h1056 unsigned n_extra_tx_channels; member
Def10.c1147 ((efx->n_tx_channels + efx->n_extra_tx_channels) * in efx_ef10_dimension_resources()
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Defx_channels.c330 efx->n_extra_tx_channels = 0; in efx_siena_probe_interrupts()
342 efx->n_extra_tx_channels++; in efx_siena_probe_interrupts()
Dnet_driver.h1003 unsigned n_extra_tx_channels; member
Dfarch.c1090 if (qid < EFX_MAX_TXQ_PER_CHANNEL * (efx->n_tx_channels + efx->n_extra_tx_channels)) { in efx_farch_handle_tx_flush_done()
1679 total_tx_channels = efx->n_tx_channels + efx->n_extra_tx_channels; in efx_farch_dimension_resources()