Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dap_queue.c448 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_queue_suspend()
472 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
485 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
499 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
513 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
527 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
551 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
570 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
611 struct ap_queue *aq = to_ap_queue(dev); in ap_queue_device_release()
Dap_bus.c622 AP_QID_CARD(to_ap_queue(dev)->qid) == (int)(long) data) in __ap_queue_devices_with_id_unregister()
695 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
696 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
771 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
772 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
781 ap_queue_reinit_state(to_ap_queue(dev)); in ap_device_probe()
789 list_add(&to_ap_queue(dev)->list, in ap_device_probe()
790 &to_ap_queue(dev)->card->queues); in ap_device_probe()
801 list_del_init(&to_ap_queue(dev)->list); in ap_device_probe()
815 ap_queue_remove(to_ap_queue(dev)); in ap_device_remove()
[all …]
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()
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