*参照元 [#ecdd9c5c] #backlinks *説明 [#s3cf2076] -パス: [[linux-4.4.1/include/linux/scatterlist.h]] -FIXME: これは何? --説明 **参考 [#fd5b66f3] *実装 [#f346d13d] struct scatterlist { #ifdef CONFIG_DEBUG_SG - --[[linux-4.4.1/CONFIG_DEBUG_SG]] unsigned long sg_magic; #endif unsigned long page_link; unsigned int offset; unsigned int length; dma_addr_t dma_address; - --[[linux-4.4.1/dma_addr_t]] #ifdef CONFIG_NEED_SG_DMA_LENGTH - --[[linux-4.4.1/CONFIG_NEED_SG_DMA_LENGTH]] unsigned int dma_length; #endif }; *コメント [#g7a0f35c]