Lines Matching refs:psmid
77 * @psmid: The program supplied message identifier
88 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen,
93 return ap_nqap(qid, psmid, msg, msglen);
127 status = ap_dqap(aq->qid, &aq->reply->psmid,
142 if (ap_msg->psmid != aq->reply->psmid)
156 AP_DBF_WARN("%s unassociated reply psmid=0x%016lx on 0x%02x.%04x\n",
157 __func__, aq->reply->psmid,
232 status = __ap_send(qid, ap_msg->psmid,
1084 * reply will be discarded because the psmid can't be found.
1093 if (tmp->psmid == ap_msg->psmid) {