Searched refs:MLX5_QP_ST_RC (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/mlx5/ |
| H A D | qp.h | 101 MLX5_QP_ST_RC = 0x0, enumerator 536 case MLX5_QP_ST_RC: return "RC"; in mlx5_qp_type_str()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | conn.c | 561 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5_fpga_conn_create_qp() 675 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5_fpga_conn_init_qp()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | qp.c | 813 case IB_QPT_RC: return MLX5_QP_ST_RC; in to_mlx5_st() 3620 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE | 3641 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH | 3665 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH | 3685 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE | 3710 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT | 3725 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT |
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_send.c | 305 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in dr_create_rc_qp()
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | cmd.c | 1267 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5vf_create_rc_qp()
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | mlx5_vnet.c | 393 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in qp_prepare() 449 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in qp_create()
|