Searched refs:mlx5_wq_cyc_create (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | wq.h | 80 int mlx5_wq_cyc_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param,
|
H A D | mlx5_wq.c | 63 int mlx5_wq_cyc_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_cyc_create() function
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_iq.c | 204 err = mlx5_wq_cyc_create(mdev, ¶m->wq, sqc_wq, in mlx5e_iq_create()
|
H A D | mlx5_en_rl.c | 132 err = mlx5_wq_cyc_create(mdev, ¶m->wq, sqc_wq, &sq->wq, in mlx5e_rl_create_sq()
|
H A D | mlx5_en_main.c | 1695 err = mlx5_wq_cyc_create(mdev, ¶m->wq, sqc_wq, &sq->wq, in mlx5e_create_sq()
|