Home
last modified time | relevance | path

Searched refs:native_length (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c4657 unsigned int native_addr, native_length, sg_addr; in aic7xxx_handle_seqint() local
4700 native_length = le32_to_cpu(scb->sg_list[index].length); in aic7xxx_handle_seqint()
4705 if(resid_dcnt == native_length) in aic7xxx_handle_seqint()
4718 native_length = le32_to_cpu(scb->sg_list[index - 1].length); in aic7xxx_handle_seqint()
4719 cur_addr = native_addr + (native_length - 1); in aic7xxx_handle_seqint()