pSG 327 drivers/scsi/53c700.c hostdata->slots[j].pSG = (struct NCR_700_SG_List *)((unsigned long)(pSlots + offset)); pSG 1138 drivers/scsi/53c700.c to32bit(&slot->pSG[0].ins)); pSG 1185 drivers/scsi/53c700.c if(SG >= to32bit(&hostdata->slots[i].pSG[0]) pSG 1186 drivers/scsi/53c700.c && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS])) pSG 1443 drivers/scsi/53c700.c SGScriptStartAddress, to32bit(&slot->pSG[0].ins)); pSG 1584 drivers/scsi/53c700.c } else if(dsp >= to32bit(&slot->pSG[0].ins) && pSG 1585 drivers/scsi/53c700.c dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { pSG 1587 drivers/scsi/53c700.c int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); pSG 1883 drivers/scsi/53c700.c (&slot->pSG[i].ins), pSG 173 drivers/scsi/53c700.h struct NCR_700_SG_List *pSG;