Searched refs:MLX5_SQC_STATE_RDY (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_iq.c346 err = mlx5e_iq_modify(iq, MLX5_SQC_STATE_RST, MLX5_SQC_STATE_RDY);
398 (void) mlx5e_iq_modify(iq, MLX5_SQC_STATE_RDY, MLX5_SQC_STATE_ERR);
H A Dmlx5_en_rl.c201 err = mlx5e_modify_sq(sq, MLX5_SQC_STATE_RST, MLX5_SQC_STATE_RDY);
367 MLX5_SET(modify_sq_in, in, sq_state, MLX5_SQC_STATE_RDY);
369 MLX5_SET(sqc, sqc, state, MLX5_SQC_STATE_RDY);
H A Dmlx5_en_main.c1831 err = mlx5e_modify_sq(sq, MLX5_SQC_STATE_RST, MLX5_SQC_STATE_RDY);
1944 error = mlx5e_modify_sq(sq, MLX5_SQC_STATE_RDY, MLX5_SQC_STATE_ERR);
4037 MLX5_SQC_STATE_RDY);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2631 sq_state = MLX5_SQC_STATE_RDY;
4421 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE_BAD,
4427 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE,
4433 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE_BAD,
4439 [MLX5_SQC_STATE_RDY] = MLX5_QP_STATE,
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h2552 MLX5_SQC_STATE_RDY = 0x1, enumerator in enum:__anon199

Completed in 149 milliseconds