Searched refs:psmid (Results 1 – 4 of 4) sorted by relevance
| /drivers/s390/crypto/ |
| A D | ap_queue.c | 98 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen, in __ap_send() argument 103 return ap_nqap(qid, psmid, msg, msglen); in __ap_send() 137 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv() 154 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv() 169 __func__, aq->reply->psmid, in ap_sm_recv() 259 status = __ap_send(qid, ap_msg->psmid, in ap_sm_write() 1240 if (tmp->psmid == ap_msg->psmid) { in ap_cancel_message()
|
| A D | zcrypt_msgtype6.c | 973 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo() 1020 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt() 1065 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_cca_ap_msg() 1155 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_ep11_ap_msg() 1269 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_rng_ap_msg()
|
| A D | zcrypt_msgtype50.c | 466 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype50_modexpo() 515 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype50_modexpo_crt()
|
| A D | ap_bus.h | 224 unsigned long psmid; /* Message id. */ member
|
Completed in 22 milliseconds