Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/arm/
H A 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()
H A 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()
H A 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()
/openbmc/linux/drivers/mmc/host/
H A Dmmci.h259 #define NR_SG 128 macro
H A Dpxamci.c43 #define NR_SG 1 macro
630 mmc->max_segs = NR_SG; in pxamci_probe()
H A Dmmci.c2334 mmc->max_segs = NR_SG; in mmci_probe()