| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_ethtool.c | 506 unsigned int max_combined; in wx_max_channels() local 510 max_combined = 1; in wx_max_channels() 514 max_combined = 63; in wx_max_channels() 516 max_combined = 8; in wx_max_channels() 519 return max_combined; in wx_max_channels() 528 ch->max_combined = wx_max_channels(wx); in wx_get_channels()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H 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()
|
| /linux/drivers/net/netdevsim/ |
| H A D | ethtool.c | 100 ch->max_combined = ns->nsim_bus_dev->num_queues; in nsim_get_channels()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 1574 ch->max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_get_channels() 1590 unsigned int max_combined = 0; in igc_ethtool_set_channels() local 1605 max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_set_channels() 1606 if (count > max_combined) in igc_ethtool_set_channels() 1611 igc_set_flag_queue_pairs(adapter, max_combined); in igc_ethtool_set_channels()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 3408 ch->max_combined = igb_max_channels(adapter); in igb_get_channels() 3424 unsigned int max_combined = 0; in igb_set_channels() local 3435 max_combined = igb_max_channels(adapter); in igb_set_channels() 3436 if (count > max_combined) in igb_set_channels() 3441 igb_set_flag_queue_pairs(adapter, max_combined); in igb_set_channels()
|
| /linux/include/uapi/linux/ |
| H A D | ethtool.h | 557 __u32 max_combined; member
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_ethtool.c | 434 channel->max_combined = apc->max_queues; in mana_get_channels()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_ethtool.c | 493 cmd->max_combined = 0; in gve_get_channels()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_ethtool.c | 527 ch->max_combined = min_t(u16, vport_config->max_q.max_txq, in idpf_get_channels()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ethtool.c | 1700 ch->max_combined = adapter->vsi_res->num_queue_pairs; in iavf_get_channels()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 889 channels->max_combined = nic_dev->max_qps; in hinic_get_channels()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_ethtool.c | 1581 ch->max_combined = min(ch->max_rx, ch->max_tx); in fbnic_get_channels()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_ethtool.c | 2219 channel->max_combined = min(channel->max_rx, channel->max_tx); in nfp_net_get_channels()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 484 ch->max_combined = priv->max_nch; in mlx5e_ethtool_get_channels()
|
| /linux/drivers/net/ |
| H A D | tun.c | 3734 channels->max_combined = tun->flags & IFF_MULTI_QUEUE ? MAX_TAP_QUEUES : 1; in tun_get_channels()
|
| H A D | virtio_net.c | 5135 channels->max_combined = vi->max_queue_pairs; in virtnet_get_channels()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 3817 ch->max_combined = min_t(int, ch->max_rx, ch->max_tx); in ice_get_channels()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 929 channel->max_combined = min_t(int, max_rx_rings, max_tx_rings); in bnxt_get_channels()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 3824 channels->max_combined = 0; in ibmvnic_get_channels()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 10166 ch->max_combined = hclge_get_max_channels(handle); in hclge_get_channels()
|