Searched refs:ap_queue (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | ap_bus.h | 192 struct ap_queue { struct 217 typedef enum ap_sm_wait (ap_func_t)(struct ap_queue *queue); 254 void (*receive)(struct ap_queue *, struct ap_message *, 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); 307 struct ap_queue *ap_queue_create(ap_qid_t qid, int device_type); 308 void ap_queue_prepare_remove(struct ap_queue *aq); 309 void ap_queue_remove(struct ap_queue *aq); 310 void ap_queue_init_state(struct ap_queue *aq); [all …]
|
A D | ap_queue.c | 481 struct ap_queue *aq = to_ap_queue(dev); in request_count_show() 502 struct ap_queue *aq = to_ap_queue(dev); in request_count_store() 516 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show() 531 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show() 546 struct ap_queue *aq = to_ap_queue(dev); in reset_show() 570 struct ap_queue *aq = to_ap_queue(dev); in reset_store() 589 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show() 608 struct ap_queue *aq = to_ap_queue(dev); in config_show() 622 struct ap_queue *aq = to_ap_queue(dev); in chkstop_show() 637 struct ap_queue *aq = to_ap_queue(dev); in states_show() [all …]
|
A D | ap_card.c | 81 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 D | zcrypt_queue.c | 44 struct ap_queue *aq = to_ap_queue(dev); in online_show() 55 struct ap_queue *aq = to_ap_queue(dev); in online_store()
|
A D | zcrypt_cex2c.c | 181 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 D | Makefile | 6 ap-objs := ap_bus.o ap_card.o ap_queue.o
|
A D | ap_bus.c | 438 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()
|
A D | zcrypt_api.h | 113 struct ap_queue *queue; /* The "real" ap queue device. */
|
A D | zcrypt_cex2a.c | 152 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in zcrypt_cex2a_queue_probe()
|
A D | zcrypt_cex4.c | 658 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()
|
A D | zcrypt_msgtype6.c | 921 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 D | zcrypt_msgtype50.c | 427 static void zcrypt_cex2a_receive(struct ap_queue *aq, in zcrypt_cex2a_receive()
|
A D | vfio_ap_ops.c | 1591 struct ap_queue *queue; in vfio_ap_find_queue()
|
Completed in 36 milliseconds