Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dmessage.c222 struct scatterlist *sg_first = (struct scatterlist *) &rm[1]; in rds_message_alloc_sgs() local
231 sg_ret = &sg_first[rm->m_used_sgs]; in rds_message_alloc_sgs()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dpxa_camera.c333 struct scatterlist **sg_first, int *sg_first_ofs) in pxa_init_dma_channel() argument
345 sglen = calculate_dma_sglen(*sg_first, dma->sglen, in pxa_init_dma_channel()
358 *sg_first, sglen, *sg_first_ofs, pxa_dma->sg_dma); in pxa_init_dma_channel()
361 for_each_sg(*sg_first, sg, sglen, i) { in pxa_init_dma_channel()
401 *sg_first = sg_next(sg); in pxa_init_dma_channel()
404 *sg_first = sg; in pxa_init_dma_channel()