AHC_SG_LEN_MASK  1408 drivers/scsi/aic7xxx/aic7xxx_core.c 				       & AHC_SG_LEN_MASK);
AHC_SG_LEN_MASK  4202 drivers/scsi/aic7xxx/aic7xxx_core.c 				data_cnt &= ~AHC_SG_LEN_MASK;
AHC_SG_LEN_MASK  4218 drivers/scsi/aic7xxx/aic7xxx_core.c 			sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK;
AHC_SG_LEN_MASK  4220 drivers/scsi/aic7xxx/aic7xxx_core.c 			 && sglen < (data_cnt & AHC_SG_LEN_MASK)) {
AHC_SG_LEN_MASK  4228 drivers/scsi/aic7xxx/aic7xxx_core.c 				data_cnt = 1 | (sglen & (~AHC_SG_LEN_MASK));
AHC_SG_LEN_MASK  4230 drivers/scsi/aic7xxx/aic7xxx_core.c 					  + (sglen & AHC_SG_LEN_MASK) - 1;
AHC_SG_LEN_MASK  4286 drivers/scsi/aic7xxx/aic7xxx_core.c 		+ (ahc_le32toh(sg->len) & AHC_SG_LEN_MASK)
AHC_SG_LEN_MASK  6673 drivers/scsi/aic7xxx/aic7xxx_core.c 		resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK;
AHC_SG_LEN_MASK  6686 drivers/scsi/aic7xxx/aic7xxx_core.c 			resid += ahc_le32toh(sg->len) & AHC_SG_LEN_MASK;