Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c180 int mlx5_core_create_qp(struct mlx5_core_dev *dev, in mlx5_core_create_qp() function
239 EXPORT_SYMBOL_GPL(mlx5_core_create_qp);
/linux-4.1.27/include/linux/mlx5/
Dqp.h594 int mlx5_core_create_qp(struct mlx5_core_dev *dev,
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c1029 err = mlx5_core_create_qp(dev->mdev, &qp->mqp, in, inlen); in create_qp_common()