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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dtmscsim.c451 pSRB->SGcount = pci_map_sg(pdev, pSRB->pSegmentList, 1,
456 if (pSRB->SGcount != 1)
462 pSRB->SGcount = pci_map_sg(pdev, pSRB->pSegmentList, pcmd->use_sg,
465 if (!pSRB->SGcount)
468 __FUNCTION__, pcmd->request_buffer, pSRB->SGcount, pcmd->use_sg));
472 pSRB->SGcount = pci_map_sg(pdev, pSRB->pSegmentList, 1,
477 if (pSRB->SGcount != 1)
482 pSRB->SGcount = 0;
796 if( pSRB->SGIndex < pSRB->SGcount )
864 if( pSRB->SGIndex < pSRB->SGcount )
[all...]
H A D53c700.c1614 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); local
1622 SGcount, data_transfer);
1627 SGcount, data_transfer, residual);
1636 SGcount--;
1638 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff);
1640 slot->SG[SGcount].ins &= bS_to_host(0xff000000);
1641 slot->SG[SGcount].ins |= bS_to_host(data_transfer);
1642 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr);
1649 slot->SG[SGcount].pAddr = bS_to_host(pAddr);
1652 for(i=0; i<SGcount;
[all...]
H A Dtmscsim.h56 u8 SGcount; member in struct:dc390_srb

Completed in 100 milliseconds