Searched refs:mlx4_qp_modify (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx4/ ! |
H A D | qp.c | 213 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_modify() function 222 EXPORT_SYMBOL_GPL(mlx4_qp_modify); 937 err = mlx4_qp_modify(dev, mtt, states[i], states[i + 1], in mlx4_qp_to_ready()
|
/linux/include/linux/mlx4/ ! |
H A D | qp.h | 478 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
|
/linux/drivers/infiniband/hw/mlx4/ ! |
H A D | qp.c | 1396 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_rss() 1416 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_common() 2543 err = mlx4_qp_modify(dev->dev, &qp->mtt, to_mlx4_state(cur_state), in __mlx4_ib_modify_qp()
|