Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c676 ec->use_adaptive_tx_coalesce = 1; in __iavf_get_coalesce()
737 if (!ec->use_adaptive_tx_coalesce) in iavf_set_itr_per_queue()
778 if (ec->use_adaptive_tx_coalesce) in __iavf_set_coalesce()
/Linux-v5.10/net/ethtool/
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()
Dioctl.c1558 if (coalesce->use_adaptive_tx_coalesce) in ethtool_set_coalesce_supported()
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
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()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1107 cmd->use_adaptive_tx_coalesce = in hns3_get_coalesce_per_queue()
1210 if (cmd->use_adaptive_tx_coalesce == 1 || in hns3_check_coalesce_para()
1214 cmd->use_adaptive_tx_coalesce, in hns3_check_coalesce_para()
1234 cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce_per_queue()
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
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()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c502 coal->use_adaptive_tx_coalesce = priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_get_coalesce()
578 new_channels.params.tx_dim_enabled = !!coal->use_adaptive_tx_coalesce; in mlx5e_ethtool_set_coalesce()
587 reset_tx = !!coal->use_adaptive_tx_coalesce != priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_set_coalesce()
/Linux-v5.10/include/uapi/linux/
Dethtool.h474 __u32 use_adaptive_tx_coalesce; member
/Linux-v5.10/drivers/net/ethernet/cavium/liquidio/
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()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3530 ec->use_adaptive_tx_coalesce = ITR_IS_DYNAMIC(rc->itr_setting); in ice_get_rc_coalesce()
3661 use_adaptive_coalesce = ec->use_adaptive_tx_coalesce; in ice_set_rc_coalesce()
3786 ec->use_adaptive_tx_coalesce, in __ice_set_coalesce()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2759 ec->use_adaptive_tx_coalesce = 1; in __i40e_get_coalesce()
2834 if (ec->use_adaptive_tx_coalesce) in i40e_set_itr_per_queue()
2914 ec->use_adaptive_tx_coalesce) { in __i40e_set_coalesce()
2927 if (ec->use_adaptive_tx_coalesce && !cur_tx_itr) in __i40e_set_coalesce()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c742 ec->use_adaptive_tx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
/Linux-v5.10/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c332 et->use_adaptive_tx_coalesce = adapter->aic_enabled; in be_get_coalesce()