Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dtransobj.c380 if (next_state == MLX5_SQC_STATE_RDY) { in mlx5_hairpin_modify_sq()
398 MLX5_SQC_STATE_RST, MLX5_SQC_STATE_RDY, in mlx5_hairpin_pair_queues()
422 mlx5_hairpin_modify_sq(hp->peer_mdev, hp->sqn[j], MLX5_SQC_STATE_RDY, in mlx5_hairpin_pair_queues()
432 mlx5_hairpin_modify_sq(hp->peer_mdev, hp->sqn[i], MLX5_SQC_STATE_RDY, in mlx5_hairpin_unpair_peer_sq()
H A Den_main.c1638 if (p->rl_update && p->next_state == MLX5_SQC_STATE_RDY) { in mlx5e_modify_sq()
1642 if (p->qos_update && p->next_state == MLX5_SQC_STATE_RDY) { in mlx5e_modify_sq()
1674 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_create_sq_rdy()
2205 msp.curr_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate()
2206 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.c176 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_health_sq_to_ready()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c233 MLX5_SET(sqc, sqc, state, MLX5_SQC_STATE_RDY); in mlx5_aso_set_sq_rdy()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c3852 if (new_state != MLX5_SQC_STATE_RDY) in modify_raw_packet_qp_sq()
3888 (new_state != MLX5_SQC_STATE_RDY)) { in modify_raw_packet_qp_sq()
3890 if (new_state != MLX5_SQC_STATE_RDY) in modify_raw_packet_qp_sq()
3934 sq_state = MLX5_SQC_STATE_RDY; in modify_raw_packet_qp()
4871 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE_BAD, in sqrq_state_to_qp_state()
4877 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE, in sqrq_state_to_qp_state()
4883 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE_BAD, in sqrq_state_to_qp_state()
4889 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE, in sqrq_state_to_qp_state()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3789 MLX5_SQC_STATE_RDY = 0x1, enumerator