Home
last modified time | relevance | path

Searched refs:psmid (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/crypto/
H A Dap_queue.c103 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen, in __ap_send() argument
111 status = ap_nqap(qid, psmid, msg, msglen); in __ap_send()
114 status.value, psmid); in __ap_send()
150 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv()
157 status.value, aq->reply->psmid); in ap_sm_recv()
170 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv()
185 __func__, aq->reply->psmid, in ap_sm_recv()
275 status = __ap_send(qid, ap_msg->psmid, in ap_sm_write()
1309 if (tmp->psmid == ap_msg->psmid) { in ap_cancel_message()