Searched refs:mlx5_core_qp_modify (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c669 return mlx5_core_qp_modify(mdev, MLX5_CMD_OP_2RST_QP, 0, NULL,
697 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_RST2INIT_QP, 0, qpc,
742 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_INIT2RTR_QP, 0, qpc,
779 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_RTR2RTS_QP, opt_mask, qpc,
977 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_2ERR_QP, 0, NULL,
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c282 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 opcode, function
298 EXPORT_SYMBOL_GPL(mlx5_core_qp_modify); variable
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h574 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 opcode,
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1920 err = mlx5_core_qp_modify(dev->mdev,
2795 err = mlx5_core_qp_modify(dev->mdev, op, optpar, context,

Completed in 85 milliseconds