Home
last modified time | relevance | path

Searched refs:use_adaptive_tx_coalesce (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c697 ec->use_adaptive_tx_coalesce = 1; in __iavf_get_coalesce()
763 ec->use_adaptive_tx_coalesce) { in iavf_set_itr_per_queue()
777 if (!ec->use_adaptive_tx_coalesce) in iavf_set_itr_per_queue()
819 if (ec->use_adaptive_tx_coalesce) in __iavf_set_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c415 coalesce->use_adaptive_tx_coalesce = test_bit(IONIC_LIF_F_TX_DIM_INTR, lif->state); in ionic_get_coalesce()
417 coalesce->use_adaptive_tx_coalesce = 0; in ionic_get_coalesce()
443 coalesce->use_adaptive_tx_coalesce)) { in ionic_set_coalesce()
480 if (coalesce->use_adaptive_tx_coalesce) { in ionic_set_coalesce()
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dcoalesce.c151 coal->use_adaptive_tx_coalesce, supported) || in coalesce_fill_reply()
282 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in ethnl_set_coalesce()
H A Dioctl.c1662 if (coalesce->use_adaptive_tx_coalesce) in ethtool_set_coalesce_supported()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1138 cmd->use_adaptive_tx_coalesce = in hns3_get_coalesce_per_queue()
1241 if (cmd->use_adaptive_tx_coalesce == 1 || in hns3_check_coalesce_para()
1245 cmd->use_adaptive_tx_coalesce, in hns3_check_coalesce_para()
1265 cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce_per_queue()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h173 __u32 use_adaptive_tx_coalesce; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c508 coal->use_adaptive_tx_coalesce = priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_get_coalesce()
595 new_channels.params.tx_dim_enabled = !!coal->use_adaptive_tx_coalesce; in mlx5e_ethtool_set_coalesce()
598 reset_tx = !!coal->use_adaptive_tx_coalesce != priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_set_coalesce()
621 if (!coal->use_adaptive_tx_coalesce) in mlx5e_ethtool_set_coalesce()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h268 __u32 use_adaptive_tx_coalesce; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c638 ec->use_adaptive_tx_coalesce = ITR_IS_ADAPTIVE(interface->tx_itr); in fm10k_get_coalesce()
664 if (ec->use_adaptive_tx_coalesce) in fm10k_set_coalesce()
/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 Dethtool.h442 __u32 use_adaptive_tx_coalesce; 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 Dethtool.h442 __u32 use_adaptive_tx_coalesce; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h474 __u32 use_adaptive_tx_coalesce; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2172 intr_coal->use_adaptive_tx_coalesce = in lio_get_intr_coalesce()
2451 intrmod.tx_enable = intr_coal->use_adaptive_tx_coalesce ? 1 : 0; in lio_set_intr_coalesce()
2473 if (!intr_coal->use_adaptive_tx_coalesce) { in lio_set_intr_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3535 ec->use_adaptive_tx_coalesce = ITR_IS_DYNAMIC(rc->itr_setting); in ice_get_rc_coalesce()
3666 use_adaptive_coalesce = ec->use_adaptive_tx_coalesce; in ice_set_rc_coalesce()
3791 ec->use_adaptive_tx_coalesce, in __ice_set_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2806 ec->use_adaptive_tx_coalesce = 1; in __i40e_get_coalesce()
2881 if (ec->use_adaptive_tx_coalesce) in i40e_set_itr_per_queue()
2961 ec->use_adaptive_tx_coalesce) { in __i40e_set_coalesce()
2974 if (ec->use_adaptive_tx_coalesce && !cur_tx_itr) in __i40e_set_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h899 u32 use_adaptive_tx_coalesce; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c746 ec->use_adaptive_tx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c332 et->use_adaptive_tx_coalesce = adapter->aic_enabled; in be_get_coalesce()