Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/crypto/
Dap_bus.h166 struct ap_queue { struct
186 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) argument
188 typedef enum ap_wait (ap_func_t)(struct ap_queue *queue);
200 void (*receive)(struct ap_queue *, struct ap_message *,
239 enum ap_wait ap_sm_event(struct ap_queue *aq, enum ap_event event);
240 enum ap_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_event event);
242 void ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg);
243 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg);
244 void ap_flush_queue(struct ap_queue *aq);
251 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *ap_msg);
[all …]
Dap_queue.c27 static int ap_queue_enable_interruption(struct ap_queue *aq, void *ind) in ap_queue_enable_interruption()
119 static enum ap_wait ap_sm_nop(struct ap_queue *aq) in ap_sm_nop()
131 static struct ap_queue_status ap_sm_recv(struct ap_queue *aq) in ap_sm_recv()
173 static enum ap_wait ap_sm_read(struct ap_queue *aq) in ap_sm_read()
207 static enum ap_wait ap_sm_suspend_read(struct ap_queue *aq) in ap_sm_suspend_read()
230 static enum ap_wait ap_sm_write(struct ap_queue *aq) in ap_sm_write()
279 static enum ap_wait ap_sm_read_write(struct ap_queue *aq) in ap_sm_read_write()
290 static enum ap_wait ap_sm_reset(struct ap_queue *aq) in ap_sm_reset()
318 static enum ap_wait ap_sm_reset_wait(struct ap_queue *aq) in ap_sm_reset_wait()
357 static enum ap_wait ap_sm_setirq_wait(struct ap_queue *aq) in ap_sm_setirq_wait()
[all …]
Dap_card.c80 struct ap_queue *aq; in request_count_store()
97 struct ap_queue *aq; in requestq_count_show()
114 struct ap_queue *aq; in pendingq_count_show()
Dzcrypt_pcixcc.c89 static int zcrypt_pcixcc_rng_supported(struct ap_queue *aq) in zcrypt_pcixcc_rng_supported()
238 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_pcixcc_queue_probe()
276 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_pcixcc_queue_remove()
Dzcrypt_cex2a.c158 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
198 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_remove()
DMakefile6 ap-objs := ap_bus.o ap_card.o ap_queue.o
Dzcrypt_cex4.c227 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_probe()
273 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex4_queue_remove()
Dzcrypt_api.h106 struct ap_queue *queue; /* The "real" ap queue device. */
Dap_bus.c370 struct ap_queue *aq = from_timer(aq, t, timeout); in ap_request_timeout()
412 struct ap_queue *aq; in ap_tasklet_fn()
438 struct ap_queue *aq; in ap_pending_requests()
1338 struct ap_queue *aq; in ap_scan_bus()
Dzcrypt_msgtype6.c938 static void zcrypt_msgtype6_receive(struct ap_queue *aq, in zcrypt_msgtype6_receive()
987 static void zcrypt_msgtype6_receive_ep11(struct ap_queue *aq, in zcrypt_msgtype6_receive_ep11()
Dzcrypt_msgtype50.c418 static void zcrypt_cex2a_receive(struct ap_queue *aq, in zcrypt_cex2a_receive()