Home
last modified time | relevance | path

Searched refs:iaa (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/driver-api/crypto/iaa/
H A Diaa-crypto.rst25 represented by selecting the 'deflate-iaa' crypto compression
28 # echo deflate-iaa > /sys/module/zswap/parameters/compressor
38 'deflate-iaa'. (Because the IAA hardware has a 4k history-window
139 configuration, and then re-register the deflate-iaa algorithm with the
177 specified as 'iax' rather than 'iaa' - this is because upstream still
320 to have the new configuration applied to the deflate-iaa crypto
331 # ls -al /sys/kernel/debug/iaa-crypto/
353 The wq_stats file shows per-wq stats, a set for each iaa device and wq
357 iaa device:
371 iaa devic
[all...]
H A Dindex.rst13 iaa-crypto
/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h350 unsigned int tri0, int iaa, unsigned long hints) in gru_vload_phys() argument
354 ins->baddr0 = (long)gpa | ((unsigned long)iaa << 62); in gru_vload_phys()
357 gru_start_instruction(ins, __opdword(OP_VLOAD, 0, XTYPE_DW, iaa, 0, in gru_vload_phys()
362 unsigned int tri0, int iaa, unsigned long hints) in gru_vstore_phys() argument
366 ins->baddr0 = (long)gpa | ((unsigned long)iaa << 62); in gru_vstore_phys()
369 gru_start_instruction(ins, __opdword(OP_VSTORE, 0, XTYPE_DW, iaa, 0, in gru_vstore_phys()
H A Dgrukservices.c907 int ret, iaa; in gru_read_gpa() local
912 iaa = gpa >> 62; in gru_read_gpa()
913 gru_vload_phys(cb, gpa, gru_get_tri(dsr), iaa, IMA); in gru_read_gpa()
/linux/drivers/crypto/intel/
H A DMakefile6 obj-$(CONFIG_CRYPTO_DEV_IAA_CRYPTO) += iaa/
H A DKconfig6 source "drivers/crypto/intel/iaa/Kconfig"
/linux/Documentation/driver-api/crypto/
H A Dindex.rst13 iaa/index
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h25 unsigned long iaa; member
H A Dfotg210-hcd.c718 "irq normal %ld err %ld iaa %ld(lost %ld)\n", in fill_registers_buffer()
720 fotg210->stats.iaa, fotg210->stats.lost_iaa); in fill_registers_buffer()
4877 fotg210_dbg(fotg210, "irq normal %ld err %ld iaa %ld (lost %ld)\n", in fotg210_stop()
4879 fotg210->stats.iaa, fotg210->stats.lost_iaa); in fotg210_stop()
5174 INCR(fotg210->stats.iaa); in fotg210_irq()
/linux/drivers/usb/host/
H A Dehci.h36 unsigned long iaa; member
H A Dehci-hcd.c788 INCR(ehci->stats.iaa); in ehci_irq()
H A Dehci-dbg.c897 "irq normal %ld err %ld iaa %ld (lost %ld)\n", in fill_registers_buffer()
898 ehci->stats.normal, ehci->stats.error, ehci->stats.iaa, in fill_registers_buffer()
/linux/
H A DMAINTAINERS12333 F: Documentation/driver-api/crypto/iaa/iaa-crypto.rst
12334 F: drivers/crypto/intel/iaa/*