/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 1104 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels() local 1109 max_combined = BIT((fls(max_combined / tcs) - 1)); in fm10k_max_channels() 1111 return max_combined; in fm10k_max_channels() 1121 ch->max_combined = fm10k_max_channels(dev); in fm10k_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 496 u32 combined_count = 0, max_combined = 0; in lio_ethtool_get_channels() local 507 max_combined = lio->linfo.num_txpciq; in lio_ethtool_get_channels() 512 max_combined = CFG_GET_IQ_MAX_Q(conf23_pf); in lio_ethtool_get_channels() 521 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_get_channels() 527 channel->max_combined = max_combined; in lio_ethtool_get_channels() 598 u32 combined_count, max_combined; in lio_ethtool_set_channels() local 616 max_combined = lio->linfo.num_txpciq; in lio_ethtool_set_channels() 622 max_combined = in lio_ethtool_set_channels() 631 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_set_channels() 636 if (combined_count > max_combined || combined_count < 1) in lio_ethtool_set_channels()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 3088 unsigned int max_combined; in ixgbe_max_channels() local 3093 max_combined = 1; in ixgbe_max_channels() 3096 max_combined = adapter->ring_feature[RING_F_RSS].mask + 1; in ixgbe_max_channels() 3101 max_combined = 4; in ixgbe_max_channels() 3104 max_combined = 8; in ixgbe_max_channels() 3107 max_combined = 16; in ixgbe_max_channels() 3111 max_combined = IXGBE_MAX_FDIR_INDICES; in ixgbe_max_channels() 3114 max_combined = ixgbe_max_rss_indices(adapter); in ixgbe_max_channels() 3117 return max_combined; in ixgbe_max_channels() 3126 ch->max_combined = ixgbe_max_channels(adapter); in ixgbe_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3393 ch->max_combined = igb_max_channels(adapter); in igb_get_channels() 3409 unsigned int max_combined = 0; in igb_set_channels() local 3420 max_combined = igb_max_channels(adapter); in igb_set_channels() 3421 if (count > max_combined) in igb_set_channels() 3426 igb_set_flag_queue_pairs(adapter, max_combined); in igb_set_channels()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_ethtool.c | 646 ch->max_combined = I40EVF_MAX_REQ_QUEUES; in i40evf_get_channels()
|
/Linux-v4.19/include/uapi/linux/ |
D | ethtool.h | 520 __u32 max_combined; member
|
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_ethtool.c | 749 channels->max_combined = 0; in ena_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 728 channels->max_combined = combined; in xgbe_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
D | hinic_main.c | 191 channels->max_combined = 0; in hinic_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_ethtool.c | 1219 channel->max_combined = min(channel->max_rx, channel->max_tx); in nfp_net_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1213 ch->max_combined = be_max_qp_irqs(adapter); in be_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 314 ch->max_combined = priv->profile->max_nch(priv->mdev); in mlx5e_ethtool_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 1939 ch->max_combined = hclgevf_get_max_channels(hdev); in hclgevf_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 998 channels->max_combined = QEDE_MAX_RSS_CNT(edev); in qede_get_channels()
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_drv.c | 854 channel->max_combined = nvdev->max_chn; in netvsc_get_channels()
|
/Linux-v4.19/net/core/ |
D | ethtool.c | 1770 (channels.combined_count > max.max_combined) || in ethtool_set_channels()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3533 channels->max_combined = BNX2X_MAX_RSS_COUNT(bp); in bnx2x_get_channels()
|
/Linux-v4.19/drivers/net/ |
D | virtio_net.c | 2110 channels->max_combined = vi->max_queue_pairs; in virtnet_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 481 channel->max_combined = min_t(int, max_rx_rings, max_tx_rings); in bnxt_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpsw.c | 2740 ch->max_combined = 0; in cpsw_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 4283 ch->max_combined = i40e_max_channels(vsi); in i40e_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmvnic.c | 2390 channels->max_combined = 0; in ibmvnic_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 5883 ch->max_combined = hclge_get_max_channels(handle); in hclge_get_channels()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 7792 channels->max_combined = 0; in bnx2_get_channels()
|