Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dap_bus.h192 struct ap_queue { struct
215 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) argument
217 typedef enum ap_sm_wait (ap_func_t)(struct ap_queue *queue);
254 void (*receive)(struct ap_queue *, struct ap_message *,
291 enum ap_sm_wait ap_sm_event(struct ap_queue *aq, enum ap_sm_event event);
292 enum ap_sm_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_sm_event event);
294 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg);
295 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg);
296 void ap_flush_queue(struct ap_queue *aq);
306 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *ap_msg);
[all …]
Dap_queue.c19 static void __ap_flush_queue(struct ap_queue *aq);
30 static int ap_queue_enable_irq(struct ap_queue *aq, void *ind) in ap_queue_enable_irq()
122 static enum ap_sm_wait ap_sm_nop(struct ap_queue *aq) in ap_sm_nop()
134 static struct ap_queue_status ap_sm_recv(struct ap_queue *aq) in ap_sm_recv()
206 static enum ap_sm_wait ap_sm_read(struct ap_queue *aq) in ap_sm_read()
243 static enum ap_sm_wait ap_sm_write(struct ap_queue *aq) in ap_sm_write()
310 static enum ap_sm_wait ap_sm_read_write(struct ap_queue *aq) in ap_sm_read_write()
321 static enum ap_sm_wait ap_sm_reset(struct ap_queue *aq) in ap_sm_reset()
348 static enum ap_sm_wait ap_sm_reset_wait(struct ap_queue *aq) in ap_sm_reset_wait()
391 static enum ap_sm_wait ap_sm_setirq_wait(struct ap_queue *aq) in ap_sm_setirq_wait()
[all …]
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()
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()
Dzcrypt_cex2c.c181 static int zcrypt_cex2c_rng_supported(struct ap_queue *aq) in zcrypt_cex2c_rng_supported()
335 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()
DMakefile6 ap-objs := ap_bus.o ap_card.o ap_queue.o
Dap_bus.c438 struct ap_queue *aq = from_timer(aq, t, timeout); in ap_request_timeout()
478 struct ap_queue *aq; in ap_tasklet_fn()
502 struct ap_queue *aq; in ap_pending_requests()
647 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
976 struct ap_queue *ap_get_qdev(ap_qid_t qid) in ap_get_qdev()
979 struct ap_queue *aq; in ap_get_qdev()
1769 struct ap_queue *aq; in ap_scan_domains()
Dzcrypt_api.h113 struct ap_queue *queue; /* The "real" ap queue device. */
Dzcrypt_cex2a.c152 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
Dzcrypt_cex4.c658 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
723 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
Dzcrypt_msgtype6.c921 static void zcrypt_msgtype6_receive(struct ap_queue *aq, in zcrypt_msgtype6_receive()
977 static void zcrypt_msgtype6_receive_ep11(struct ap_queue *aq, in zcrypt_msgtype6_receive_ep11()
Dzcrypt_msgtype50.c427 static void zcrypt_cex2a_receive(struct ap_queue *aq, in zcrypt_cex2a_receive()
Dvfio_ap_ops.c1575 struct ap_queue *queue; in vfio_ap_find_queue()