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