Symbol: ap_queue
drivers/s390/crypto/ap_bus.c
1072
struct ap_queue *ap_get_qdev(ap_qid_t qid)
drivers/s390/crypto/ap_bus.c
1075
struct ap_queue *aq;
drivers/s390/crypto/ap_bus.c
1986
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
866
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_bus.c
921
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
1050
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
1090
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
1173
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
1182
struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac)
drivers/s390/crypto/ap_queue.c
1184
struct ap_queue *aq;
drivers/s390/crypto/ap_queue.c
1205
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
1220
int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg)
drivers/s390/crypto/ap_queue.c
1256
bool ap_queue_usable(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1302
void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg)
drivers/s390/crypto/ap_queue.c
1327
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
1346
void ap_flush_queue(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1354
void ap_queue_prepare_remove(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1365
void ap_queue_remove(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1379
void _ap_queue_init_state(struct ap_queue *aq)
drivers/s390/crypto/ap_queue.c
1388
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
531
enum ap_sm_wait ap_sm_event(struct ap_queue *aq, enum ap_sm_event event)
drivers/s390/crypto/ap_queue.c
540
enum ap_sm_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_sm_event event)
drivers/s390/crypto/ap_queue.c
556
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
577
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
591
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
606
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
621
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
645
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
664
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
688
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
702
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
716
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
737
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
755
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
789
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
847
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
922
struct ap_queue *aq = to_ap_queue(dev);
drivers/s390/crypto/ap_queue.c
955
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
126
struct ap_queue *queue; /* The "real" ap queue device. */
drivers/s390/crypto/zcrypt_cex4.c
647
struct ap_queue *aq = to_ap_queue(&ap_dev->device);
drivers/s390/crypto/zcrypt_cex4.c
712
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
845
static void zcrypt_msgtype6_receive(struct ap_queue *aq,
drivers/s390/crypto/zcrypt_msgtype6.c
909
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);