SGcount 1587 drivers/scsi/53c700.c int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); SGcount 1595 drivers/scsi/53c700.c SGcount, data_transfer); SGcount 1600 drivers/scsi/53c700.c SGcount, data_transfer, residual); SGcount 1609 drivers/scsi/53c700.c SGcount--; SGcount 1611 drivers/scsi/53c700.c count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff); SGcount 1613 drivers/scsi/53c700.c slot->SG[SGcount].ins &= bS_to_host(0xff000000); SGcount 1614 drivers/scsi/53c700.c slot->SG[SGcount].ins |= bS_to_host(data_transfer); SGcount 1615 drivers/scsi/53c700.c pAddr = bS_to_cpu(slot->SG[SGcount].pAddr); SGcount 1622 drivers/scsi/53c700.c slot->SG[SGcount].pAddr = bS_to_host(pAddr); SGcount 1625 drivers/scsi/53c700.c for(i=0; i<SGcount; i++) {