Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dap_queue.c457 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_queue_suspend()
481 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
494 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
508 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
522 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
536 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
560 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
579 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
620 struct ap_queue *aq = to_ap_queue(dev); in ap_queue_device_release()
Dap_bus.c638 AP_QID_CARD(to_ap_queue(dev)->qid) == (int)(long) data) in __ap_queue_devices_with_id_unregister()
711 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
712 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
787 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
788 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
797 ap_queue_reinit_state(to_ap_queue(dev)); in ap_device_probe()
805 list_add(&to_ap_queue(dev)->list, in ap_device_probe()
806 &to_ap_queue(dev)->card->queues); in ap_device_probe()
817 list_del_init(&to_ap_queue(dev)->list); in ap_device_probe()
832 ap_queue_prepare_remove(to_ap_queue(dev)); in ap_device_remove()
[all …]
Dzcrypt_queue.c43 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_show()
52 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_store()
79 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in load_show()
Dzcrypt_cex2a.c156 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
196 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_remove()
Dzcrypt_cex2c.c213 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2c_queue_probe()
251 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2c_queue_remove()
Dzcrypt_cex4.c111 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in mkvps_show()
355 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
411 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
Dvfio_ap_drv.c60 q->apqn = to_ap_queue(&apdev->device)->qid; in vfio_ap_queue_dev_probe()
Dap_bus.h190 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) macro
Dvfio_ap_ops.c439 struct ap_queue *ap_queue = to_ap_queue(dev); in vfio_ap_has_queue()