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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.c449 pSRB->SGcount = pci_map_sg(pdev, pSRB->pSegmentList, 1,
454 if (pSRB->SGcount != 1)
464 pSRB->SGcount = nseg;
473 pSRB->SGcount = 0;
785 if( pSRB->SGIndex < pSRB->SGcount )
853 if( pSRB->SGIndex < pSRB->SGcount )
916 ptr = scsi_kmap_atomic_sg(pSRB->pSegmentList, pSRB->SGcount, &offset, &count);
1155 if( pSRB->SGIndex < pSRB->SGcount )
1172 pSRB->SGcount = 0;
1305 if( pSRB->SGIndex < pSRB->SGcount )
[all...]
H A D53c700.c1602 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); local
1610 SGcount, data_transfer);
1615 SGcount, data_transfer, residual);
1624 SGcount--;
1626 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff);
1628 slot->SG[SGcount].ins &= bS_to_host(0xff000000);
1629 slot->SG[SGcount].ins |= bS_to_host(data_transfer);
1630 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr);
1637 slot->SG[SGcount].pAddr = bS_to_host(pAddr);
1640 for(i=0; i<SGcount;
[all...]
H A Dtmscsim.h56 u8 SGcount; member in struct:dc390_srb

Completed in 105 milliseconds