Home
last modified time | relevance | path

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

12

/linux-6.1.9/net/ethtool/
Dchannels.c79 (channels->max_combined && in channels_fill_reply()
81 channels->max_combined) || in channels_fill_reply()
164 else if (channels.combined_count > channels.max_combined) in ethnl_set_channels()
/linux-6.1.9/tools/include/uapi/linux/
Dethtool.h44 __u32 max_combined; member
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c1110 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels() local
1115 max_combined = BIT((fls(max_combined / tcs) - 1)); in fm10k_max_channels()
1117 return max_combined; in fm10k_max_channels()
1126 ch->max_combined = fm10k_max_channels(dev); in fm10k_get_channels()
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c502 u32 combined_count = 0, max_combined = 0; in lio_ethtool_get_channels() local
513 max_combined = lio->linfo.num_txpciq; in lio_ethtool_get_channels()
518 max_combined = CFG_GET_IQ_MAX_Q(conf23_pf); in lio_ethtool_get_channels()
527 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_get_channels()
533 channel->max_combined = max_combined; in lio_ethtool_get_channels()
604 u32 combined_count, max_combined; in lio_ethtool_set_channels() local
622 max_combined = lio->linfo.num_txpciq; in lio_ethtool_set_channels()
628 max_combined = in lio_ethtool_set_channels()
637 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_set_channels()
642 if (combined_count > max_combined || combined_count < 1) in lio_ethtool_set_channels()
/linux-6.1.9/drivers/net/netdevsim/
Dethtool.c96 ch->max_combined = ns->nsim_bus_dev->num_queues; in nsim_get_channels()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c3183 unsigned int max_combined; in ixgbe_max_channels() local
3188 max_combined = 1; in ixgbe_max_channels()
3191 max_combined = adapter->ring_feature[RING_F_RSS].mask + 1; in ixgbe_max_channels()
3196 max_combined = 4; in ixgbe_max_channels()
3199 max_combined = 8; in ixgbe_max_channels()
3202 max_combined = 16; in ixgbe_max_channels()
3206 max_combined = IXGBE_MAX_FDIR_INDICES; in ixgbe_max_channels()
3209 max_combined = ixgbe_max_rss_indices(adapter); in ixgbe_max_channels()
3212 return min_t(int, max_combined, num_online_cpus()); in ixgbe_max_channels()
3221 ch->max_combined = ixgbe_max_channels(adapter); in ixgbe_get_channels()
/linux-6.1.9/drivers/net/ethernet/microsoft/mana/
Dmana_ethtool.c223 channel->max_combined = apc->max_queues; in mana_get_channels()
/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_ethtool.c1473 ch->max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_get_channels()
1489 unsigned int max_combined = 0; in igc_ethtool_set_channels() local
1500 max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_set_channels()
1501 if (count > max_combined) in igc_ethtool_set_channels()
1506 igc_set_flag_queue_pairs(adapter, max_combined); in igc_ethtool_set_channels()
/linux-6.1.9/drivers/s390/net/
Dqeth_ethtool.c207 channels->max_combined = 0; in qeth_get_channels()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb_ethtool.c3381 ch->max_combined = igb_max_channels(adapter); in igb_get_channels()
3397 unsigned int max_combined = 0; in igb_set_channels() local
3408 max_combined = igb_max_channels(adapter); in igb_set_channels()
3409 if (count > max_combined) in igb_set_channels()
3414 igb_set_flag_queue_pairs(adapter, max_combined); in igb_set_channels()
/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_ethtool.c387 cmd->max_combined = 0; in gve_get_channels()
/linux-6.1.9/include/uapi/linux/
Dethtool.h559 __u32 max_combined; member
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c710 channels->max_combined = combined; in xgbe_get_channels()
/linux-6.1.9/drivers/net/ethernet/ti/
Dcpsw_ethtool.c390 ch->max_combined = 0; in cpsw_get_channels()
/linux-6.1.9/drivers/net/ethernet/amazon/ena/
Dena_ethtool.c843 channels->max_combined = adapter->max_num_io_queues; in ena_get_channels()
/linux-6.1.9/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c590 ch->max_combined = lif->ionic->ntxqs_per_lif; in ionic_get_channels()
/linux-6.1.9/tools/testing/selftests/bpf/
Dxsk.c572 ret = max(ret, (int)channels.max_combined); in xsk_get_max_queues()
/linux-6.1.9/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c1319 ec->max_combined = ec->combined_count; in vmxnet3_get_channels()
/linux-6.1.9/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1231 ch->max_combined = be_max_qp_irqs(adapter); in be_get_channels()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c1623 channel->max_combined = min(channel->max_rx, channel->max_tx); in nfp_net_get_channels()
/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c1811 ch->max_combined = adapter->vsi_res->num_queue_pairs; in iavf_get_channels()
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c889 channels->max_combined = nic_dev->max_qps; in hinic_get_channels()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c414 ch->max_combined = priv->max_nch; in mlx5e_ethtool_get_channels()
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c1066 channels->max_combined = QEDE_MAX_RSS_CNT(edev); in qede_get_channels()
/linux-6.1.9/drivers/net/hyperv/
Dnetvsc_drv.c949 channel->max_combined = nvdev->max_chn; in netvsc_get_channels()

12