Searched refs:max_hw_sectors (Results 1 - 4 of 4) sorted by relevance

/drivers/block/drbd/
H A Ddrbd_req.c1526 * q->max_hw_sectors and other global limits are already enforced there.
1544 unsigned int max_hw_sectors = queue_max_hw_sectors(q); local
1552 if ((limit >> 9) > max_hw_sectors)
1553 limit = max_hw_sectors << 9;
H A Ddrbd_nl.c1129 unsigned int max_hw_sectors = max_bio_size >> 9; local
1136 max_hw_sectors = min(queue_max_hw_sectors(b), max_bio_size >> 9);
1146 blk_queue_max_hw_sectors(q, max_hw_sectors);
/drivers/block/
H A Dnvme-core.c1933 if (dev->max_hw_sectors)
1934 blk_queue_max_hw_sectors(ns->queue, dev->max_hw_sectors);
2252 dev->max_hw_sectors = 1 << (ctrl->mdts + shift - 9);
/drivers/md/bcache/
H A Dsuper.c835 q->limits.max_hw_sectors = UINT_MAX;

Completed in 475 milliseconds