Home
last modified time | relevance | path

Searched refs:MLX5_QP_ST_RC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/mlx5/
H A Dqp.h101 MLX5_QP_ST_RC = 0x0, enumerator
535 case MLX5_QP_ST_RC: return "RC"; in mlx5_qp_type_str()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c567 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5_fpga_conn_create_qp()
681 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5_fpga_conn_init_qp()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c813 case IB_QPT_RC: return MLX5_QP_ST_RC; in to_mlx5_st()
3606 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE |
3627 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH |
3651 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH |
3671 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE |
3696 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT |
3711 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT |
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c305 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in dr_create_rc_qp()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c373 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in qp_prepare()
429 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in qp_create()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c1060 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5vf_create_rc_qp()