Lines Matching defs:reply
104 * ap_sm_recv(): Receive pending reply messages from an AP queue but do
127 status = ap_dqap(aq->qid, &aq->reply->psmid,
128 aq->reply->msg, aq->reply->bufsize,
129 &aq->reply->len, &reslen, &resgr0);
142 if (ap_msg->psmid != aq->reply->psmid)
150 ap_msg->receive(aq, ap_msg, aq->reply);
156 AP_DBF_WARN("%s unassociated reply psmid=0x%016lx on 0x%02x.%04x\n",
157 __func__, aq->reply->psmid,
177 * ap_sm_read(): Receive pending reply messages from an AP queue.
186 if (!aq->reply)
329 if (aq->queue_count > 0 && aq->reply)
371 if (aq->queue_count > 0 && aq->reply)
1033 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *reply)
1035 aq->reply = reply;
1084 * reply will be discarded because the psmid can't be found.