Home
last modified time | relevance | path

Searched refs:dim_cq_moder (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/include/linux/
H A Ddim.h52 struct dim_cq_moder { struct
85 struct dim_cq_moder __rcu *rx_profile;
86 struct dim_cq_moder __rcu *tx_profile;
280 struct dim_cq_moder
290 struct dim_cq_moder
398 struct dim_cq_moder net_dim_get_rx_moderation(u8 cq_period_mode, int ix);
404 struct dim_cq_moder net_dim_get_def_rx_moderation(u8 cq_period_mode);
411 struct dim_cq_moder net_dim_get_tx_moderation(u8 cq_period_mode, int ix);
417 struct dim_cq_moder net_dim_get_def_tx_moderation(u8 cq_period_mode);
/linux-6.15/lib/dim/
H A Dnet_dim.c47 static const struct dim_cq_moder
53 static const struct dim_cq_moder
59 struct dim_cq_moder
62 struct dim_cq_moder cq_moder = rx_profile[cq_period_mode][ix]; in net_dim_get_rx_moderation()
69 struct dim_cq_moder
79 struct dim_cq_moder
89 struct dim_cq_moder
104 struct dim_cq_moder *rxp = NULL, *txp; in net_dim_init_irq_moder()
151 struct dim_cq_moder *rxp, *txp; in net_dim_free_irq_moder()
195 struct dim_cq_moder res, *profile; in net_dim_get_rx_irq_moder()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dim.c37 mlx5e_complete_dim_work(struct dim *dim, struct dim_cq_moder moder, in mlx5e_complete_dim_work()
49 struct dim_cq_moder cur_moder = in mlx5e_rx_dim_work()
59 struct dim_cq_moder cur_moder = in mlx5e_tx_dim_work()
H A Den.h302 struct dim_cq_moder rx_cq_moderation;
303 struct dim_cq_moder tx_cq_moderation;
789 struct dim_cq_moder rx_cq_moder;
790 struct dim_cq_moder tx_cq_moder;
1037 bool mlx5e_reset_rx_moderation(struct dim_cq_moder *cq_moder, u8 cq_period_mode,
1058 int mlx5e_open_cq(struct mlx5_core_dev *mdev, struct dim_cq_moder moder,
1125 bool mlx5e_reset_tx_moderation(struct dim_cq_moder *cq_moder, u8 cq_period_mode,
H A Den_ethtool.c574 struct dim_cq_moder *rx_moder, *tx_moder; in mlx5e_ethtool_get_coalesce()
609 struct dim_cq_moder cur_moder; in mlx5e_ethtool_get_per_queue_coalesce()
672 mlx5e_set_priv_channels_tx_coalesce(struct mlx5e_priv *priv, struct dim_cq_moder *moder) in mlx5e_set_priv_channels_tx_coalesce()
694 mlx5e_set_priv_channels_rx_coalesce(struct mlx5e_priv *priv, struct dim_cq_moder *moder) in mlx5e_set_priv_channels_rx_coalesce()
716 struct dim_cq_moder *rx_moder, *tx_moder; in mlx5e_ethtool_set_coalesce()
H A Den_main.c1909 static struct dim_cq_moder mlx5e_get_def_tx_moderation(u8 cq_period_mode) in mlx5e_get_def_tx_moderation()
1911 return (struct dim_cq_moder) { in mlx5e_get_def_tx_moderation()
1920 bool mlx5e_reset_tx_moderation(struct dim_cq_moder *cq_moder, u8 cq_period_mode, in mlx5e_reset_tx_moderation()
2209 int mlx5e_open_cq(struct mlx5_core_dev *mdev, struct dim_cq_moder moder, in mlx5e_open_cq()
2484 struct dim_cq_moder icocq_moder = {0, 0}; in mlx5e_open_queues()
4095 static struct dim_cq_moder mlx5e_get_def_rx_moderation(u8 cq_period_mode) in mlx5e_get_def_rx_moderation()
4097 return (struct dim_cq_moder) { in mlx5e_get_def_rx_moderation()
4106 bool mlx5e_reset_rx_moderation(struct dim_cq_moder *cq_moder, u8 cq_period_mode, in mlx5e_reset_rx_moderation()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dim.c23 struct dim_cq_moder cur_moder = in bnxt_dim_work()
/linux-6.15/net/ethtool/
H A Dcoalesce.c152 const struct dim_cq_moder *profile, in coalesce_put_profile()
440 struct dim_cq_moder __rcu **dst, in ethnl_update_profile()
448 struct dim_cq_moder *new_profile, *old_profile; in ethnl_update_profile()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtrap.c64 struct dim_cq_moder trap_moder = {}; in mlx5e_open_trap_rq()
H A Dptp.c553 struct dim_cq_moder ptp_moder = {}; in mlx5e_ptp_open_tx_cqs()
606 struct dim_cq_moder ptp_moder = {}; in mlx5e_ptp_open_rx_cq()
/linux-6.15/Documentation/networking/
H A Dnet_dim.rst187 :c:type:`struct dim_cq_moder <dim_cq_moder>`).
/linux-6.15/drivers/infiniband/core/
H A Dcq.c26 static const struct dim_cq_moder
/linux-6.15/drivers/soc/fsl/dpio/
H A Ddpio-service.c115 struct dim_cq_moder moder = in dpaa2_io_dim_work()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c614 struct dim_cq_moder moder; in bcm_sysport_set_coalesce()
1096 struct dim_cq_moder cur_profile = net_dim_get_rx_moderation(dim->mode, in bcm_sysport_dim_work()
1463 struct dim_cq_moder moder; in bcm_sysport_init_rx_coalesce()
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c870 struct dim_cq_moder moder; in bcmgenet_set_ring_rx_coalesce()
2416 struct dim_cq_moder cur_profile = in bcmgenet_dim_work()
2609 struct dim_cq_moder moder; in bcmgenet_init_rx_coalesce()
/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c1164 struct dim_cq_moder moder; in nfp_net_rx_dim_work()
1194 struct dim_cq_moder moder; in nfp_net_tx_dim_work()
/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3671 struct dim_cq_moder cur_profile; in mtk_dim_rx()
3702 struct dim_cq_moder cur_profile; in mtk_dim_tx()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4637 struct dim_cq_moder cur_moder = in hns3_rx_dim_work()
4657 struct dim_cq_moder cur_moder = in hns3_tx_dim_work()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1805 struct dim_cq_moder cur_moder; in otx2_dim_work()
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1020 struct dim_cq_moder moder = in enetc_rx_dim_work()
/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1336 struct dim_cq_moder cur_moder = in ena_dim_work()
/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c57 struct dim_cq_moder cur_moder; in ionic_dim_work()
/linux-6.15/drivers/net/
H A Dvirtio_net.c5274 struct dim_cq_moder update_moder; in virtnet_rx_dim_work()