Searched refs:vm_srb (Results 1 – 1 of 1) sorted by relevance
312 struct vmscsi_request vm_srb; member855 static void storvsc_handle_error(struct vmscsi_request *vm_srb, in storvsc_handle_error() argument864 switch (SRB_STATUS(vm_srb->srb_status)) { in storvsc_handle_error()893 if (vm_srb->srb_status & SRB_STATUS_AUTOSENSE_VALID && in storvsc_handle_error()918 wrk->lun = vm_srb->lun; in storvsc_handle_error()929 struct vmscsi_request *vm_srb; in storvsc_command_completion() local939 vm_srb = &cmd_request->vstor_packet.vm_srb; in storvsc_command_completion()941 scmnd->result = vm_srb->scsi_status; in storvsc_command_completion()950 if (vm_srb->srb_status != SRB_STATUS_SUCCESS) in storvsc_command_completion()951 storvsc_handle_error(vm_srb, scmnd, host, sense_hdr.asc, in storvsc_command_completion()[all …]