Lines Matching refs:reply
924 * @reply: reply code to be returned
931 * if there's no immediate reply to the command submission. The reply code is
932 * returned at @reply if @reply != NULL.
936 * -ETIMEDOUT when receiving reply is timed out
940 u8 *buf, u8 bytes, u8 *reply)
962 /* Wait for reply to be delivered upto 2ms */
976 if (reply)
977 *reply = reg;
1007 &msg->reply);