Home
last modified time | relevance | path

Searched refs:zqueues (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_card.c87 * does not work. So collect the zqueues in a dynamic array in online_store()
91 list_for_each_entry(zq, &zc->zqueues, list) in online_store()
95 list_for_each_entry(zq, &zc->zqueues, list) in online_store()
146 INIT_LIST_HEAD(&zc->zqueues); in zcrypt_card_alloc()
H A Dzcrypt_api.h105 struct list_head zqueues; /* List of zcrypt queues */ member
148 list_for_each_entry(_zq, &(_zc)->zqueues, list)
H A Dzcrypt_queue.c183 list_add_tail(&zq->list, &zc->zqueues); in zcrypt_queue_register()