Searched refs:vf_max_tx_channels (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c177 static unsigned int vf_max_tx_channels = 2; variable
178 module_param(vf_max_tx_channels, uint, 0444);
179 MODULE_PARM_DESC(vf_max_tx_channels,
324 if (vf->tx_filter_mode == VF_TX_FILTER_AUTO && vf_max_tx_channels <= 2) efx_siena_sriov_reset_tx_filter()
625 vf_txq >= vf_max_tx_channels || efx_vfdi_init_txq()
1315 vfdi_status->max_tx_channels = vf_max_tx_channels; efx_siena_sriov_init()

Completed in 62 milliseconds