Searched refs:req_sectors (Results 1 – 1 of 1) sorted by relevance
1545 unsigned int req_sectors = 0, phys_segments = 0; in mmc_blk_prep_packed_list() local1577 req_sectors += blk_rq_sectors(cur); in mmc_blk_prep_packed_list()1581 req_sectors += mmc_large_sector(card) ? 8 : 1; in mmc_blk_prep_packed_list()1614 req_sectors += blk_rq_sectors(next); in mmc_blk_prep_packed_list()1615 if (req_sectors > max_blk_count) in mmc_blk_prep_packed_list()