| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | channels.c | 79 (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()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | ethtool.h | 44 __u32 max_combined; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_ethtool.c | 1101 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels() local 1106 max_combined = BIT((fls(max_combined / tcs) - 1)); in fm10k_max_channels() 1108 return max_combined; in fm10k_max_channels() 1117 ch->max_combined = fm10k_max_channels(dev); in fm10k_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_ethtool.c | 501 u32 combined_count = 0, max_combined = 0; in lio_ethtool_get_channels() local 512 max_combined = lio->linfo.num_txpciq; in lio_ethtool_get_channels() 517 max_combined = CFG_GET_IQ_MAX_Q(conf23_pf); in lio_ethtool_get_channels() 526 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_get_channels() 532 channel->max_combined = max_combined; in lio_ethtool_get_channels() 603 u32 combined_count, max_combined; in lio_ethtool_set_channels() local 621 max_combined = lio->linfo.num_txpciq; in lio_ethtool_set_channels() 627 max_combined = in lio_ethtool_set_channels() 636 max_combined = reg_val & CN23XX_PKT_INPUT_CTL_RPVF_MASK; in lio_ethtool_set_channels() 641 if (combined_count > max_combined || combined_count < 1) in lio_ethtool_set_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ethtool.c | 3190 unsigned int max_combined; in ixgbe_max_channels() local 3195 max_combined = 1; in ixgbe_max_channels() 3198 max_combined = adapter->ring_feature[RING_F_RSS].mask + 1; in ixgbe_max_channels() 3203 max_combined = 4; in ixgbe_max_channels() 3206 max_combined = 8; in ixgbe_max_channels() 3209 max_combined = 16; in ixgbe_max_channels() 3213 max_combined = IXGBE_MAX_FDIR_INDICES; in ixgbe_max_channels() 3216 max_combined = ixgbe_max_rss_indices(adapter); in ixgbe_max_channels() 3219 return min_t(int, max_combined, num_online_cpus()); in ixgbe_max_channels() 3228 ch->max_combined = ixgbe_max_channels(adapter); in ixgbe_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 1439 ch->max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_get_channels() 1455 unsigned int max_combined = 0; in igc_ethtool_set_channels() local 1466 max_combined = igc_get_max_rss_queues(adapter); in igc_ethtool_set_channels() 1467 if (count > max_combined) in igc_ethtool_set_channels() 1472 igc_set_flag_queue_pairs(adapter, max_combined); in igc_ethtool_set_channels()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | ethtool-copy.h | 325 __u32 max_combined; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 3389 ch->max_combined = igb_max_channels(adapter); in igb_get_channels() 3405 unsigned int max_combined = 0; in igb_set_channels() local 3416 max_combined = igb_max_channels(adapter); in igb_set_channels() 3417 if (count > max_combined) in igb_set_channels() 3422 igb_set_flag_queue_pairs(adapter, max_combined); in igb_set_channels()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_ethtool.c | 204 channels->max_combined = 0; in qeth_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/ |
| H A D | gve_ethtool.c | 369 cmd->max_combined = 0; in gve_get_channels()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ethtool.h | 514 __u32 max_combined; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ethtool.h | 514 __u32 max_combined; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_ethtool.c | 388 ch->max_combined = 0; in cpsw_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ethtool.c | 916 ch->max_combined = adapter->vsi_res->num_queue_pairs; in iavf_get_channels()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ethtool.h | 546 __u32 max_combined; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-ethtool.c | 703 channels->max_combined = combined; in xgbe_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_ethtool.c | 829 channels->max_combined = adapter->max_num_io_queues; in ena_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 398 ch->max_combined = priv->max_nch; in mlx5e_ethtool_get_channels() 402 ch->max_combined *= 2; in mlx5e_ethtool_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_ethtool.c | 575 ch->max_combined = lif->ionic->ntxqs_per_lif; in ionic_get_channels()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | xsk.c | 470 ret = max(ret, (int)channels.max_combined); in xsk_get_max_queues()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_ethtool.c | 1415 channel->max_combined = min(channel->max_rx, channel->max_tx); in nfp_net_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_ethtool.c | 1225 ch->max_combined = be_max_qp_irqs(adapter); in be_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 889 channels->max_combined = nic_dev->max_qps; in hinic_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ethtool.c | 1042 channels->max_combined = QEDE_MAX_RSS_CNT(edev); in qede_get_channels()
|
| /OK3568_Linux_fs/kernel/drivers/net/hyperv/ |
| H A D | netvsc_drv.c | 968 channel->max_combined = nvdev->max_chn; in netvsc_get_channels()
|