Lines Matching refs:reply
77 * reply back out of the send channel buffer and reset the channel state back
83 * and then to MSG_COMPLETE when processing is completed and the reply (if any)
321 * Complete reception of a message, which just means copying the reply
332 iop_pr_debug("iop_num %d chan %d reply %*ph\n",
333 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply);
338 iop_writeb(iop_base[iop_num], offset, msg->reply[i]);
389 msg->reply[i] = iop_readb(iop, offset);
391 iop_pr_debug("iop_num %d chan %d reply %*ph\n",
392 iop_num, chan, IOP_MSG_LEN, msg->reply);
435 memset(msg->reply, 0, IOP_MSG_LEN);