Searched refs:tx_cq_moderation (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | params.c | 540 params->tx_cq_moderation = net_dim_get_def_tx_moderation(dim_period_mode); in mlx5e_reset_tx_moderation() 542 params->tx_cq_moderation = mlx5e_get_def_tx_moderation(cq_period_mode); in mlx5e_reset_tx_moderation() 561 params->tx_cq_moderation.cq_period_mode == in mlx5e_set_tx_cq_mode_params() 1042 param->cq_period_mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_build_tx_cq_param()
|
H A D | qos.c | 127 err = mlx5e_open_cq(priv, params->tx_cq_moderation, ¶m_cq, &ccp, &sq->cq); in mlx5e_open_qos_sq()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | setup.c | 141 err = mlx5e_open_cq(c->priv, params->tx_cq_moderation, &cparam->xdp_sq.cqp, &ccp, in mlx5e_open_xsk()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 545 tx_moder = &priv->channels.params.tx_cq_moderation; in mlx5e_ethtool_get_coalesce() 658 tx_moder = &new_params.tx_cq_moderation; in mlx5e_ethtool_set_coalesce() 1905 priv->channels.params.tx_cq_moderation.cq_period_mode; in set_pflag_cqe_based_moder()
|
H A D | en.h | 308 struct dim_cq_moder tx_cq_moderation; member
|
H A D | en_main.c | 1550 sq->dim.mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_alloc_txqsq() 2075 err = mlx5e_open_cq(c->priv, params->tx_cq_moderation, &cparam->txq_sq.cqp, in mlx5e_open_tx_cqs() 2290 err = mlx5e_open_cq(c->priv, params->tx_cq_moderation, &cparam->xdp_sq.cqp, &ccp, in mlx5e_open_queues() 2300 err = c->xdp ? mlx5e_open_cq(c->priv, params->tx_cq_moderation, &cparam->xdp_sq.cqp, in mlx5e_open_queues()
|