Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c961 priv->params.tx_cq_moderation_usec = in mlx5e_ethtool_handler()
1445 priv->params_ethtool.tx_coalesce_usecs = priv->params.tx_cq_moderation_usec; in mlx5e_create_ethtool()
H A Dmlx5_en_main.c2462 MLX5_SET(cqc, cqc, cq_period, priv->params.tx_cq_moderation_usec); in mlx5e_build_tx_cq_param()
2572 priv->params.tx_cq_moderation_usec, in mlx5e_refresh_sq_params()
2578 priv->params.tx_cq_moderation_usec, in mlx5e_refresh_sq_params()
3931 priv->params.tx_cq_moderation_usec = in mlx5e_build_ifp_priv()
H A Den.h673 u16 tx_cq_moderation_usec; member