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

/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c176 static unsigned int vf_max_tx_channels = 2; variable
177 module_param(vf_max_tx_channels, uint, 0444);
178 MODULE_PARM_DESC(vf_max_tx_channels,
323 if (vf->tx_filter_mode == VF_TX_FILTER_AUTO && vf_max_tx_channels <= 2) efx_siena_sriov_reset_tx_filter()
623 vf_txq >= vf_max_tx_channels || efx_vfdi_init_txq()
1307 vfdi_status->max_tx_channels = vf_max_tx_channels; efx_siena_sriov_init()

Completed in 71 milliseconds