NR_SG
mmc->max_segs = NR_SG;
mmc->max_segs = NR_SG;
bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG);
struct scatterlist sg[NR_SG]; /* Scatter DMA list */
bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG);
struct scatterlist sg[NR_SG]; /* Scatter DMA list */
bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG);
struct scatterlist sg[NR_SG];