Searched refs:pdma_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/arcmsr/
H A Darcmsr_hba.c1154 struct SG32ENTRY *pdma_sg = (struct SG32ENTRY *)psge; local
1156 pdma_sg->address = address_lo;
1157 pdma_sg->length = length;
1161 struct SG64ENTRY *pdma_sg = (struct SG64ENTRY *)psge; local
1163 pdma_sg->addresshigh = address_hi;
1164 pdma_sg->address = address_lo;
1165 pdma_sg->length = length|cpu_to_le32(IS_SG64_ADDR);

Completed in 109 milliseconds