mlx5_cmd_exec_cb
err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in,
cmd->err = mlx5_cmd_exec_cb(&dev->async_ctx, cmd->in, cmd->in_size,
return mlx5_cmd_exec_cb(&dev->async_ctx, async_create->in, inlen,
EXPORT_SYMBOL(mlx5_cmd_exec_cb);
return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in),
return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in),
err = mlx5_cmd_exec_cb(&mvdev->async_ctx,
err = mlx5_cmd_exec_cb(&migf->async_ctx, in, sizeof(in),
int mlx5_cmd_exec_cb(struct mlx5_async_ctx *ctx, void *in, int in_size,