Home
last modified time | relevance | path

Searched refs:to_ap_queue (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/s390/crypto/
Dap_queue.c445 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_queue_suspend()
469 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
482 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
496 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
510 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
524 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
549 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
590 struct ap_queue *aq = to_ap_queue(dev); in ap_queue_device_release()
Dzcrypt_queue.c45 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_show()
54 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_store()
81 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in load_show()
Dap_bus.c621 AP_QID_CARD(to_ap_queue(dev)->qid) == (int)(long) data) in __ap_queue_devices_with_id_unregister()
694 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
695 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
770 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
771 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
786 list_add(&to_ap_queue(dev)->list, in ap_device_probe()
787 &to_ap_queue(dev)->card->queues); in ap_device_probe()
798 list_del_init(&to_ap_queue(dev)->list); in ap_device_probe()
819 list_del_init(&to_ap_queue(dev)->list); in ap_device_remove()
1329 return is_queue_dev(dev) && to_ap_queue(dev)->qid == (int)(long) data; in __match_queue_device_with_qid()
[all …]
Dzcrypt_cex2a.c158 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
198 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_remove()
Dzcrypt_pcixcc.c238 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_pcixcc_queue_probe()
276 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_pcixcc_queue_remove()
Dzcrypt_cex4.c227 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
273 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
Dap_bus.h186 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) macro