Home
last modified time | relevance | path

Searched refs:efx_separate_tx_channels (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/sfc/
A Dtx_common.h44 extern bool efx_separate_tx_channels;
A Defx_channels.c145 if (efx_separate_tx_channels) in efx_allocate_msix_channels()
227 if (efx_separate_tx_channels) { in efx_allocate_msix_channels()
328 efx->n_channels = 1 + (efx_separate_tx_channels ? 1 : 0); in efx_probe_interrupts()
898 efx_separate_tx_channels ? in efx_set_channels()
A Defx.c61 bool efx_separate_tx_channels; variable
62 module_param(efx_separate_tx_channels, bool, 0444);
63 MODULE_PARM_DESC(efx_separate_tx_channels,
A Def10.c1139 efx_separate_tx_channels ? 2 : 1); in efx_ef10_dimension_resources()

Completed in 26 milliseconds