Home
last modified time | relevance | path

Searched refs:NR_SG (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/scsi/arm/
Dpowertec.c58 #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()
Dcumana_2.c75 #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()
Deesox.c70 #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()
/linux-6.1.9/drivers/mmc/host/
Dmmci.h256 #define NR_SG 128 macro
Dpxamci.c44 #define NR_SG 1 macro
632 mmc->max_segs = NR_SG; in pxamci_probe()
Dmmci.c2178 mmc->max_segs = NR_SG; in mmci_probe()