Home
last modified time | relevance | path

Searched refs:net_dim_get_def_tx_moderation (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/dim/
H A Dnet_dim.c95 net_dim_get_def_tx_moderation(u8 cq_period_mode) in net_dim_get_def_tx_moderation() function
102 EXPORT_SYMBOL(net_dim_get_def_tx_moderation);
/openbmc/linux/include/linux/
H A Ddim.h303 struct dim_cq_moder net_dim_get_def_tx_moderation(u8 cq_period_mode);
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c540 params->tx_cq_moderation = net_dim_get_def_tx_moderation(dim_period_mode); in mlx5e_reset_tx_moderation()