Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_ethtool.c418 coalesce->use_adaptive_tx_coalesce = test_bit(IONIC_LIF_F_TX_DIM_INTR, lif->state); in ionic_get_coalesce()
420 coalesce->use_adaptive_tx_coalesce = 0; in ionic_get_coalesce()
448 coalesce->use_adaptive_tx_coalesce)) { in ionic_set_coalesce()
485 if (coalesce->use_adaptive_tx_coalesce) { in ionic_set_coalesce()
/linux/net/ethtool/
A Dcoalesce.c157 coal->use_adaptive_tx_coalesce, supported) || in coalesce_fill_reply()
296 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in ethnl_set_coalesce()
A Dioctl.c1687 if (coalesce->use_adaptive_tx_coalesce) in ethtool_set_coalesce_supported()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c700 ec->use_adaptive_tx_coalesce = 1; in __iavf_get_coalesce()
770 ec->use_adaptive_tx_coalesce) { in iavf_set_itr_per_queue()
784 if (!ec->use_adaptive_tx_coalesce) in iavf_set_itr_per_queue()
826 if (ec->use_adaptive_tx_coalesce) in __iavf_set_coalesce()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c529 coal->use_adaptive_tx_coalesce = priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_get_coalesce()
619 new_params.tx_dim_enabled = !!coal->use_adaptive_tx_coalesce; in mlx5e_ethtool_set_coalesce()
622 reset_tx = !!coal->use_adaptive_tx_coalesce != priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_set_coalesce()
643 if (!coal->use_adaptive_tx_coalesce) in mlx5e_ethtool_set_coalesce()
/linux/drivers/net/ethernet/intel/fm10k/
A Dfm10k_ethtool.c641 ec->use_adaptive_tx_coalesce = ITR_IS_ADAPTIVE(interface->tx_itr); in fm10k_get_coalesce()
669 if (ec->use_adaptive_tx_coalesce) in fm10k_set_coalesce()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c1229 cmd->use_adaptive_tx_coalesce = tx_coal->adapt_enable; in hns3_get_coalesce()
1379 cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce_per_queue()
1430 tx_coal->adapt_enable = cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_ethtool.c1092 ec->use_adaptive_tx_coalesce = nn->tx_coalesce_adapt_on; in nfp_net_get_coalesce()
1382 nn->tx_coalesce_adapt_on = !!ec->use_adaptive_tx_coalesce; in nfp_net_set_coalesce()
/linux/include/uapi/linux/
A Dethtool.h486 __u32 use_adaptive_tx_coalesce; member
/linux/drivers/net/ethernet/intel/ice/
A Dice_ethtool.c3543 ec->use_adaptive_tx_coalesce = ITR_IS_DYNAMIC(rc); in ice_get_rc_coalesce()
3667 (ec->use_adaptive_rx_coalesce || ec->use_adaptive_tx_coalesce)) { in ice_set_rc_coalesce()
3681 use_adaptive_coalesce = ec->use_adaptive_tx_coalesce; in ice_set_rc_coalesce()
3810 ec->use_adaptive_tx_coalesce, in __ice_set_coalesce()
/linux/drivers/net/ethernet/cavium/liquidio/
A Dlio_ethtool.c2175 intr_coal->use_adaptive_tx_coalesce = in lio_get_intr_coalesce()
2456 intrmod.tx_enable = intr_coal->use_adaptive_tx_coalesce ? 1 : 0; in lio_set_intr_coalesce()
2478 if (!intr_coal->use_adaptive_tx_coalesce) { in lio_set_intr_coalesce()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c2794 ec->use_adaptive_tx_coalesce = 1; in __i40e_get_coalesce()
2873 if (ec->use_adaptive_tx_coalesce) in i40e_set_itr_per_queue()
2953 ec->use_adaptive_tx_coalesce) { in __i40e_set_coalesce()
2966 if (ec->use_adaptive_tx_coalesce && !cur_tx_itr) in __i40e_set_coalesce()
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_ethtool.c749 ec->use_adaptive_tx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
/linux/drivers/net/ethernet/emulex/benet/
A Dbe_ethtool.c334 et->use_adaptive_tx_coalesce = adapter->aic_enabled; in be_get_coalesce()

Completed in 94 milliseconds