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

/linux-master/drivers/scsi/
H A D53c700.c1604 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); local
1612 SGcount, data_transfer);
1617 SGcount, data_transfer, residual);
1626 SGcount--;
1628 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff);
1630 slot->SG[SGcount].ins &= bS_to_host(0xff000000);
1631 slot->SG[SGcount].ins |= bS_to_host(data_transfer);
1632 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr);
1639 slot->SG[SGcount].pAddr = bS_to_host(pAddr);
1642 for(i=0; i<SGcount;
[all...]

Completed in 104 milliseconds