Lines Matching defs:reply
17 * @reply: Pointer to return MPI3 reply
18 * @reply_sz: Size of the MPI3 reply buffer
34 u16 request_sz, void *reply, u16 reply_sz, int timeout,
77 if ((reply) && (mrioc->transport_cmds.state & MPI3MR_CMD_REPLY_VALID))
78 memcpy((u8 *)reply, mrioc->transport_cmds.reply, reply_sz);
96 /* report manufacture reply structure */
203 "report manufacturer - reply data transfer size(%d)\n",
2488 /* report phy error log reply structure */
2584 "phy error log - reply data transfer size(%d)\n",
2745 /* phy control reply structure */
2850 "phy control - reply data transfer size(%d)\n",
3258 "SMP request - reply data transfer size(%d)\n",
3261 memcpy(job->reply, &mpi_reply, reply_sz);