| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_ethtool.c | 408 unsigned int max_combined; in wx_max_channels() local 412 max_combined = 1; in wx_max_channels() 416 max_combined = 63; in wx_max_channels() 418 max_combined = 8; in wx_max_channels() 421 return max_combined; in wx_max_channels() 430 ch->max_combined = wx_max_channels(wx); in wx_get_channels()
|
| /drivers/net/ethernet/intel/fm10k/ |
| A D | fm10k_ethtool.c | 1097 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels() local 1102 max_combined = BIT((fls(max_combined / tcs) - 1)); in fm10k_max_channels() 1104 return max_combined; in fm10k_max_channels() 1113 ch->max_combined = fm10k_max_channels(dev); in fm10k_get_channels()
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | lio_ethtool.c | 504 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()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_ethtool.c | 3343 unsigned int max_combined; in ixgbe_max_channels() local 3348 max_combined = 1; in ixgbe_max_channels() 3351 max_combined = adapter->ring_feature[RING_F_RSS].mask + 1; in ixgbe_max_channels() 3356 max_combined = 4; in ixgbe_max_channels() 3359 max_combined = 8; in ixgbe_max_channels() 3362 max_combined = 16; in ixgbe_max_channels() 3366 max_combined = IXGBE_MAX_FDIR_INDICES; in ixgbe_max_channels() 3369 max_combined = ixgbe_max_rss_indices(adapter); in ixgbe_max_channels() 3372 return min_t(int, max_combined, num_online_cpus()); in ixgbe_max_channels() 3381 ch->max_combined = ixgbe_max_channels(adapter); in ixgbe_get_channels()
|
| /drivers/net/netdevsim/ |
| A D | ethtool.c | 100 ch->max_combined = ns->nsim_bus_dev->num_queues; in nsim_get_channels()
|
| /drivers/net/ethernet/intel/igc/ |
| A D | igc_ethtool.c | 1538 ch->max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_get_channels() 1554 unsigned int max_combined = 0; in igc_ethtool_set_channels() local 1569 max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_set_channels() 1570 if (count > max_combined) in igc_ethtool_set_channels() 1575 igc_set_flag_queue_pairs(adapter, max_combined); in igc_ethtool_set_channels()
|
| /drivers/s390/net/ |
| A D | qeth_ethtool.c | 207 channels->max_combined = 0; in qeth_get_channels()
|
| /drivers/net/ethernet/engleder/ |
| A D | tsnep_ethtool.c | 303 ch->max_combined = adapter->num_queues; in tsnep_ethtool_get_channels()
|
| /drivers/net/ethernet/intel/igb/ |
| A D | igb_ethtool.c | 3376 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()
|
| /drivers/net/ethernet/microsoft/mana/ |
| A D | mana_ethtool.c | 387 channel->max_combined = apc->max_queues; in mana_get_channels()
|
| /drivers/net/ethernet/ti/ |
| A D | cpsw_ethtool.c | 390 ch->max_combined = 0; in cpsw_get_channels()
|
| /drivers/net/ethernet/cisco/enic/ |
| A D | enic_ethtool.c | 667 channels->max_combined = 1; in enic_get_channels()
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-ethtool.c | 599 channels->max_combined = combined; in xgbe_get_channels()
|
| /drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-ethtool.c | 927 channels->max_combined = channels->max_rx + in dpaa2_eth_get_channels()
|
| /drivers/net/ethernet/amazon/ena/ |
| A D | ena_ethtool.c | 1013 channels->max_combined = adapter->max_num_io_queues; in ena_get_channels()
|
| /drivers/net/ethernet/google/gve/ |
| A D | gve_ethtool.c | 470 cmd->max_combined = 0; in gve_get_channels()
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_ethtool.c | 744 ch->max_combined = lif->ionic->ntxqs_per_lif; in ionic_get_channels()
|
| /drivers/net/vmxnet3/ |
| A D | vmxnet3_ethtool.c | 1317 ec->max_combined = ec->combined_count; in vmxnet3_get_channels()
|
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_ethtool.c | 1224 ch->max_combined = be_max_qp_irqs(adapter); in be_get_channels()
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_ethtool.c | 488 ch->max_combined = min_t(u16, vport_config->max_q.max_txq, in idpf_get_channels()
|
| /drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_ethtool.c | 889 channels->max_combined = nic_dev->max_qps; in hinic_get_channels()
|
| /drivers/net/ethernet/intel/iavf/ |
| A D | iavf_ethtool.c | 1606 ch->max_combined = adapter->vsi_res->num_queue_pairs; in iavf_get_channels()
|
| /drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_ethtool.c | 1411 ch->max_combined = min(ch->max_rx, ch->max_tx); in fbnic_get_channels()
|
| /drivers/net/hyperv/ |
| A D | netvsc_drv.c | 920 channel->max_combined = nvdev->max_chn; in netvsc_get_channels()
|
| /drivers/net/ethernet/qlogic/qede/ |
| A D | qede_ethtool.c | 1057 channels->max_combined = QEDE_MAX_RSS_CNT(edev); in qede_get_channels()
|