Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rds/
H A Dib_mr.h79 int sg_dma_len; member
H A Dib.h325 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
340 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
/kernel/linux/linux-6.6/net/rds/
H A Dib_mr.h79 int sg_dma_len; member
H A Dib.h325 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
340 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
/kernel/linux/linux-5.10/include/linux/
H A Dscatterlist.h37 #define sg_dma_len(sg) ((sg)->dma_length) macro
39 #define sg_dma_len(sg) ((sg)->length) macro
/kernel/linux/linux-6.6/include/linux/
H A Dscatterlist.h34 #define sg_dma_len(sg) ((sg)->dma_length) macro
36 #define sg_dma_len(sg) ((sg)->length) macro

Completed in 6 milliseconds