Home
last modified time | relevance | path

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

12

/linux/drivers/soc/fsl/dpio/
A 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()
A Dqbman-portal.h165 int use_adaptive_rx_coalesce; member
/linux/drivers/net/ethernet/cisco/enic/
A Denic_ethtool.c311 if (rxcoal->use_adaptive_rx_coalesce) in enic_get_coalesce()
312 ecmd->use_adaptive_rx_coalesce = 1; in enic_get_coalesce()
384 rxcoal->use_adaptive_rx_coalesce = !!ecmd->use_adaptive_rx_coalesce; in enic_set_coalesce()
385 if (!rxcoal->use_adaptive_rx_coalesce) in enic_set_coalesce()
A Denic.h80 u32 use_adaptive_rx_coalesce; member
A 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/drivers/net/ethernet/sfc/
A 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/include/soc/fsl/
A Ddpaa2-io.h138 int use_adaptive_rx_coalesce);
/linux/net/ethtool/
A 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/drivers/net/ethernet/amazon/ena/
A Dena_ethtool.c378 coalesce->use_adaptive_rx_coalesce = in ena_get_coalesce()
432 if (coalesce->use_adaptive_rx_coalesce && in ena_set_coalesce()
436 if (!coalesce->use_adaptive_rx_coalesce && in ena_set_coalesce()
/linux/drivers/net/vmxnet3/
A Dvmxnet3_ethtool.c1071 ec->use_adaptive_rx_coalesce = true; in vmxnet3_get_coalesce()
1107 (ec->use_adaptive_rx_coalesce == 0) && in vmxnet3_set_coalesce()
1118 if ((ec->use_adaptive_rx_coalesce != 0) || in vmxnet3_set_coalesce()
1136 if (ec->use_adaptive_rx_coalesce != 0) { in vmxnet3_set_coalesce()
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_ethtool.c748 ec->use_adaptive_rx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
804 if (ec->use_adaptive_rx_coalesce != priv->ae_handle->coal_adapt_en) in hns_set_coalesce()
805 priv->ae_handle->coal_adapt_en = ec->use_adaptive_rx_coalesce; in hns_set_coalesce()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c697 ec->use_adaptive_rx_coalesce = 1; in __iavf_get_coalesce()
761 ec->use_adaptive_rx_coalesce) { in iavf_set_itr_per_queue()
780 if (!ec->use_adaptive_rx_coalesce) in iavf_set_itr_per_queue()
819 if (ec->use_adaptive_rx_coalesce) in __iavf_set_coalesce()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c832 ic->use_adaptive_rx_coalesce = dpaa2_io_get_adaptive_coalescing(dpio); in dpaa2_eth_get_coalesce()
858 ic->use_adaptive_rx_coalesce); in dpaa2_eth_set_coalesce()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_ethtool.c601 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()
626 if (ic->use_adaptive_rx_coalesce) { in enetc_set_coalesce()
/linux/drivers/net/ethernet/emulex/benet/
A 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/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c524 coal->use_adaptive_rx_coalesce = priv->channels.params.rx_dim_enabled; in mlx5e_ethtool_get_coalesce()
614 new_params.rx_dim_enabled = !!coal->use_adaptive_rx_coalesce; in mlx5e_ethtool_set_coalesce()
621 reset_rx = !!coal->use_adaptive_rx_coalesce != priv->channels.params.rx_dim_enabled; in mlx5e_ethtool_set_coalesce()
641 if (!coal->use_adaptive_rx_coalesce) in mlx5e_ethtool_set_coalesce()
/linux/drivers/net/ethernet/pensando/ionic/
A 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/drivers/net/ethernet/brocade/bna/
A Dbnad_ethtool.c320 coalesce->use_adaptive_rx_coalesce = in bnad_get_coalesce()
359 if (coalesce->use_adaptive_rx_coalesce) { in bnad_set_coalesce()
/linux/drivers/net/ethernet/intel/fm10k/
A Dfm10k_ethtool.c644 ec->use_adaptive_rx_coalesce = ITR_IS_ADAPTIVE(interface->rx_itr); in fm10k_get_coalesce()
672 if (ec->use_adaptive_rx_coalesce) in fm10k_set_coalesce()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c1230 cmd->use_adaptive_rx_coalesce = rx_coal->adapt_enable; in hns3_get_coalesce()
1381 cmd->use_adaptive_rx_coalesce; in hns3_set_coalesce_per_queue()
1431 rx_coal->adapt_enable = cmd->use_adaptive_rx_coalesce; in hns3_set_coalesce()
/linux/drivers/net/ethernet/chelsio/cxgb/
A Dcxgb2.c758 adapter->params.sge.coalesce_enable = c->use_adaptive_rx_coalesce; in set_coalesce()
772 c->use_adaptive_rx_coalesce = adapter->params.sge.coalesce_enable; in get_coalesce()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_ethtool.c1091 ec->use_adaptive_rx_coalesce = nn->rx_coalesce_adapt_on; in nfp_net_get_coalesce()
1381 nn->rx_coalesce_adapt_on = !!ec->use_adaptive_rx_coalesce; in nfp_net_set_coalesce()
/linux/drivers/net/ethernet/sfc/falcon/
A 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/drivers/net/ethernet/
A Djme.c2399 ecmd->use_adaptive_rx_coalesce = false; in jme_get_coalesce()
2405 ecmd->use_adaptive_rx_coalesce = true; in jme_get_coalesce()
2438 if (ecmd->use_adaptive_rx_coalesce && in jme_set_coalesce()
2447 } else if (!(ecmd->use_adaptive_rx_coalesce) && in jme_set_coalesce()
/linux/include/uapi/linux/
A Dethtool.h485 __u32 use_adaptive_rx_coalesce; member

Completed in 1092 milliseconds

12