Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dap_queue.c481 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
502 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
516 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
531 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
546 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
570 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
589 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
608 struct ap_queue *aq = to_ap_queue(dev); in config_show()
622 struct ap_queue *aq = to_ap_queue(dev); in chkstop_show()
637 struct ap_queue *aq = to_ap_queue(dev); in states_show()
[all …]
Dap_bus.c647 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
808 AP_QID_CARD(to_ap_queue(dev)->qid) == (int)(long)data) in __ap_queue_devices_with_id_unregister()
818 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
819 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
915 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
916 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
929 hash_add(ap_queues, &to_ap_queue(dev)->hnode, in ap_device_probe()
930 to_ap_queue(dev)->qid); in ap_device_probe()
938 hash_del(&to_ap_queue(dev)->hnode); in ap_device_probe()
957 ap_queue_prepare_remove(to_ap_queue(dev)); in ap_device_remove()
[all …]
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()
Dzcrypt_cex2c.c335 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2c_queue_probe()
386 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2c_queue_remove()
Dzcrypt_cex2a.c152 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
Dap_bus.h215 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) macro
Dzcrypt_cex4.c658 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
723 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
Dvfio_ap_ops.c1850 q->apqn = to_ap_queue(&apdev->device)->qid; in vfio_ap_mdev_probe_queue()