> - .stats_get = NULL,
> - .stats_reset = NULL,
> + .stats_get = zsda_crypto_stats_get,
> + .stats_reset = zsda_crypto_stats_reset,
Hi Akhil,
Although I want to name the function "zsda_stats_get" as you suggested,
but the "zsda_crypto_stats_get" will call a function "zsda_stats_get" which in the common file.
Besides, "zsda_stats_get" has also been called by compress, so I name it "zsda_crypto_stats_get" in crypto.
I want to wait until crypto is integrated before making unified changes.