Searched refs:ap_msg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | ap_queue.c | 136 struct ap_message *ap_msg; in ap_sm_recv() local 169 list_for_each_entry(ap_msg, &aq->pendingq, list) { in ap_sm_recv() 170 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv() 172 list_del_init(&ap_msg->list); in ap_sm_recv() 175 ap_msg->rc = -EMSGSIZE; in ap_sm_recv() 176 ap_msg->receive(aq, ap_msg, NULL); in ap_sm_recv() 178 ap_msg->receive(aq, ap_msg, aq->reply); in ap_sm_recv() 265 struct ap_message *ap_msg; in ap_sm_write() local 272 ap_msg = list_entry(aq->requestq.next, struct ap_message, list); in ap_sm_write() 274 ap_msg->msg, ap_msg->len, false); in ap_sm_write() [all …]
|
| H A D | zcrypt_msgtype6.h | 98 struct ap_message *ap_msg, 101 struct ap_message *ap_msg, 103 int prep_rng_ap_msg(struct ap_message *ap_msg, 119 static inline void rng_type6cprb_msgx(struct ap_message *ap_msg, in rng_type6cprb_msgx() argument 131 } __packed * msg = ap_msg->msg; in rng_type6cprb_msgx() 158 ap_msg->len = sizeof(*msg); in rng_type6cprb_msgx()
|