Home
last modified time | relevance | path

Searched refs:cparam (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c1248 struct mlx5e_channel_param *cparam) in mlx5e_build_channel_param() argument
1253 err = mlx5e_build_rq_param(mdev, params, NULL, &cparam->rq); in mlx5e_build_channel_param()
1257 icosq_log_wq_sz = mlx5e_build_icosq_log_wq_sz(mdev, params, &cparam->rq); in mlx5e_build_channel_param()
1260 mlx5e_build_sq_param(mdev, params, &cparam->txq_sq); in mlx5e_build_channel_param()
1261 mlx5e_build_xdpsq_param(mdev, params, &cparam->xdp_sq); in mlx5e_build_channel_param()
1262 mlx5e_build_icosq_param(mdev, icosq_log_wq_sz, &cparam->icosq); in mlx5e_build_channel_param()
1263 mlx5e_build_async_icosq_param(mdev, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2166 struct mlx5e_channel_param *cparam, in mlx5e_open_xdpredirect_sq() argument
2177 &cparam->xdp_sq.cqp, ccp, &xdpsq->cq); in mlx5e_open_xdpredirect_sq()
2181 err = mlx5e_open_xdpsq(c, params, &cparam->xdp_sq, NULL, xdpsq, true); in mlx5e_open_xdpredirect_sq()
2389 struct mlx5e_channel_param *cparam) in mlx5e_open_tx_cqs() argument
2395 err = mlx5e_open_cq(c->mdev, params->tx_cq_moderation, &cparam->txq_sq.cqp, in mlx5e_open_tx_cqs()
2456 struct mlx5e_channel_param *cparam) in mlx5e_open_sqs() argument
2472 params, &cparam->txq_sq, &c->sq[tc], tc, in mlx5e_open_sqs()
2592 struct mlx5e_channel_param *cparam) in mlx5e_open_queues() argument
2601 err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->async_icosq.cqp, &ccp, in mlx5e_open_queues()
2606 err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->icosq.cqp, &ccp, in mlx5e_open_queues()
[all …]