Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c667 return mlx5_core_qp_modify(mdev, MLX5_CMD_OP_2RST_QP, 0, NULL, in mlx5_fpga_conn_reset_qp()
695 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_RST2INIT_QP, 0, qpc, in mlx5_fpga_conn_init_qp()
740 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_INIT2RTR_QP, 0, qpc, in mlx5_fpga_conn_rtr_qp()
777 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_RTR2RTS_QP, opt_mask, qpc, in mlx5_fpga_conn_rts_qp()
975 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_2ERR_QP, 0, NULL, in mlx5_fpga_conn_destroy()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c290 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 opcode, in mlx5_core_qp_modify() function
306 EXPORT_SYMBOL_GPL(mlx5_core_qp_modify);
/freebsd/sys/dev/mlx5/
H A Dqp.h589 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 opcode,
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2010 err = mlx5_core_qp_modify(dev->mdev, in destroy_qp_common()
2910 err = mlx5_core_qp_modify(dev->mdev, op, optpar, context, in __mlx5_ib_modify_qp()