Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c262 struct vmscsi_request vm_srb; member
1032 static void storvsc_handle_error(struct vmscsi_request *vm_srb, in storvsc_handle_error() argument
1041 switch (vm_srb->srb_status) { in storvsc_handle_error()
1094 wrk->lun = vm_srb->lun; in storvsc_handle_error()
1105 struct vmscsi_request *vm_srb; in storvsc_command_completion() local
1115 vm_srb = &cmd_request->vstor_packet.vm_srb; in storvsc_command_completion()
1117 if (vm_srb->data_in == READ_TYPE) in storvsc_command_completion()
1126 scmnd->result = vm_srb->scsi_status; in storvsc_command_completion()
1135 if (vm_srb->srb_status != SRB_STATUS_SUCCESS) in storvsc_command_completion()
1136 storvsc_handle_error(vm_srb, scmnd, host, sense_hdr.asc, in storvsc_command_completion()
[all …]