Searched refs:max_combined (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/tools/include/uapi/linux/
H A Dethtool.h29 * @max_combined: Read only. Maximum number of combined channel the driver
34 * @combined_count: Valid values are in the range 1 to the max_combined.
44 __u32 max_combined; member in struct:ethtool_channels
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c354 unsigned int max_combined; local
358 max_combined = 1;
362 max_combined = 63;
364 max_combined = 8;
367 return max_combined;
376 ch->max_combined = wx_max_channels(wx);
/linux-master/net/ethtool/
H A Dchannels.c79 (channels->max_combined &&
81 channels->max_combined) ||
144 else if (channels.combined_count > channels.max_combined)
/linux-master/drivers/net/netdevsim/
H A Dethtool.c96 ch->max_combined = ns->nsim_bus_dev->num_queues;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c1112 unsigned int max_combined = interface->hw.mac.max_queues; local
1117 max_combined = BIT((fls(max_combined / tcs) - 1));
1119 return max_combined;
1128 ch->max_combined = fm10k_max_channels(dev);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c504 u32 combined_count = 0, max_combined = 0; local
515 max_combined = lio->linfo.num_txpciq;
520 max_combined = CFG_GET_IQ_MAX_Q(conf23_pf);
529 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK;
535 channel->max_combined = max_combined;
606 u32 combined_count, max_combined; local
624 max_combined = lio->linfo.num_txpciq;
630 max_combined =
639 max_combined
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c3219 unsigned int max_combined; local
3224 max_combined = 1;
3227 max_combined = adapter->ring_feature[RING_F_RSS].mask + 1;
3232 max_combined = 4;
3235 max_combined = 8;
3238 max_combined = 16;
3242 max_combined = IXGBE_MAX_FDIR_INDICES;
3245 max_combined = ixgbe_max_rss_indices(adapter);
3248 return min_t(int, max_combined, num_online_cpus());
3257 ch->max_combined
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_ethtool.c207 channels->max_combined = 0;
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c303 ch->max_combined = adapter->num_queues;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_ethtool.c327 channel->max_combined = apc->max_queues;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1517 ch->max_combined = igc_get_max_rss_queues(adapter);
1533 unsigned int max_combined = 0; local
1544 max_combined = igc_get_max_rss_queues(adapter);
1545 if (count > max_combined)
1550 igc_set_flag_queue_pairs(adapter, max_combined);
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c503 __u32 max_combined; member in struct:ethtool_channels
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c3397 ch->max_combined = igb_max_channels(adapter);
3413 unsigned int max_combined = 0; local
3424 max_combined = igb_max_channels(adapter);
3425 if (count > max_combined)
3430 igb_set_flag_queue_pairs(adapter, max_combined);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c922 channels->max_combined = channels->max_rx +
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c897 channels->max_combined = adapter->max_num_io_queues;
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c200 ch->max_combined = min_t(u16, vport_config->max_q.max_txq,
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c716 channels->max_combined = combined;
/linux-master/include/uapi/linux/
H A Dethtool.h542 * @max_combined: Read only. Maximum number of combined channel the driver
547 * @combined_count: Valid values are in the range 1 to the max_combined.
557 __u32 max_combined; member in struct:ethtool_channels
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c390 ch->max_combined = 0;
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c441 cmd->max_combined = 0;
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1342 ec->max_combined = ec->combined_count;
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c1231 ch->max_combined = be_max_qp_irqs(adapter);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c703 ch->max_combined = lif->ionic->ntxqs_per_lif;
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1832 ch->max_combined = adapter->vsi_res->num_queue_pairs;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c889 channels->max_combined = nic_dev->max_qps;

Completed in 396 milliseconds

12