Searched refs:mlx5_command_str (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 546 const char *mlx5_command_str(int command) in mlx5_command_str() function 818 mlx5_command_str(opcode), opcode, op_mod, in mlx5_cmd_out_err() 886 ent->idx, mlx5_command_str(op), op, in dump_command() 890 ent->idx, mlx5_command_str(op), op, in dump_command() 942 mlx5_command_str(ent->op), ent->op); in cb_timeout_handler() 948 ent->idx, mlx5_command_str(ent->op), ent->op); in cb_timeout_handler() 994 mlx5_command_str(ent->op), ent->op); in cmd_work_handler() 1150 mlx5_command_str(ent->op), ent->op); in wait_func_handle_exec_timeout() 1155 mlx5_command_str(ent->op), ent->op); in wait_func_handle_exec_timeout() 1185 mlx5_command_str(ent->op), ent->op); in wait_func() [all …]
|
H A D | debugfs.c | 234 namep = mlx5_command_str(i); in mlx5_cmdif_debugfs_init()
|
/linux/include/linux/mlx5/ |
H A D | driver.h | 1067 const char *mlx5_command_str(int command);
|