- Left overs from last code merges of qla2xxx
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
                         * values.
                         */
                        if (resid &&
-                           ((unsigned)(cp->request_bufflen - resid) <
+                           ((unsigned)(scsi_bufflen(cp) - resid) <
                             cp->underflow)) {
                                DEBUG2(qla_printk(KERN_INFO, ha,
                                    "scsi(%ld:%d:%d:%d): Mid-layer underflow "
                                    "error status.\n", ha->host_no,
                                    cp->device->channel, cp->device->id,
                                    cp->device->lun, resid,
-                                   cp->request_bufflen));
+                                   scsi_bufflen(cp)));
 
                                cp->result = DID_ERROR << 16 | lscsi_status;
                        }