Lines Matching refs:reply
73 * reply back out of the send channel buffer and reset the channel state back
79 * and then to MSG_COMPLETE when processing is completed and the reply (if any)
339 * Complete reception of a message, which just means copying the reply
350 iop_pr_debug("iop_num %d chan %d reply %*ph\n",
351 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply);
356 iop_writeb(iop_base[iop_num], offset, msg->reply[i]);
407 msg->reply[i] = iop_readb(iop, offset);
409 iop_pr_debug("iop_num %d chan %d reply %*ph\n",
410 iop_num, chan, IOP_MSG_LEN, msg->reply);
453 memset(msg->reply, 0, IOP_MSG_LEN);