Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dap_bus.h172 struct ap_queue { struct
196 typedef enum ap_sm_wait (ap_func_t)(struct ap_queue *queue);
233 void (*receive)(struct ap_queue *, struct ap_message *,
271 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg);
272 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg);
273 void ap_flush_queue(struct ap_queue *aq);
284 struct ap_queue *ap_queue_create(ap_qid_t qid, int device_type);
285 void ap_queue_prepare_remove(struct ap_queue *aq);
286 void ap_queue_remove(struct ap_queue *aq);
287 void ap_queue_init_state(struct ap_queue *aq);
[all …]
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_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()
A 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()
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 DMakefile6 ap-objs := ap_bus.o ap_card.o ap_queue.o
A Dap_bus.c423 struct ap_queue *aq = from_timer(aq, t, timeout); in ap_request_timeout()
462 struct ap_queue *aq; in ap_tasklet_fn()
486 struct ap_queue *aq; in ap_pending_requests()
631 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()
926 struct ap_queue *ap_get_qdev(ap_qid_t qid) in ap_get_qdev()
929 struct ap_queue *aq; in ap_get_qdev()
1531 struct ap_queue *aq; in ap_scan_domains()
A Dvfio_ap_ops.c461 struct ap_queue *ap_queue = to_ap_queue(dev); in vfio_ap_has_queue() local
467 if (qid == ap_queue->qid) in vfio_ap_has_queue()
470 id = AP_QID_CARD(ap_queue->qid); in vfio_ap_has_queue()
474 id = AP_QID_QUEUE(ap_queue->qid); in vfio_ap_has_queue()
A Dzcrypt_api.h113 struct ap_queue *queue; /* The "real" ap queue device. */
A Dzcrypt_cex2a.c152 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
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 Dzcrypt_msgtype6.c922 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()
A Dzcrypt_msgtype50.c427 static void zcrypt_cex2a_receive(struct ap_queue *aq, in zcrypt_cex2a_receive()

Completed in 30 milliseconds