Home
last modified time | relevance | path

Searched refs:mlx5e_iq_open (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_iq.c326 mlx5e_iq_open(struct mlx5e_channel *c, in mlx5e_iq_open() function
H A Den.h1307 int mlx5e_iq_open(struct mlx5e_channel *, struct mlx5e_sq_param *, struct mlx5e_cq_param *, struct …
H A Dmlx5_en_main.c2271 err = mlx5e_iq_open(c, &cparam->sq, &cparam->tx_cq, &c->iq); in mlx5e_open_channel()