Home
last modified time | relevance | path

Searched refs:mlx5_qp_state_str (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c232 param = (unsigned long)mlx5_qp_state_str(be32_to_cpu(ctx->flags) >> 28); in qp_read_field()
/Linux-v5.4/include/linux/mlx5/
Dqp.h628 static inline const char *mlx5_qp_state_str(int state) in mlx5_qp_state_str() function