Searched refs:iaa (Results 1 – 10 of 10) 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 device: [all …]
|
| /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/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_main.c | 823 static int wq_table_add_wqs(int iaa, int cpu) in wq_table_add_wqs() argument 837 if (cur_iaa != iaa) { in wq_table_add_wqs() 890 int node_cpu, node, cpu, iaa = 0; in rebalance_wq_table() local 914 iaa = cpu / cpus_per_iaa; in rebalance_wq_table() 915 if (WARN_ON(wq_table_add_wqs(iaa, node_cpu))) in rebalance_wq_table() 923 pr_debug("could not add any wqs for iaa %d to cpu %d!\n", iaa, cpu); in rebalance_wq_table()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 25 unsigned long iaa; member
|
| H A D | fotg210-hcd.c | 720 fotg210->stats.iaa, fotg210->stats.lost_iaa); in fill_registers_buffer() 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-dbg.c | 898 ehci->stats.normal, ehci->stats.error, ehci->stats.iaa, in fill_registers_buffer()
|
| /linux/ |
| H A D | MAINTAINERS | 12878 F: Documentation/driver-api/crypto/iaa/iaa-crypto.rst 12879 F: drivers/crypto/intel/iaa/*
|