Searched refs:ap_msg (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_cex2a.c85 struct ap_message *ap_msg,
94 struct type50_meb1_msg *meb1 = ap_msg->message;
96 ap_msg->length = sizeof(*meb1);
104 struct type50_meb2_msg *meb2 = ap_msg->message;
106 ap_msg->length = sizeof(*meb2);
132 struct ap_message *ap_msg,
161 struct type50_crb1_msg *crb1 = ap_msg->message;
163 ap_msg->length = sizeof(*crb1);
174 struct type50_crb2_msg *crb2 = ap_msg->message;
176 ap_msg
84 ICAMEX_msg_to_type50MEX_msg(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo *mex) argument
131 ICACRT_msg_to_type50CRT_msg(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo_crt *crt) argument
294 struct ap_message ap_msg; local
336 struct ap_message ap_msg; local
[all...]
H A Dzcrypt_pcica.c85 struct ap_message *ap_msg,
94 struct type4_sme *sme = ap_msg->message;
96 ap_msg->length = sizeof(*sme);
105 struct type4_lme *lme = ap_msg->message;
107 ap_msg->length = sizeof(*lme);
134 struct ap_message *ap_msg,
145 struct type4_scr *scr = ap_msg->message;
147 ap_msg->length = sizeof(*scr);
159 struct type4_lcr *lcr = ap_msg->message;
161 ap_msg
84 ICAMEX_msg_to_type4MEX_msg(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo *mex) argument
133 ICACRT_msg_to_type4CRT_msg(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo_crt *crt) argument
278 struct ap_message ap_msg; local
320 struct ap_message ap_msg; local
[all...]
H A Dzcrypt_pcicc.c155 struct ap_message *ap_msg,
176 } __attribute__((packed)) *msg = ap_msg->message;
228 ap_msg->length = (size + 3) & -4;
242 struct ap_message *ap_msg,
263 } __attribute__((packed)) *msg = ap_msg->message;
292 ap_msg->length = (size + 3) & -4;
488 struct ap_message ap_msg; local
492 ap_msg.message = (void *) get_zeroed_page(GFP_KERNEL);
493 if (!ap_msg.message)
495 ap_msg
154 ICAMEX_msg_to_type6MEX_msg(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo *mex) argument
241 ICACRT_msg_to_type6CRT_msg(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo_crt *crt) argument
531 struct ap_message ap_msg; local
[all...]
H A Dzcrypt_pcixcc.c125 * @ap_msg: pointer to AP message
131 struct ap_message *ap_msg,
156 } __attribute__((packed)) *msg = ap_msg->message;
184 ap_msg->length = size;
192 * @ap_msg: pointer to AP message
198 struct ap_message *ap_msg,
224 } __attribute__((packed)) *msg = ap_msg->message;
251 ap_msg->length = size;
259 * @ap_msg: pointer to AP message
270 struct ap_message *ap_msg,
130 ICAMEX_msg_to_type6MEX_msgX(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo *mex) argument
197 ICACRT_msg_to_type6CRT_msgX(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_rsa_modexpo_crt *crt) argument
269 XCRB_msg_to_type6CPRB_msgX(struct zcrypt_device *zdev, struct ap_message *ap_msg, struct ica_xcRB *xcRB) argument
627 struct ap_message ap_msg; local
671 struct ap_message ap_msg; local
715 struct ap_message ap_msg; local
[all...]
H A Dap_bus.c473 struct ap_message *ap_msg, *next; local
475 list_for_each_entry_safe(ap_msg, next, &ap_dev->pendingq, list) {
476 list_del_init(&ap_msg->list);
478 ap_dev->drv->receive(ap_dev, ap_msg, ERR_PTR(-ENODEV));
480 list_for_each_entry_safe(ap_msg, next, &ap_dev->requestq, list) {
481 list_del_init(&ap_msg->list);
483 ap_dev->drv->receive(ap_dev, ap_msg, ERR_PTR(-ENODEV));
847 struct ap_message *ap_msg; local
857 list_for_each_entry(ap_msg, &ap_dev->pendingq, list) {
858 if (ap_msg
895 struct ap_message *ap_msg; local
950 __ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) argument
988 ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) argument
1021 ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg) argument
[all...]
H A Dap_bus.h152 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
153 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg);

Completed in 84 milliseconds