Home
last modified time | relevance | path

Searched refs:pSG (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/
D53c700.c327 hostdata->slots[j].pSG = (struct NCR_700_SG_List *)((unsigned long)(pSlots + offset)); in NCR_700_detect()
1138 to32bit(&slot->pSG[0].ins)); in process_script_interrupt()
1185 if(SG >= to32bit(&hostdata->slots[i].pSG[0]) in process_script_interrupt()
1186 && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS])) in process_script_interrupt()
1443 SGScriptStartAddress, to32bit(&slot->pSG[0].ins)); in NCR_700_start_command()
1584 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1585 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1587 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1883 (&slot->pSG[i].ins), in NCR_700_queuecommand_lck()
D53c700.h173 struct NCR_700_SG_List *pSG; member