Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
D53c700.c1600 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr() local
1608 SGcount, data_transfer); in NCR_700_intr()
1613 SGcount, data_transfer, residual); in NCR_700_intr()
1622 SGcount--; in NCR_700_intr()
1624 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff); in NCR_700_intr()
1626 slot->SG[SGcount].ins &= bS_to_host(0xff000000); in NCR_700_intr()
1627 slot->SG[SGcount].ins |= bS_to_host(data_transfer); in NCR_700_intr()
1628 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr); in NCR_700_intr()
1635 slot->SG[SGcount].pAddr = bS_to_host(pAddr); in NCR_700_intr()
1638 for(i=0; i<SGcount; i++) { in NCR_700_intr()