Lines Matching refs:psmid
60 * @psmid: The program supplied message identifier
71 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length,
76 return ap_nqap(qid, psmid, msg, length);
79 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length)
83 status = __ap_send(qid, psmid, msg, length, 0);
98 int ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length)
104 status = ap_dqap(qid, psmid, msg, length);
140 status = ap_dqap(aq->qid, &aq->reply->psmid,
151 if (ap_msg->psmid != aq->reply->psmid)
160 AP_DBF_WARN("%s unassociated reply psmid=0x%016llx on 0x%02x.%04x\n",
161 __func__, aq->reply->psmid,
240 status = __ap_send(qid, ap_msg->psmid,
813 * reply will be discarded because the psmid can't be found.
822 if (tmp->psmid == ap_msg->psmid) {