Searched refs:iaa_wq (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/crypto/intel/iaa/ |
D | iaa_crypto_stats.c | 73 struct iaa_wq *wq = idxd_wq_get_private(idxd_wq); in update_wq_comp_calls() 81 struct iaa_wq *wq = idxd_wq_get_private(idxd_wq); in update_wq_comp_bytes() 89 struct iaa_wq *wq = idxd_wq_get_private(idxd_wq); in update_wq_decomp_calls() 97 struct iaa_wq *wq = idxd_wq_get_private(idxd_wq); in update_wq_decomp_bytes() 115 static void reset_wq_stats(struct iaa_wq *wq) in reset_wq_stats() 125 struct iaa_wq *iaa_wq; in reset_device_stats() local 132 list_for_each_entry(iaa_wq, &iaa_device->wqs, list) in reset_device_stats() 133 reset_wq_stats(iaa_wq); in reset_device_stats() 136 static void wq_show(struct seq_file *m, struct iaa_wq *iaa_wq) in wq_show() argument 138 seq_printf(m, " name: %s\n", iaa_wq->wq->name); in wq_show() [all …]
|
D | iaa_crypto_main.c | 520 struct iaa_wq *iaa_wq; in iaa_has_wq() local 522 list_for_each_entry(iaa_wq, &iaa_device->wqs, list) { in iaa_has_wq() 523 if (iaa_wq->wq == wq) in iaa_has_wq() 547 static int init_iaa_device(struct iaa_device *iaa_device, struct iaa_wq *iaa_wq) in init_iaa_device() argument 551 ret = init_device_compression_modes(iaa_device, iaa_wq->wq); in init_iaa_device() 566 struct iaa_wq **new_wq) in add_iaa_wq() 571 struct iaa_wq *iaa_wq; in add_iaa_wq() local 573 iaa_wq = kzalloc(sizeof(*iaa_wq), GFP_KERNEL); in add_iaa_wq() 574 if (!iaa_wq) in add_iaa_wq() 577 iaa_wq->wq = wq; in add_iaa_wq() [all …]
|
D | iaa_crypto.h | 43 struct iaa_wq { struct
|