Searched refs:MLX5_QP_ST_RC (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/linux/mlx5/ |
A 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.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
A 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.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | qp.c | 809 case IB_QPT_RC: return MLX5_QP_ST_RC; in to_mlx5_st() 3591 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE | 3612 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH | 3636 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_ALT_ADDR_PATH | 3656 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RRE | 3681 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT | 3696 [MLX5_QP_ST_RC] = MLX5_QP_OPTPAR_RNR_TIMEOUT |
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_send.c | 298 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in dr_create_rc_qp()
|
/linux-6.3-rc2/drivers/vdpa/mlx5/net/ |
A D | mlx5_vnet.c | 373 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()
|
/linux-6.3-rc2/drivers/vfio/pci/mlx5/ |
A D | cmd.c | 1106 MLX5_SET(qpc, qpc, st, MLX5_QP_ST_RC); in mlx5vf_create_rc_qp()
|
Completed in 27 milliseconds