Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c358 int mlx5_core_create_dct(struct mlx5_core_dev *dev, in mlx5_core_create_dct() function
403 EXPORT_SYMBOL_GPL(mlx5_core_create_dct);
/src/sys/dev/mlx5/
H A Dqp.h602 int mlx5_core_create_dct(struct mlx5_core_dev *dev,
/src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1440 err = mlx5_core_create_dct(dev->mdev, &obj->core_dct, in MLX5_IB_METHOD_DEVX_OBJ_CREATE()