Searched refs:iaa (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/driver-api/crypto/iaa/ |
H A D | iaa-crypto.rst | 25 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 D | index.rst | 13 iaa-crypto
|
/linux/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 350 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 D | grukservices.c | 907 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 D | Makefile | 6 obj-$(CONFIG_CRYPTO_DEV_IAA_CRYPTO) += iaa/
|
H A D | Kconfig | 6 source "drivers/crypto/intel/iaa/Kconfig"
|
/linux/Documentation/driver-api/crypto/ |
H A D | index.rst | 13 iaa/index
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 25 unsigned long iaa; member
|
H A D | fotg210-hcd.c | 718 "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 D | ehci.h | 36 unsigned long iaa; member
|
H A D | ehci-hcd.c | 788 INCR(ehci->stats.iaa); in ehci_irq()
|
H A D | ehci-dbg.c | 897 "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 D | MAINTAINERS | 12333 F: Documentation/driver-api/crypto/iaa/iaa-crypto.rst 12334 F: drivers/crypto/intel/iaa/*
|