Home
last modified time | relevance | path

Searched refs:max_combined (Results 1 – 12 of 12) sorted by relevance

/linux/net/ethtool/
H A Dchannels.c79 (channels->max_combined && in channels_fill_reply()
81 channels->max_combined) || in channels_fill_reply()
143 else if (channels.combined_count > channels.max_combined) in ethnl_set_channels()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c504 u32 combined_count = 0, max_combined = 0; in lio_ethtool_get_channels() local
515 max_combined = lio->linfo.num_txpciq; in lio_ethtool_get_channels()
520 max_combined = CFG_GET_IQ_MAX_Q(conf23_pf); in lio_ethtool_get_channels()
529 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_get_channels()
535 channel->max_combined = max_combined; in lio_ethtool_get_channels()
606 u32 combined_count, max_combined; in lio_ethtool_set_channels() local
624 max_combined = lio->linfo.num_txpciq; in lio_ethtool_set_channels()
630 max_combined = in lio_ethtool_set_channels()
639 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_set_channels()
644 if (combined_count > max_combined || combined_count < 1) in lio_ethtool_set_channels()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1542 ch->max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_get_channels()
1558 unsigned int max_combined = 0; in igc_ethtool_set_channels() local
1573 max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_set_channels()
1574 if (count > max_combined) in igc_ethtool_set_channels()
1579 igc_set_flag_queue_pairs(adapter, max_combined); in igc_ethtool_set_channels()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c303 ch->max_combined = adapter->num_queues; in tsnep_ethtool_get_channels()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c3376 ch->max_combined = igb_max_channels(adapter); in igb_get_channels()
3392 unsigned int max_combined = 0; in igb_set_channels() local
3403 max_combined = igb_max_channels(adapter); in igb_set_channels()
3404 if (count > max_combined) in igb_set_channels()
3409 igb_set_flag_queue_pairs(adapter, max_combined); in igb_set_channels()
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c667 channels->max_combined = 1; in enic_get_channels()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c1224 ch->max_combined = be_max_qp_irqs(adapter); in be_get_channels()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c889 channels->max_combined = nic_dev->max_qps; in hinic_get_channels()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1057 channels->max_combined = QEDE_MAX_RSS_CNT(edev); in qede_get_channels()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c477 ch->max_combined = priv->max_nch; in mlx5e_ethtool_get_channels()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c5001 ch->max_combined = i40e_max_channels(vsi); in i40e_get_channels()
/linux/drivers/net/
H A Dvirtio_net.c5180 channels->max_combined = vi->max_queue_pairs; in virtnet_get_channels()