Home
last modified time | relevance | path

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

/linux/lib/dim/
H A Dnet_dim.c90 net_dim_get_def_tx_moderation(u8 cq_period_mode) in net_dim_get_def_tx_moderation() function
97 EXPORT_SYMBOL(net_dim_get_def_tx_moderation);
/linux/include/linux/
H A Ddim.h417 struct dim_cq_moder net_dim_get_def_tx_moderation(u8 cq_period_mode);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1963 *cq_moder = net_dim_get_def_tx_moderation(cq_period_mode); in mlx5e_reset_tx_moderation()