Searched defs:sgl (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | scatterlist.h | 13 struct scatterlist *sgl; /* the list */ member 134 struct scatterlist *sgl) in sg_chain()
|
D | dma-mapping.h | 213 #define dma_map_sg_attrs(dev, sgl, nents, dir, attrs) \ argument 216 #define dma_unmap_sg_attrs(dev, sgl, nents, dir, attrs) \ argument
|
D | kfifo.h | 673 #define kfifo_dma_in_prepare(fifo, sgl, nents, len) \ argument 724 #define kfifo_dma_out_prepare(fifo, sgl, nents, len) \ argument
|
D | dmaengine.h | 161 struct data_chunk sgl[0]; member 629 struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, in dmaengine_prep_slave_sg()
|