Lines Matching refs:nr_segs
1057 unsigned int sg_grant, nr_segs;
1061 nr_segs = min_t(unsigned int, sg_grant, SG_ALL);
1062 nr_segs = max_t(unsigned int, nr_segs, VSCSIIF_SG_TABLESIZE);
1063 nr_segs = min_t(unsigned int, nr_segs,
1068 dev_info(&dev->dev, "using up to %d SG entries\n", nr_segs);
1069 else if (info->pause && nr_segs < host->sg_tablesize)
1072 host->sg_tablesize, nr_segs);
1074 host->sg_tablesize = nr_segs;
1075 host->max_sectors = (nr_segs - 1) * PAGE_SIZE / 512;