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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da100u2w.c842 int i, count_sg; local
862 count_sg = scsi_dma_map(cmd);
863 if (count_sg < 0)
864 return count_sg;
865 BUG_ON(count_sg > TOTAL_SG_ENTRY);
868 if (count_sg) {
869 scb->sg_len = cpu_to_le32((u32) (count_sg * 8));
870 scsi_for_each_sg(cmd, sg, count_sg, i) {

Completed in 48 milliseconds