Searched refs:native_length (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 Daic7xxx_old.c4637 unsigned int native_addr, native_length, sg_addr; local
4677 native_length = le32_to_cpu(scb->sg_list[index].length);
4679 * If resid_dcnt == native_length, then we just loaded this SG
4682 if(resid_dcnt == native_length)
4695 native_length = le32_to_cpu(scb->sg_list[index - 1].length);
4696 cur_addr = native_addr + (native_length - 1);
4702 * resid_dcnt != native_length, so we are in the middle of a SG

Completed in 113 milliseconds