H A D | en_main.c | 2069 struct mlx5e_channel_param *cparam) in mlx5e_open_tx_cqs() argument 2075 err = mlx5e_open_cq(c->priv, params->tx_cq_moderation, &cparam->txq_sq.cqp, in mlx5e_open_tx_cqs() 2136 struct mlx5e_channel_param *cparam) in mlx5e_open_sqs() argument 2149 params, &cparam->txq_sq, &c->sq[tc], tc, in mlx5e_open_sqs() 2268 struct mlx5e_channel_param *cparam) in mlx5e_open_queues() argument 2276 err = mlx5e_open_cq(c->priv, icocq_moder, &cparam->async_icosq.cqp, &ccp, in mlx5e_open_queues() 2281 err = mlx5e_open_cq(c->priv, icocq_moder, &cparam->icosq.cqp, &ccp, in mlx5e_open_queues() 2286 err = mlx5e_open_tx_cqs(c, params, &ccp, cparam); in mlx5e_open_queues() 2290 err = mlx5e_open_cq(c->priv, params->tx_cq_moderation, &cparam->xdp_sq.cqp, &ccp, in mlx5e_open_queues() 2295 err = mlx5e_open_cq(c->priv, params->rx_cq_moderation, &cparam in mlx5e_open_queues() 2446 mlx5e_open_channel(struct mlx5e_priv * priv,int ix,struct mlx5e_params * params,struct mlx5e_channel_param * cparam,struct xsk_buff_pool * xsk_pool,struct mlx5e_channel ** cp) mlx5e_open_channel() argument 2560 struct mlx5e_channel_param *cparam; mlx5e_open_channels() local [all...] |