Home
last modified time | relevance | path

Searched refs:ob_frame (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dmvumi.c1314 struct mvumi_rsp_frame *ob_frame) in mvumi_complete_cmd() argument
1319 scmd->result = ob_frame->req_status; in mvumi_complete_cmd()
1321 switch (ob_frame->req_status) { in mvumi_complete_cmd()
1330 if (ob_frame->rsp_flag & CL_RSP_FLAG_SENSEDATA) { in mvumi_complete_cmd()
1331 memcpy(cmd->scmd->sense_buffer, ob_frame->payload, in mvumi_complete_cmd()
1351 struct mvumi_rsp_frame *ob_frame) in mvumi_complete_internal_cmd() argument
1354 cmd->cmd_status = ob_frame->req_status; in mvumi_complete_internal_cmd()
1356 if ((ob_frame->req_status == SAM_STAT_CHECK_CONDITION) && in mvumi_complete_internal_cmd()
1357 (ob_frame->rsp_flag & CL_RSP_FLAG_SENSEDATA) && in mvumi_complete_internal_cmd()
1359 memcpy(cmd->data_buf, ob_frame->payload, in mvumi_complete_internal_cmd()
[all …]