Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dcoalesce.c160 coal->use_adaptive_tx_coalesce, supported) || in coalesce_fill_reply()
323 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in __ethnl_set_coalesce()
H A Dioctl.c1692 if (coalesce->use_adaptive_tx_coalesce) in ethtool_set_coalesce_supported()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c427 coalesce->use_adaptive_tx_coalesce = test_bit(IONIC_LIF_F_TX_DIM_INTR, lif->state); in ionic_get_coalesce()
429 coalesce->use_adaptive_tx_coalesce = 0; in ionic_get_coalesce()
457 coalesce->use_adaptive_tx_coalesce)) { in ionic_set_coalesce()
494 if (coalesce->use_adaptive_tx_coalesce) { in ionic_set_coalesce()
/openbmc/u-boot/include/linux/
H A Dethtool.h173 __u32 use_adaptive_tx_coalesce; member
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c475 cmd->use_adaptive_tx_coalesce = 1; in otx2_get_coalesce()
478 cmd->use_adaptive_tx_coalesce = 0; in otx2_get_coalesce()
497 if (ec->use_adaptive_rx_coalesce != ec->use_adaptive_tx_coalesce) { in otx2_set_coalesce()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c538 coal->use_adaptive_tx_coalesce = priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_get_coalesce()
651 new_params.tx_dim_enabled = !!coal->use_adaptive_tx_coalesce; in mlx5e_ethtool_set_coalesce()
654 reset_tx = !!coal->use_adaptive_tx_coalesce != priv->channels.params.tx_dim_enabled; in mlx5e_ethtool_set_coalesce()
687 if (!coal->use_adaptive_tx_coalesce) in mlx5e_ethtool_set_coalesce()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c645 ec->use_adaptive_tx_coalesce = ITR_IS_ADAPTIVE(interface->tx_itr); in fm10k_get_coalesce()
673 if (ec->use_adaptive_tx_coalesce) in fm10k_set_coalesce()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c719 ec->use_adaptive_tx_coalesce = 1; in __iavf_get_coalesce()
789 ec->use_adaptive_tx_coalesce) { in iavf_set_itr_per_queue()
803 if (!ec->use_adaptive_tx_coalesce) in iavf_set_itr_per_queue()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1370 cmd->use_adaptive_tx_coalesce = tx_coal->adapt_enable; in hns3_get_coalesce()
1542 cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce_per_queue()
1593 tx_coal->adapt_enable = cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h485 uint32_t use_adaptive_tx_coalesce; member
/openbmc/linux/include/uapi/linux/
H A Dethtool.h485 __u32 use_adaptive_tx_coalesce; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3587 ec->use_adaptive_tx_coalesce = ITR_IS_DYNAMIC(rc); in ice_get_rc_coalesce()
3711 (ec->use_adaptive_rx_coalesce || ec->use_adaptive_tx_coalesce)) { in ice_set_rc_coalesce()
3725 use_adaptive_coalesce = ec->use_adaptive_tx_coalesce; in ice_set_rc_coalesce()
3854 ec->use_adaptive_tx_coalesce, in __ice_set_coalesce()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1503 ec->use_adaptive_tx_coalesce = nn->tx_coalesce_adapt_on; in nfp_net_get_coalesce()
1798 nn->tx_coalesce_adapt_on = !!ec->use_adaptive_tx_coalesce; in nfp_net_set_coalesce()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2180 intr_coal->use_adaptive_tx_coalesce = in lio_get_intr_coalesce()
2461 intrmod.tx_enable = intr_coal->use_adaptive_tx_coalesce ? 1 : 0; in lio_set_intr_coalesce()
2483 if (!intr_coal->use_adaptive_tx_coalesce) { in lio_set_intr_coalesce()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2903 ec->use_adaptive_tx_coalesce = 1; in __i40e_get_coalesce()
2982 if (ec->use_adaptive_tx_coalesce) in i40e_set_itr_per_queue()
3062 ec->use_adaptive_tx_coalesce) { in __i40e_set_coalesce()
3075 if (ec->use_adaptive_tx_coalesce && !cur_tx_itr) in __i40e_set_coalesce()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c750 ec->use_adaptive_tx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c334 et->use_adaptive_tx_coalesce = adapter->aic_enabled; in be_get_coalesce()