Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/crypto/
Dap_queue.c448 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
469 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
483 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
498 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
513 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
537 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
556 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
575 struct ap_queue *aq = to_ap_queue(dev); in config_show()
590 struct ap_queue *aq = to_ap_queue(dev); in states_show()
652 struct ap_queue *aq = to_ap_queue(dev); in last_err_rc_show()
[all …]
Dap_bus.c600 AP_QID_CARD(to_ap_queue(dev)->qid) == (int)(long) data) in __ap_queue_devices_with_id_unregister()
616 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
617 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
695 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
696 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
709 hash_add(ap_queues, &to_ap_queue(dev)->hnode, in ap_device_probe()
710 to_ap_queue(dev)->qid); in ap_device_probe()
719 hash_del(&to_ap_queue(dev)->hnode); in ap_device_probe()
737 ap_queue_prepare_remove(to_ap_queue(dev)); in ap_device_remove()
745 ap_queue_remove(to_ap_queue(dev)); in ap_device_remove()
[all …]
Dzcrypt_queue.c43 struct ap_queue *aq = to_ap_queue(dev); in online_show()
54 struct ap_queue *aq = to_ap_queue(dev); in online_store()
84 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in load_show()
Dzcrypt_cex2a.c154 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
195 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_remove()
Dzcrypt_cex2c.c102 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in cca_mkvps_show()
337 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2c_queue_probe()
389 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2c_queue_remove()
Dzcrypt_cex4.c114 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in cca_mkvps_show()
317 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in ep11_mkvps_show()
365 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in ep11_queue_op_modes_show()
603 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
670 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.h199 #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()