Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c282 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, enum mlx5_qp_state cur_state, in mlx5_core_qp_modify() function
342 EXPORT_SYMBOL_GPL(mlx5_core_qp_modify);
/linux-4.4.14/include/linux/mlx5/
Dqp.h623 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, enum mlx5_qp_state cur_state,
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c1157 if (mlx5_core_qp_modify(dev->mdev, to_mlx5_state(qp->state), in destroy_qp_common()
1715 err = mlx5_core_qp_modify(dev->mdev, to_mlx5_state(cur_state), in __mlx5_ib_modify_qp()