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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dscatterlist.c440 * sg_copy_buffer - Copy data between a linear buffer and an SG list
451 static size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, function
500 return sg_copy_buffer(sgl, nents, buf, buflen, 0);
517 return sg_copy_buffer(sgl, nents, buf, buflen, 1);

Completed in 43 milliseconds