Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dap_queue.c514 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
535 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
549 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
564 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
579 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
603 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
622 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
641 struct ap_queue *aq = to_ap_queue(dev); in config_show()
655 struct ap_queue *aq = to_ap_queue(dev); in chkstop_show()
669 struct ap_queue *aq = to_ap_queue(dev); in ap_functions_show()
[all …]
H A Dap_bus.c657 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
818 AP_QID_CARD(to_ap_queue(dev)->qid) == (int)(long)data) in __ap_queue_devices_with_id_unregister()
828 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
829 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
925 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
926 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
939 hash_add(ap_queues, &to_ap_queue(dev)->hnode, in ap_device_probe()
940 to_ap_queue(dev)->qid); in ap_device_probe()
948 hash_del(&to_ap_queue(dev)->hnode); in ap_device_probe()
967 ap_queue_prepare_remove(to_ap_queue(dev)); in ap_device_remove()
[all …]
H A Dzcrypt_queue.c44 struct ap_queue *aq = to_ap_queue(dev); in online_show()
55 struct ap_queue *aq = to_ap_queue(dev); in online_store()
H A Dap_bus.h225 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) macro
H A Dzcrypt_cex4.c649 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
714 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
H A Dvfio_ap_ops.c2168 q->apqn = to_ap_queue(&apdev->device)->qid; in vfio_ap_mdev_probe_queue()