vf_max_tx_channels  174 drivers/net/ethernet/sfc/siena_sriov.c static unsigned int vf_max_tx_channels = 2;
vf_max_tx_channels  175 drivers/net/ethernet/sfc/siena_sriov.c module_param(vf_max_tx_channels, uint, 0444);
vf_max_tx_channels  176 drivers/net/ethernet/sfc/siena_sriov.c MODULE_PARM_DESC(vf_max_tx_channels,
vf_max_tx_channels  321 drivers/net/ethernet/sfc/siena_sriov.c 	if (vf->tx_filter_mode == VF_TX_FILTER_AUTO && vf_max_tx_channels <= 2)
vf_max_tx_channels  622 drivers/net/ethernet/sfc/siena_sriov.c 	    vf_txq >= vf_max_tx_channels ||
vf_max_tx_channels 1312 drivers/net/ethernet/sfc/siena_sriov.c 	vfdi_status->max_tx_channels = vf_max_tx_channels;