Searched refs:MLX5_QP_ST_RC (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/mlx5/ |
D | qp.h | 101 MLX5_QP_ST_RC = 0x0, enumerator 522 case MLX5_QP_ST_RC: return "RC"; in mlx5_qp_type_str()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 567 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()
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | qp.c | 732 case IB_QPT_RC: return MLX5_QP_ST_RC; in to_mlx5_st() 3514 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE | 3535 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH | 3559 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH | 3579 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE | 3604 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT | 3619 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT |
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 160 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in dr_create_rc_qp()
|
/linux-6.1.9/drivers/vfio/pci/mlx5/ |
D | cmd.c | 799 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5vf_create_rc_qp()
|
/linux-6.1.9/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 416 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in qp_prepare() 472 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in qp_create()
|