Searched defs:sg_dma_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_mr.h | 79 int sg_dma_len; member
|
H A D | ib.h | 325 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 D | ib_mr.h | 79 int sg_dma_len; member
|
H A D | ib.h | 325 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 D | scatterlist.h | 37 #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 D | scatterlist.h | 34 #define sg_dma_len(sg) ((sg)->dma_length) macro 36 #define sg_dma_len(sg) ((sg)->length) macro
|
Completed in 6 milliseconds