dp_ofs           3630 drivers/scsi/sym53c8xx_2/sym_hipd.c 	int	dp_ofs, dp_sg, dp_sgmin;
dp_ofs           3639 drivers/scsi/sym53c8xx_2/sym_hipd.c 	dp_ofs = *ofs;
dp_ofs           3649 drivers/scsi/sym53c8xx_2/sym_hipd.c 		dp_ofs -= scr_to_cpu(pm->sg.size) & 0x00ffffff;
dp_ofs           3656 drivers/scsi/sym53c8xx_2/sym_hipd.c 		*ofs = dp_ofs;
dp_ofs           3684 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if (dp_ofs < 0) {
dp_ofs           3689 drivers/scsi/sym53c8xx_2/sym_hipd.c 			n = dp_ofs + (tmp & 0xffffff);
dp_ofs           3694 drivers/scsi/sym53c8xx_2/sym_hipd.c 			dp_ofs = n;
dp_ofs           3697 drivers/scsi/sym53c8xx_2/sym_hipd.c 	else if (dp_ofs > 0) {
dp_ofs           3700 drivers/scsi/sym53c8xx_2/sym_hipd.c 			dp_ofs -= (tmp & 0xffffff);
dp_ofs           3702 drivers/scsi/sym53c8xx_2/sym_hipd.c 			if (dp_ofs <= 0)
dp_ofs           3711 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if	(dp_sg < dp_sgmin || (dp_sg == dp_sgmin && dp_ofs < 0))
dp_ofs           3714 drivers/scsi/sym53c8xx_2/sym_hipd.c 		 (dp_sg == SYM_CONF_MAX_SG && dp_ofs > 0))
dp_ofs           3721 drivers/scsi/sym53c8xx_2/sym_hipd.c             (dp_sg == cp->ext_sg && dp_ofs > cp->ext_ofs)) {
dp_ofs           3723 drivers/scsi/sym53c8xx_2/sym_hipd.c 		cp->ext_ofs = dp_ofs;
dp_ofs           3729 drivers/scsi/sym53c8xx_2/sym_hipd.c 	*ofs = dp_ofs;
dp_ofs           3747 drivers/scsi/sym53c8xx_2/sym_hipd.c 	int dp_ofs	= ofs;
dp_ofs           3765 drivers/scsi/sym53c8xx_2/sym_hipd.c 	dp_sg = sym_evaluate_dp(np, cp, dp_scr, &dp_ofs);
dp_ofs           3780 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if (dp_ofs == 0) {
dp_ofs           3815 drivers/scsi/sym53c8xx_2/sym_hipd.c 	tmp += scr_to_cpu(cp->phys.data[dp_sg-1].size) + dp_ofs;
dp_ofs           3817 drivers/scsi/sym53c8xx_2/sym_hipd.c 	pm->sg.size = cpu_to_scr(-dp_ofs);
dp_ofs           3847 drivers/scsi/sym53c8xx_2/sym_hipd.c 	int dp_ofs = 0;
dp_ofs           3878 drivers/scsi/sym53c8xx_2/sym_hipd.c 			    &dp_ofs) < 0) {
dp_ofs           3886 drivers/scsi/sym53c8xx_2/sym_hipd.c 		return -dp_ofs;