Searched defs:sg_dma_len (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dscatterlist.h33 #define sg_dma_len(sg) ((sg)->dma_length) macro
35 #define sg_dma_len(sg) ((sg)->length) macro
/linux-4.4.14/net/rds/
H A Dib_rdma.c61 int sg_dma_len; member in struct:rds_ib_mr
425 int page_cnt, sg_dma_len; rds_ib_map_fmr() local
H A Dib.h279 rds_ib_dma_sync_sg_for_cpu(struct ib_device *dev, struct scatterlist *sglist, unsigned int sg_dma_len, int direction) rds_ib_dma_sync_sg_for_cpu() argument
296 rds_ib_dma_sync_sg_for_device(struct ib_device *dev, struct scatterlist *sglist, unsigned int sg_dma_len, int direction) rds_ib_dma_sync_sg_for_device() argument
H A Diw.h240 rds_iw_dma_sync_sg_for_cpu(struct ib_device *dev, struct scatterlist *sg, unsigned int sg_dma_len, int direction) rds_iw_dma_sync_sg_for_cpu() argument
254 rds_iw_dma_sync_sg_for_device(struct ib_device *dev, struct scatterlist *sg, unsigned int sg_dma_len, int direction) rds_iw_dma_sync_sg_for_device() argument

Completed in 66 milliseconds