Home
last modified time | relevance | path

Searched refs:MLX4_QP_ST_RC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx4/
H A Dqp.h80 MLX4_QP_ST_RC = 0x0, enumerator
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c709 } else if (MLX4_QP_ST_RC == ts || MLX4_QP_ST_XRC == ts || MLX4_QP_ST_UC == ts) { in update_gid()
3150 case MLX4_QP_ST_RC: in verify_qp_parameters()
5317 if (MLX4_QP_ST_RC == ((qp->qpc_flags >> 16) & 0xff)) in mlx4_vf_immed_vlan_work_handler()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1327 case MLX4_IB_QPT_RC: return MLX4_QP_ST_RC; in to_mlx4_st()