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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dscatterlist.h29 #define sg_dma_len(sg) ((sg)->dma_length) macro
31 #define sg_dma_len(sg) ((sg)->length) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_rdma.c54 int sg_dma_len; member in struct:rds_ib_mr
332 int page_cnt, sg_dma_len; local
[all...]
H A Dib.h213 rds_ib_dma_sync_sg_for_cpu(struct ib_device *dev, struct scatterlist *sg, unsigned int sg_dma_len, int direction) argument
227 rds_ib_dma_sync_sg_for_device(struct ib_device *dev, struct scatterlist *sg, unsigned int sg_dma_len, int direction) argument
H A Diw.h236 rds_iw_dma_sync_sg_for_cpu(struct ib_device *dev, struct scatterlist *sg, unsigned int sg_dma_len, int direction) argument
250 rds_iw_dma_sync_sg_for_device(struct ib_device *dev, struct scatterlist *sg, unsigned int sg_dma_len, int direction) argument

Completed in 69 milliseconds