Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcoalesce.c243 coal->use_adaptive_tx_coalesce, supported) || in coalesce_fill_reply()
606 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in __ethnl_set_coalesce()
H A Dioctl.c2134 if (coalesce->use_adaptive_tx_coalesce) in ethtool_set_coalesce_supported()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c476 cmd->use_adaptive_tx_coalesce = 1; in otx2_get_coalesce()
479 cmd->use_adaptive_tx_coalesce = 0; in otx2_get_coalesce()
498 if (ec->use_adaptive_rx_coalesce != ec->use_adaptive_tx_coalesce) { in otx2_set_coalesce()
/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()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1373 cmd->use_adaptive_tx_coalesce = tx_coal->adapt_enable; in hns3_get_coalesce()
1545 cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce_per_queue()
1596 tx_coal->adapt_enable = cmd->use_adaptive_tx_coalesce; in hns3_set_coalesce()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c1349 ec->use_adaptive_tx_coalesce = in __idpf_get_q_coalesce()
1455 use_adaptive_coalesce = ec->use_adaptive_tx_coalesce; in __idpf_set_q_coalesce()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c350 ec->use_adaptive_tx_coalesce = 1; in wx_update_rsc()
/linux/include/uapi/linux/
H A Dethtool.h423 * @use_adaptive_tx_coalesce: Enable adaptive TX coalescing.
482 __u32 use_adaptive_tx_coalesce; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c4053 ec->use_adaptive_tx_coalesce = ITR_IS_DYNAMIC(rc); in ice_get_rc_coalesce()
4177 (ec->use_adaptive_rx_coalesce || ec->use_adaptive_tx_coalesce)) { in ice_set_rc_coalesce()
4191 use_adaptive_coalesce = ec->use_adaptive_tx_coalesce; in ice_set_rc_coalesce()
4320 ec->use_adaptive_tx_coalesce, in __ice_set_coalesce()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2182 intr_coal->use_adaptive_tx_coalesce = in lio_get_intr_coalesce()
2463 intrmod.tx_enable = intr_coal->use_adaptive_tx_coalesce ? 1 : 0; in lio_set_intr_coalesce()
2485 if (!intr_coal->use_adaptive_tx_coalesce) { in lio_set_intr_coalesce()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1882 ec->use_adaptive_tx_coalesce = nn->tx_coalesce_adapt_on; in nfp_net_get_coalesce()
2195 nn->tx_coalesce_adapt_on = !!ec->use_adaptive_tx_coalesce; in nfp_net_set_coalesce()
/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()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c334 et->use_adaptive_tx_coalesce = adapter->aic_enabled; in be_get_coalesce()