Searched refs:cparam (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 2156 struct mlx5e_channel_param *cparam, in mlx5e_open_xdpredirect_sq() argument 2167 &cparam->xdp_sq.cqp, ccp, &xdpsq->cq); in mlx5e_open_xdpredirect_sq() 2171 err = mlx5e_open_xdpsq(c, params, &cparam->xdp_sq, NULL, xdpsq, true); in mlx5e_open_xdpredirect_sq() 2379 struct mlx5e_channel_param *cparam) in mlx5e_open_tx_cqs() argument 2385 err = mlx5e_open_cq(c->mdev, params->tx_cq_moderation, &cparam->txq_sq.cqp, in mlx5e_open_tx_cqs() 2446 struct mlx5e_channel_param *cparam) in mlx5e_open_sqs() argument 2462 params, &cparam->txq_sq, &c->sq[tc], tc, in mlx5e_open_sqs() 2586 struct mlx5e_channel_param *cparam, in mlx5e_open_async_icosq() argument 2598 err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->async_icosq.cqp, ccp, in mlx5e_open_async_icosq() 2603 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, async_icosq, in mlx5e_open_async_icosq() [all …]
|