Searched refs:mlx5e_open_cq (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 1716 static int mlx5e_open_cq(struct mlx5e_channel *c, in mlx5e_open_cq() function 1761 err = mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_tx_cqs() 1932 err = mlx5e_open_cq(c, icocq_moder, &cparam->icosq_cq, &c->icosq.cq); in mlx5e_open_channel() 1940 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->tx_cq, &c->xdpsq.cq); in mlx5e_open_channel() 1944 err = mlx5e_open_cq(c, params->rx_cq_moderation, &cparam->rx_cq, &c->rq.cq); in mlx5e_open_channel() 1949 err = c->xdp ? mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_channel()
|