Lines Matching refs:reply
106 MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply);
1638 (SCSITaskMgmtReply_t *) ioc->taskmgmt_cmds.reply); in mptscsih_IssueTaskMgmt()
2071 memcpy(ioc->taskmgmt_cmds.reply, mr, in mptscsih_taskmgmt_complete()
2072 min(MPT_DEFAULT_FRAME_SIZE, 4 * mr->u.reply.MsgLength)); in mptscsih_taskmgmt_complete()
2629 MPT_FRAME_HDR *reply) in mptscsih_scandv_complete() argument
2640 if (!reply) in mptscsih_scandv_complete()
2643 pReply = (SCSIIOReply_t *) reply; in mptscsih_scandv_complete()
2646 mptscsih_get_completion_code(ioc, req, reply); in mptscsih_scandv_complete()
2648 memcpy(ioc->internal_cmds.reply, reply, in mptscsih_scandv_complete()
2649 min(MPT_DEFAULT_FRAME_SIZE, 4 * reply->u.reply.MsgLength)); in mptscsih_scandv_complete()
2650 cmd = reply->u.hdr.Function; in mptscsih_scandv_complete()
2679 MPT_FRAME_HDR *reply) in mptscsih_get_completion_code() argument
2687 pReply = (SCSIIOReply_t *)reply; in mptscsih_get_completion_code()
2720 pr = (MpiRaidActionReply_t *)reply; in mptscsih_get_completion_code()