Searched refs:ap_queue (Results 1 – 11 of 11) sorted by relevance
188 struct ap_queue { struct215 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 …]
539 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 …]
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()
44 struct ap_queue *aq = to_ap_queue(dev); in online_show()55 struct ap_queue *aq = to_ap_queue(dev); in online_store()
6 ap-objs := ap_bus.o ap_card.o ap_queue.o
119 struct ap_queue *queue; /* The "real" ap queue device. */
408 struct ap_queue *aq = from_timer(aq, t, timeout); in ap_request_timeout()448 struct ap_queue *aq; in ap_tasklet_fn()472 struct ap_queue *aq; in ap_pending_requests()617 struct ap_queue *aq = to_ap_queue(&ap_dev->device); in ap_uevent()951 struct ap_queue *ap_get_qdev(ap_qid_t qid) in ap_get_qdev()954 struct ap_queue *aq; in ap_get_qdev()1825 struct ap_queue *aq; in ap_scan_domains()
652 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()
411 static void zcrypt_msgtype50_receive(struct ap_queue *aq, in zcrypt_msgtype50_receive()
851 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()
1879 struct ap_queue *queue; in vfio_ap_find_queue()
Completed in 26 milliseconds