Home
last modified time | relevance | path

Searched refs:aecs_comp_table (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_comp_fixed.c58 struct aecs_comp_table_record *comp_table = mode->aecs_comp_table; in init_fixed_mode()
H A Diaa_crypto.h61 struct aecs_comp_table_record *aecs_comp_table; member
H A Diaa_crypto_main.c400 if (device_mode->aecs_comp_table) in free_device_compression_mode()
401 dma_free_coherent(dev, size, device_mode->aecs_comp_table, in free_device_compression_mode()
436 device_mode->aecs_comp_table = dma_alloc_coherent(dev, size, in init_device_compression_mode()
438 if (!device_mode->aecs_comp_table) in init_device_compression_mode()
442 memset(device_mode->aecs_comp_table, 0, sizeof(*device_mode->aecs_comp_table)); in init_device_compression_mode()
443 memcpy(device_mode->aecs_comp_table->ll_sym, mode->ll_table, mode->ll_table_size); in init_device_compression_mode()
444 memcpy(device_mode->aecs_comp_table->d_sym, mode->d_table, mode->d_table_size); in init_device_compression_mode()