Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mlx5/
Dqp.h78 enum mlx5_qp_state { enum
598 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, enum mlx5_qp_state cur_state,
599 enum mlx5_qp_state new_state,
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c275 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, enum mlx5_qp_state cur_state, in mlx5_core_qp_modify()
276 enum mlx5_qp_state new_state, in mlx5_core_qp_modify()
/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()
1576 enum mlx5_qp_state mlx5_cur, mlx5_new; in __mlx5_ib_modify_qp()
2964 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state()