"mlx5_vfio_op_code(0x%x), op_mod(0x%x) failed, status %s(0x%x), syndrome (0x%x)\n", opcode, op_mod, cmd_status_str(status), status, syndrome);errno = cmd_status_to_err(status); return errno; }static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size, ...