Home
last modified time | relevance | path

Searched refs:aecs_decomp_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/drivers/crypto/intel/iaa/
Diaa_crypto.h62 struct aecs_decomp_table_record *aecs_decomp_table; member
Diaa_crypto_main.c423 if (device_mode->aecs_decomp_table) in free_device_compression_mode()
424 dma_free_coherent(dev, size, device_mode->aecs_decomp_table, in free_device_compression_mode()
532 device_mode->aecs_decomp_table = dma_alloc_coherent(dev, size, in init_device_compression_mode()
534 if (!device_mode->aecs_decomp_table) in init_device_compression_mode()