Lines Matching defs:reply
931 * @reply: reply code to be returned
938 * if there's no immediate reply to the command submission. The reply code is
939 * returned at @reply if @reply != NULL.
943 * -ETIMEDOUT when receiving reply is timed out
947 u8 *buf, u8 bytes, u8 *reply)
969 /* Wait for reply to be delivered upto 2ms */
983 if (reply)
984 *reply = reg;
1014 &msg->reply);