Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto.h58 struct iaa_device_compression_mode { struct
71 struct iaa_device_compression_mode *compression_modes[IAA_COMP_MODES_MAX]; argument
111 typedef int (*iaa_dev_comp_init_fn_t) (struct iaa_device_compression_mode *mode);
112 typedef int (*iaa_dev_comp_free_fn_t) (struct iaa_device_compression_mode *mode);
H A Diaa_crypto_comp_fixed.c56 static int init_fixed_mode(struct iaa_device_compression_mode *mode) in init_fixed_mode()