Home
last modified time | relevance | path

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

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