Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c377 case MLX5_CMD_OP_RST2INIT_QP: in get_ece_from_mbox()
426 case MLX5_CMD_OP_RST2INIT_QP: in modify_qp_mbox_alloc()
H A Ddevx.c508 case MLX5_CMD_OP_RST2INIT_QP: in devx_get_obj_id()
851 case MLX5_CMD_OP_RST2INIT_QP: in devx_is_obj_modify_cmd()
H A Dqp.c3916 case MLX5_CMD_OP_RST2INIT_QP: in modify_raw_packet_qp()
4118 [MLX5_QP_STATE_INIT] = MLX5_CMD_OP_RST2INIT_QP, in __mlx5_ib_modify_qp()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c218 MLX5_SET(rst2init_qp_in, in, opcode, MLX5_CMD_OP_RST2INIT_QP); in mlx5i_init_underlay_qp()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c990 case MLX5_CMD_OP_RST2INIT_QP: in alloc_inout()
1095 err = modify_qp(ndev, mvq, true, MLX5_CMD_OP_RST2INIT_QP); in connect_qps()
1099 err = modify_qp(ndev, mvq, false, MLX5_CMD_OP_RST2INIT_QP); in connect_qps()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c690 MLX5_SET(rst2init_qp_in, in, opcode, MLX5_CMD_OP_RST2INIT_QP); in mlx5_fpga_conn_init_qp()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c919 MLX5_SET(rst2init_qp_in, in, opcode, MLX5_CMD_OP_RST2INIT_QP); in dr_modify_qp_rst2init()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c1135 MLX5_SET(rst2init_qp_in, init_in, opcode, MLX5_CMD_OP_RST2INIT_QP); in mlx5vf_activate_qp()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c414 case MLX5_CMD_OP_RST2INIT_QP: in mlx5_internal_err_ret_value()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h156 MLX5_CMD_OP_RST2INIT_QP = 0x502, enumerator