Searched refs:NR_SG (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | powertec.c | 54 #define NR_SG 256 macro 61 struct scatterlist sg[NR_SG]; 139 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG); in powertecscsi_dma_setup()
|
H A D | eesox.c | 66 #define NR_SG 256 macro 74 struct scatterlist sg[NR_SG]; /* Scatter DMA list */ 166 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG); in eesoxscsi_dma_setup()
|
H A D | cumana_2.c | 71 #define NR_SG 256 macro 78 struct scatterlist sg[NR_SG]; /* Scatter DMA list */ 167 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG); in cumanascsi_2_dma_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | eesox.c | 70 #define NR_SG 256 macro 78 struct scatterlist sg[NR_SG]; /* Scatter DMA list */ 170 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG); in eesoxscsi_dma_setup()
|
H A D | powertec.c | 58 #define NR_SG 256 macro 65 struct scatterlist sg[NR_SG]; 143 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG); in powertecscsi_dma_setup()
|
H A D | cumana_2.c | 75 #define NR_SG 256 macro 82 struct scatterlist sg[NR_SG]; /* Scatter DMA list */ 171 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG); in cumanascsi_2_dma_setup()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci.h | 256 #define NR_SG 128 macro
|
H A D | pxamci.c | 44 #define NR_SG 1 macro 632 mmc->max_segs = NR_SG; in pxamci_probe()
|
H A D | mmci.c | 2114 mmc->max_segs = NR_SG; in mmci_probe()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmci.h | 259 #define NR_SG 128 macro
|
H A D | pxamci.c | 43 #define NR_SG 1 macro 630 mmc->max_segs = NR_SG; in pxamci_probe()
|
H A D | mmci.c | 2334 mmc->max_segs = NR_SG; in mmci_probe()
|
Completed in 15 milliseconds