Searched refs:ob_frame (Results 1 – 1 of 1) sorted by relevance
1326 struct mvumi_rsp_frame *ob_frame) in mvumi_complete_cmd() argument1331 scmd->result = ob_frame->req_status; in mvumi_complete_cmd()1333 switch (ob_frame->req_status) { in mvumi_complete_cmd()1342 if (ob_frame->rsp_flag & CL_RSP_FLAG_SENSEDATA) { in mvumi_complete_cmd()1343 memcpy(cmd->scmd->sense_buffer, ob_frame->payload, in mvumi_complete_cmd()1374 struct mvumi_rsp_frame *ob_frame) in mvumi_complete_internal_cmd() argument1377 cmd->cmd_status = ob_frame->req_status; in mvumi_complete_internal_cmd()1379 if ((ob_frame->req_status == SAM_STAT_CHECK_CONDITION) && in mvumi_complete_internal_cmd()1380 (ob_frame->rsp_flag & CL_RSP_FLAG_SENSEDATA) && in mvumi_complete_internal_cmd()1382 memcpy(cmd->data_buf, ob_frame->payload, in mvumi_complete_internal_cmd()[all …]