Searched refs:min_max_hw_sectors (Results 1 – 1 of 1) sorted by relevance
187 unsigned int min_max_hw_sectors = PAGE_SIZE >> SECTOR_SHIFT; in blk_queue_max_hw_sectors() local190 if (max_hw_sectors < min_max_hw_sectors) { in blk_queue_max_hw_sectors()192 min_max_hw_sectors = 1; in blk_queue_max_hw_sectors()195 if (max_hw_sectors < min_max_hw_sectors) { in blk_queue_max_hw_sectors()196 max_hw_sectors = min_max_hw_sectors; in blk_queue_max_hw_sectors()