Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c228 int mlx5_core_create_qp(struct mlx5_core_dev *dev, in mlx5_core_create_qp() function
267 EXPORT_SYMBOL_GPL(mlx5_core_create_qp);
/Linux-v4.19/include/linux/mlx5/
Dqp.h560 int mlx5_core_create_qp(struct mlx5_core_dev *dev,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c201 ret = mlx5_core_create_qp(mdev, qp, in, inlen); in mlx5i_create_underlay_qp()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c599 err = mlx5_core_create_qp(mdev, &conn->qp.mqp, in, inlen); in mlx5_fpga_conn_create_qp()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c1916 err = mlx5_core_create_qp(dev->mdev, &base->mqp, in, inlen); in create_qp_common()