···10621062 cp->device->id, cp->device->lun, cp,10631063 cp->serial_number));1064106410651065+ /*10661066+ * In case of a Underrun condition, set both the lscsi10671067+ * status and the completion status to appropriate10681068+ * values.10691069+ */10701070+ if (resid &&10711071+ ((unsigned)(cp->request_bufflen - resid) <10721072+ cp->underflow)) {10731073+ DEBUG2(qla_printk(KERN_INFO, ha,10741074+ "scsi(%ld:%d:%d:%d): Mid-layer underflow "10751075+ "detected (%x of %x bytes)...returning "10761076+ "error status.\n", ha->host_no,10771077+ cp->device->channel, cp->device->id,10781078+ cp->device->lun, resid,10791079+ cp->request_bufflen));10801080+10811081+ cp->result = DID_ERROR << 16 | lscsi_status;10821082+ }10831083+10651084 if (sense_len)10661085 DEBUG5(qla2x00_dump_buffer(cp->sense_buffer,10671086 CMD_ACTUAL_SNSLEN(cp)));