Searched refs:mlx5_command_str (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 540 const char *mlx5_command_str(int command) in mlx5_command_str() function 808 mlx5_command_str(opcode), opcode, op_mod, in mlx5_cmd_out_err() 874 ent->idx, mlx5_command_str(op), op, in dump_command() 878 ent->idx, mlx5_command_str(op), op, in dump_command() 931 mlx5_command_str(ent->op), ent->op); in cb_timeout_handler() 937 ent->idx, mlx5_command_str(ent->op), ent->op); in cb_timeout_handler() 1122 mlx5_command_str(ent->op), ent->op); in wait_func_handle_exec_timeout() 1127 mlx5_command_str(ent->op), ent->op); in wait_func_handle_exec_timeout() 1154 mlx5_command_str(ent->op), ent->op); in wait_func() 1157 mlx5_command_str(ent->op), ent->op); in wait_func() [all …]
|
D | debugfs.c | 224 namep = mlx5_command_str(i); in mlx5_cmdif_debugfs_init()
|
/linux-6.6.21/include/linux/mlx5/ |
D | driver.h | 1092 const char *mlx5_command_str(int command);
|