Searched refs:mlx5_devx_cmd_modify_qp_state (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 538 if (mlx5_devx_cmd_modify_qp_state(eqp->fw_qp, MLX5_CMD_OP_RST2INIT_QP, in mlx5_vdpa_qps2rts() 544 if (mlx5_devx_cmd_modify_qp_state(eqp->sw_qp.qp, in mlx5_vdpa_qps2rts() 550 if (mlx5_devx_cmd_modify_qp_state(eqp->fw_qp, MLX5_CMD_OP_INIT2RTR_QP, in mlx5_vdpa_qps2rts() 556 if (mlx5_devx_cmd_modify_qp_state(eqp->sw_qp.qp, in mlx5_vdpa_qps2rts() 562 if (mlx5_devx_cmd_modify_qp_state(eqp->fw_qp, MLX5_CMD_OP_RTR2RTS_QP, in mlx5_vdpa_qps2rts() 568 if (mlx5_devx_cmd_modify_qp_state(eqp->sw_qp.qp, MLX5_CMD_OP_RTR2RTS_QP, in mlx5_vdpa_qps2rts()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_devx.c | 722 if (mlx5_devx_cmd_modify_qp_state(qp->qp, MLX5_CMD_OP_RST2INIT_QP, in mlx5_devx_qp2rts() 728 if (mlx5_devx_cmd_modify_qp_state(qp->qp, MLX5_CMD_OP_INIT2RTR_QP, in mlx5_devx_qp2rts() 734 if (mlx5_devx_cmd_modify_qp_state(qp->qp, MLX5_CMD_OP_RTR2RTS_QP, in mlx5_devx_qp2rts()
|
| H A D | version.map | 47 mlx5_devx_cmd_modify_qp_state;
|
| H A D | mlx5_devx_cmds.h | 659 int mlx5_devx_cmd_modify_qp_state(struct mlx5_devx_obj *qp,
|
| H A D | mlx5_devx_cmds.c | 2251 mlx5_devx_cmd_modify_qp_state(struct mlx5_devx_obj *qp, uint32_t qp_st_mod_op, in mlx5_devx_cmd_modify_qp_state() function
|