Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c555 static enum mlx5_qp_state to_mlx5_state(enum ib_qp_state state) in to_mlx5_state() function
1157 if (mlx5_core_qp_modify(dev->mdev, to_mlx5_state(qp->state), in destroy_qp_common()
1697 mlx5_cur = to_mlx5_state(cur_state); in __mlx5_ib_modify_qp()
1698 mlx5_new = to_mlx5_state(new_state); in __mlx5_ib_modify_qp()
1715 err = mlx5_core_qp_modify(dev->mdev, to_mlx5_state(cur_state), in __mlx5_ib_modify_qp()
1716 to_mlx5_state(new_state), in, sqd_event, in __mlx5_ib_modify_qp()