Home
last modified time | relevance | path

Searched refs:ap_queue (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/s390/crypto/
H A Dap_bus.h188 struct ap_queue { struct
215 typedef enum ap_sm_wait (ap_func_t)(struct ap_queue *queue);
227 void (*receive)(struct ap_queue *, struct ap_message *,
261 void ap_flush_queue(struct ap_queue *aq);
262 bool ap_queue_usable(struct ap_queue *aq);
275 struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac);
276 void ap_queue_prepare_remove(struct ap_queue *aq);
277 void ap_queue_remove(struct ap_queue *aq);
278 void ap_queue_init_state(struct ap_queue *aq);
279 void _ap_queue_init_state(struct ap_queue *aq);
[all …]
H A Dap_queue.c539 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
560 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
574 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
589 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
604 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
628 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
647 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
671 struct ap_queue *aq = to_ap_queue(dev); in config_show()
685 struct ap_queue *aq = to_ap_queue(dev); in chkstop_show()
699 struct ap_queue *aq = to_ap_queue(dev); in ap_functions_show()
[all …]
H A Dap_card.c81 struct ap_queue *aq; in request_count_store()
100 struct ap_queue *aq; in requestq_count_show()
119 struct ap_queue *aq; in pendingq_count_show()
H 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()
H A DMakefile6 ap-objs := ap_bus.o ap_card.o ap_queue.o
H A Dzcrypt_api.h119 struct ap_queue *queue; /* The "real" ap queue device. */
H A Dap_bus.c409 struct ap_queue *aq = from_timer(aq, t, timeout); in ap_request_timeout()
449 struct ap_queue *aq; in ap_tasklet_fn()
473 struct ap_queue *aq; in ap_pending_requests()
618 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
952 struct ap_queue *ap_get_qdev(ap_qid_t qid) in ap_get_qdev()
955 struct ap_queue *aq; in ap_get_qdev()
1826 struct ap_queue *aq; in ap_scan_domains()
H A Dzcrypt_cex4.c652 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
717 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
H A Dzcrypt_msgtype50.c411 static void zcrypt_msgtype50_receive(struct ap_queue *aq, in zcrypt_msgtype50_receive()
H A Dzcrypt_msgtype6.c851 static void zcrypt_msgtype6_receive(struct ap_queue *aq, in zcrypt_msgtype6_receive()
915 static void zcrypt_msgtype6_receive_ep11(struct ap_queue *aq, in zcrypt_msgtype6_receive_ep11()
H A Dvfio_ap_ops.c1903 struct ap_queue *queue; in vfio_ap_find_queue()