*参照元 [#we6a5754]
#backlinks

*説明 [#u6f1e474]
-パス: [[linux-4.4.1/include/linux/scatterlist.h]]

-FIXME: これは何?
--説明


**引数 [#kc2f9066]
-struct scatterlist *sg
--
--[[linux-4.4.1/scatterlist]]


**返り値 [#c8745520]
-dma_addr_t
--
--[[linux-4.4.1/dma_addr_t]]


**参考 [#k6d003f0]


*実装 [#x8daaa3f]
 /*
  * These macros should be used after a dma_map_sg call has been done
  * to get bus addresses of each of the SG entries and their lengths.
  * You should only work with the number of sg entries dma_map_sg
  * returns, or alternatively stop on the first sg_dma_len(sg) which
  * is 0.
  */
 #define sg_dma_address(sg)      ((sg)->dma_address)


*コメント [#ab91ab7a]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS