Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dap_queue.c480 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
501 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
515 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
530 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
545 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
569 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
588 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
607 struct ap_queue *aq = to_ap_queue(dev); in config_show()
622 struct ap_queue *aq = to_ap_queue(dev); in states_show()
684 struct ap_queue *aq = to_ap_queue(dev); in last_err_rc_show()
[all …]
A Dap_bus.c784 card = AP_QID_CARD(to_ap_queue(dev)->qid); in __ap_revise_reserved()
785 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in __ap_revise_reserved()
866 card = AP_QID_CARD(to_ap_queue(dev)->qid); in ap_device_probe()
867 queue = AP_QID_QUEUE(to_ap_queue(dev)->qid); in ap_device_probe()
880 hash_add(ap_queues, &to_ap_queue(dev)->hnode, in ap_device_probe()
881 to_ap_queue(dev)->qid); in ap_device_probe()
889 hash_del(&to_ap_queue(dev)->hnode); in ap_device_probe()
907 ap_queue_prepare_remove(to_ap_queue(dev)); in ap_device_remove()
915 ap_queue_remove(to_ap_queue(dev)); in ap_device_remove()
920 hash_del(&to_ap_queue(dev)->hnode); in ap_device_remove()
[all …]
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()
A 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()
A Dvfio_ap_drv.c61 q->apqn = to_ap_queue(&apdev->device)->qid; in vfio_ap_queue_dev_probe()
A Dzcrypt_cex2a.c152 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
A Dap_bus.h194 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) macro
A Dzcrypt_cex4.c597 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
662 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
A Dvfio_ap_ops.c461 struct ap_queue *ap_queue = to_ap_queue(dev); in vfio_ap_has_queue()

Completed in 16 milliseconds