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

/linux-4.4.14/net/rds/
H A Dmessage.c222 struct scatterlist *sg_first = (struct scatterlist *) &rm[1]; rds_message_alloc_sgs() local
231 sg_ret = &sg_first[rm->m_used_sgs]; rds_message_alloc_sgs()
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Dpxa_camera.c321 * @sg_first: first element of sg_list
325 * Beware sg_first and sg_first_ofs are both input and output parameters.
333 struct scatterlist **sg_first, int *sg_first_ofs) pxa_init_dma_channel()
345 sglen = calculate_dma_sglen(*sg_first, dma->sglen, pxa_init_dma_channel()
357 dev_dbg(dev, "DMA: sg_first=%p, sglen=%d, ofs=%d, dma.desc=%x\n", pxa_init_dma_channel()
358 *sg_first, sglen, *sg_first_ofs, pxa_dma->sg_dma); pxa_init_dma_channel()
361 for_each_sg(*sg_first, sg, sglen, i) { pxa_init_dma_channel()
401 *sg_first = sg_next(sg); pxa_init_dma_channel()
404 *sg_first = sg; pxa_init_dma_channel()
329 pxa_init_dma_channel(struct pxa_camera_dev *pcdev, struct pxa_buffer *buf, struct videobuf_dmabuf *dma, int channel, int cibr, int size, struct scatterlist **sg_first, int *sg_first_ofs) pxa_init_dma_channel() argument

Completed in 123 milliseconds