Symbol: ap_queue
drivers/s390/crypto/ap_bus.c
1089
struct ap_queue *ap_get_qdev(ap_qid_t qid)
drivers/s390/crypto/ap_bus.c
1092
struct ap_queue *aq;
drivers/s390/crypto/ap_bus.c
2003
struct ap_queue *aq;
drivers/s390/crypto/ap_bus.c
441
struct ap_queue *aq = timer_container_of(aq, t, timeout);
drivers/s390/crypto/ap_bus.c
481
struct ap_queue *aq;
drivers/s390/crypto/ap_bus.c
505
struct ap_queue *aq;
drivers/s390/crypto/ap_bus.c
692
struct ap_queue *aq = to_ap_queue(&ap_dev->device);
drivers/s390/crypto/ap_bus.c
883
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_bus.c
937
struct ap_queue *aq;
drivers/s390/crypto/ap_bus.h
214
#define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device)
drivers/s390/crypto/ap_bus.h
216
typedef enum ap_sm_wait (ap_func_t)(struct ap_queue *queue);
drivers/s390/crypto/ap_bus.h
245
enum ap_sm_wait ap_sm_event(struct ap_queue *aq, enum ap_sm_event event);
drivers/s390/crypto/ap_bus.h
246
enum ap_sm_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_sm_event event);
drivers/s390/crypto/ap_bus.h
248
int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg);
drivers/s390/crypto/ap_bus.h
249
void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg);
drivers/s390/crypto/ap_bus.h
250
void ap_flush_queue(struct ap_queue *aq);
drivers/s390/crypto/ap_bus.h
251
bool ap_queue_usable(struct ap_queue *aq);
drivers/s390/crypto/ap_bus.h
263
void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *ap_msg);
drivers/s390/crypto/ap_bus.h
264
struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac);
drivers/s390/crypto/ap_bus.h
265
void ap_queue_prepare_remove(struct ap_queue *aq);
drivers/s390/crypto/ap_bus.h
266
void ap_queue_remove(struct ap_queue *aq);
drivers/s390/crypto/ap_bus.h
267
void ap_queue_init_state(struct ap_queue *aq);
drivers/s390/crypto/ap_bus.h
268
void _ap_queue_init_state(struct ap_queue *aq);
drivers/s390/crypto/ap_bus.h
296
struct ap_queue *ap_get_qdev(ap_qid_t qid);
drivers/s390/crypto/ap_card.c
118
struct ap_queue *aq;
drivers/s390/crypto/ap_card.c
80
struct ap_queue *aq;
drivers/s390/crypto/ap_card.c
99
struct ap_queue *aq;
drivers/s390/crypto/ap_queue.c
1046
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
1086
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
1171
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
1180
struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac)
drivers/s390/crypto/ap_queue.c
1182
struct ap_queue *aq;
drivers/s390/crypto/ap_queue.c
1203
void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *reply)
drivers/s390/crypto/ap_queue.c
121
static enum ap_sm_wait ap_sm_nop(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1218
int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg)
drivers/s390/crypto/ap_queue.c
1254
bool ap_queue_usable(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1300
void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg)
drivers/s390/crypto/ap_queue.c
1325
static void __ap_flush_queue(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
133
static struct ap_queue_status ap_sm_recv(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1344
void ap_flush_queue(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1352
void ap_queue_prepare_remove(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1363
void ap_queue_remove(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1377
void _ap_queue_init_state(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1386
void ap_queue_init_state(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
213
static enum ap_sm_wait ap_sm_read(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
25
static void __ap_flush_queue(struct ap_queue *aq);
drivers/s390/crypto/ap_queue.c
262
static enum ap_sm_wait ap_sm_write(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
31
static inline bool ap_q_supported_in_se(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
326
static enum ap_sm_wait ap_sm_read_write(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
337
static enum ap_sm_wait ap_sm_reset(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
36
static inline bool ap_q_supports_bind(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
366
static enum ap_sm_wait ap_sm_reset_wait(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
407
static enum ap_sm_wait ap_sm_setirq_wait(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
41
static inline bool ap_q_supports_assoc(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
446
static enum ap_sm_wait ap_sm_assoc_wait(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
46
static inline bool ap_q_needs_bind(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
532
enum ap_sm_wait ap_sm_event(struct ap_queue *aq, enum ap_sm_event event)
drivers/s390/crypto/ap_queue.c
541
enum ap_sm_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_sm_event event)
drivers/s390/crypto/ap_queue.c
557
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
578
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
592
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
60
static int ap_queue_enable_irq(struct ap_queue *aq, void *ind)
drivers/s390/crypto/ap_queue.c
607
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
622
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
646
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
665
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
689
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
703
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
717
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
778
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
836
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
911
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
944
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/vfio_ap_ops.c
1903
struct ap_queue *queue;
drivers/s390/crypto/zcrypt_api.h
125
struct ap_queue *queue; /* The "real" ap queue device. */
drivers/s390/crypto/zcrypt_cex4.c
673
struct ap_queue *aq = to_ap_queue(&ap_dev->device);
drivers/s390/crypto/zcrypt_cex4.c
738
struct ap_queue *aq = to_ap_queue(&ap_dev->device);
drivers/s390/crypto/zcrypt_msgtype50.c
410
static void zcrypt_msgtype50_receive(struct ap_queue *aq,
drivers/s390/crypto/zcrypt_msgtype6.c
846
static void zcrypt_msgtype6_receive(struct ap_queue *aq,
drivers/s390/crypto/zcrypt_msgtype6.c
910
static void zcrypt_msgtype6_receive_ep11(struct ap_queue *aq,
drivers/s390/crypto/zcrypt_queue.c
44
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/zcrypt_queue.c
55
struct ap_queue *aq = to_ap_queue(dev);