Home
last modified time | relevance | path

Searched refs:use_adaptive_rx_coalesce (Results 1 – 25 of 37) sorted by relevance

12

/linux-5.19.10/drivers/soc/fsl/dpio/
Ddpio-service.c856 int use_adaptive_rx_coalesce) in dpaa2_io_set_adaptive_coalescing() argument
858 d->swp->use_adaptive_rx_coalesce = use_adaptive_rx_coalesce; in dpaa2_io_set_adaptive_coalescing()
871 return d->swp->use_adaptive_rx_coalesce; in dpaa2_io_get_adaptive_coalescing()
885 if (!d->swp->use_adaptive_rx_coalesce) in dpaa2_io_update_net_dim()
Dqbman-portal.h165 int use_adaptive_rx_coalesce; member
/linux-5.19.10/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c315 if (rxcoal->use_adaptive_rx_coalesce) in enic_get_coalesce()
316 ecmd->use_adaptive_rx_coalesce = 1; in enic_get_coalesce()
388 rxcoal->use_adaptive_rx_coalesce = !!ecmd->use_adaptive_rx_coalesce; in enic_set_coalesce()
389 if (!rxcoal->use_adaptive_rx_coalesce) in enic_set_coalesce()
Denic.h80 u32 use_adaptive_rx_coalesce; member
Denic_main.c1420 if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) in enic_rq_indicate_buf()
1545 if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) in enic_poll()
1557 if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) in enic_poll()
1670 if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) in enic_poll_msix_rq()
1682 if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce) in enic_poll_msix_rq()
1850 rx_coal->use_adaptive_rx_coalesce = 1; in enic_set_rx_coal_setting()
/linux-5.19.10/drivers/net/ethernet/sfc/
Dethtool.c114 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in efx_ethtool_get_coalesce()
137 adaptive = coalesce->use_adaptive_rx_coalesce; in efx_ethtool_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Dethtool.c114 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in efx_ethtool_get_coalesce()
137 adaptive = coalesce->use_adaptive_rx_coalesce; in efx_ethtool_set_coalesce()
/linux-5.19.10/include/soc/fsl/
Ddpaa2-io.h138 int use_adaptive_rx_coalesce);
/linux-5.19.10/net/ethtool/
Dcoalesce.c155 coal->use_adaptive_rx_coalesce, supported) || in coalesce_fill_reply()
294 ethnl_update_bool32(&coalesce.use_adaptive_rx_coalesce, in ethnl_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c460 cmd->use_adaptive_rx_coalesce = 1; in otx2_get_coalesce()
463 cmd->use_adaptive_rx_coalesce = 0; in otx2_get_coalesce()
483 if (ec->use_adaptive_rx_coalesce != ec->use_adaptive_tx_coalesce) { in otx2_set_coalesce()
493 if (!ec->use_adaptive_rx_coalesce) in otx2_set_coalesce()
497 if (ec->use_adaptive_rx_coalesce) in otx2_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/amazon/ena/
Dena_ethtool.c381 coalesce->use_adaptive_rx_coalesce = in ena_get_coalesce()
435 if (coalesce->use_adaptive_rx_coalesce && in ena_set_coalesce()
439 if (!coalesce->use_adaptive_rx_coalesce && in ena_set_coalesce()
/linux-5.19.10/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c1073 ec->use_adaptive_rx_coalesce = true; in vmxnet3_get_coalesce()
1109 (ec->use_adaptive_rx_coalesce == 0) && in vmxnet3_set_coalesce()
1120 if ((ec->use_adaptive_rx_coalesce != 0) || in vmxnet3_set_coalesce()
1138 if (ec->use_adaptive_rx_coalesce != 0) { in vmxnet3_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c752 ec->use_adaptive_rx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
808 if (ec->use_adaptive_rx_coalesce != priv->ae_handle->coal_adapt_en) in hns_set_coalesce()
809 priv->ae_handle->coal_adapt_en = ec->use_adaptive_rx_coalesce; in hns_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c709 ec->use_adaptive_rx_coalesce = 1; in __iavf_get_coalesce()
773 ec->use_adaptive_rx_coalesce) { in iavf_set_itr_per_queue()
792 if (!ec->use_adaptive_rx_coalesce) in iavf_set_itr_per_queue()
827 if (ec->use_adaptive_rx_coalesce) in __iavf_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c834 ic->use_adaptive_rx_coalesce = dpaa2_io_get_adaptive_coalescing(dpio); in dpaa2_eth_get_coalesce()
860 ic->use_adaptive_rx_coalesce); in dpaa2_eth_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c605 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()
630 if (ic->use_adaptive_rx_coalesce) { in enetc_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c333 et->use_adaptive_rx_coalesce = adapter->aic_enabled; in be_get_coalesce()
352 adapter->aic_enabled = et->use_adaptive_rx_coalesce; in be_set_coalesce()
367 if (!et->use_adaptive_rx_coalesce && skyhawk_chip(adapter)) in be_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c422 coalesce->use_adaptive_rx_coalesce = test_bit(IONIC_LIF_F_RX_DIM_INTR, lif->state); in ionic_get_coalesce()
477 if (coalesce->use_adaptive_rx_coalesce) { in ionic_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c320 coalesce->use_adaptive_rx_coalesce = in bnad_get_coalesce()
359 if (coalesce->use_adaptive_rx_coalesce) { in bnad_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c529 coal->use_adaptive_rx_coalesce = priv->channels.params.rx_dim_enabled; in mlx5e_ethtool_get_coalesce()
642 new_params.rx_dim_enabled = !!coal->use_adaptive_rx_coalesce; in mlx5e_ethtool_set_coalesce()
649 reset_rx = !!coal->use_adaptive_rx_coalesce != priv->channels.params.rx_dim_enabled; in mlx5e_ethtool_set_coalesce()
681 if (!coal->use_adaptive_rx_coalesce) in mlx5e_ethtool_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c648 ec->use_adaptive_rx_coalesce = ITR_IS_ADAPTIVE(interface->rx_itr); in fm10k_get_coalesce()
676 if (ec->use_adaptive_rx_coalesce) in fm10k_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c762 adapter->params.sge.coalesce_enable = c->use_adaptive_rx_coalesce; in set_coalesce()
776 c->use_adaptive_rx_coalesce = adapter->params.sge.coalesce_enable; in get_coalesce()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c1101 ec->use_adaptive_rx_coalesce = nn->rx_coalesce_adapt_on; in nfp_net_get_coalesce()
1393 nn->rx_coalesce_adapt_on = !!ec->use_adaptive_rx_coalesce; in nfp_net_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Dethtool.c594 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in ef4_ethtool_get_coalesce()
617 adaptive = coalesce->use_adaptive_rx_coalesce; in ef4_ethtool_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1324 cmd->use_adaptive_rx_coalesce = rx_coal->adapt_enable; in hns3_get_coalesce()
1497 cmd->use_adaptive_rx_coalesce; in hns3_set_coalesce_per_queue()
1547 rx_coal->adapt_enable = cmd->use_adaptive_rx_coalesce; in hns3_set_coalesce()

12