Home
last modified time | relevance | path

Searched refs:mlx5e_open_cq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_iq.c333 err = mlx5e_open_cq(c->priv, cq_param, &iq->cq, in mlx5e_iq_open()
H A Dmlx5_en_main.c1516 err = mlx5e_open_cq(priv, &param_cq, &drop_rq->cq, in mlx5e_open_drop_rq()
2081 mlx5e_open_cq(struct mlx5e_priv *priv, in mlx5e_open_cq() function
2121 err = mlx5e_open_cq(c->priv, &cparam->tx_cq, &c->sq[tc].cq, in mlx5e_open_tx_cqs()
2262 err = mlx5e_open_cq(c->priv, &cparam->rx_cq, &c->rq.cq, in mlx5e_open_channel()
H A Den.h1285 int mlx5e_open_cq(struct mlx5e_priv *, struct mlx5e_cq_param *,
H A Dmlx5_en_rl.c257 err = mlx5e_open_cq(priv, &cparam->cq, &sq->cq, in mlx5e_rl_open_channel()