Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/crypto/
Dap_queue.c459 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
480 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
494 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
509 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
524 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
548 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
567 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
586 struct ap_queue *aq = to_ap_queue(dev); in config_show()
601 struct ap_queue *aq = to_ap_queue(dev); in states_show()
663 struct ap_queue *aq = to_ap_queue(dev); in last_err_rc_show()
[all …]
Dap_bus.c591 AP_QID_CARD(to_ap_queue(dev)->qid) == (int)(long) data) in __ap_queue_devices_with_id_unregister()
607 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
608 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
686 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
687 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
700 hash_add(ap_queues, &to_ap_queue(dev)->hnode, in ap_device_probe()
701 to_ap_queue(dev)->qid); in ap_device_probe()
710 hash_del(&to_ap_queue(dev)->hnode); in ap_device_probe()
728 ap_queue_prepare_remove(to_ap_queue(dev)); in ap_device_remove()
736 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.h193 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) macro
Dvfio_ap_ops.c440 struct ap_queue *ap_queue = to_ap_queue(dev); in vfio_ap_has_queue()