Home
last modified time | relevance | path

Searched defs:iaa_wq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto.h43 struct iaa_wq { struct
44 struct list_head list;
46 struct idxd_wq *wq;
47 int ref;
48 bool remove;
50 struct iaa_device *iaa_device;
52 atomic64_t comp_calls;
53 atomic64_t comp_bytes;
54 atomic64_t decomp_calls;
55 atomic64_t decomp_bytes;
H A Diaa_crypto_stats.c125 struct iaa_wq *iaa_wq; in reset_device_stats() local
136 static void wq_show(struct seq_file *m, struct iaa_wq *iaa_wq) in wq_show()
151 struct iaa_wq *iaa_wq; in device_stats_show() local