Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c563 static enum mlx5_qp_state to_mlx5_state(enum ib_qp_state state) in to_mlx5_state() function
1165 if (mlx5_core_qp_modify(dev->mdev, to_mlx5_state(qp->state), in destroy_qp_common()
1711 mlx5_cur = to_mlx5_state(cur_state); in __mlx5_ib_modify_qp()
1712 mlx5_new = to_mlx5_state(new_state); in __mlx5_ib_modify_qp()
1729 err = mlx5_core_qp_modify(dev->mdev, to_mlx5_state(cur_state), in __mlx5_ib_modify_qp()
1730 to_mlx5_state(new_state), in, sqd_event, in __mlx5_ib_modify_qp()