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

/drivers/target/
H A Dtarget_core_file.c180 limits->max_hw_sectors = queue_max_hw_sectors(q);
204 limits->max_hw_sectors = FD_MAX_SECTORS;
H A Dtarget_core_rd.c255 dev_limits.limits.max_hw_sectors = RD_MAX_SECTORS;
H A Dtarget_core_iblock.c133 limits->max_hw_sectors = UINT_MAX;
H A Dtarget_core_pscsi.c330 limits->max_hw_sectors = min_t(int, sd->host->max_sectors, queue_max_hw_sectors(q));
H A Dtarget_core_device.c883 dev->se_sub_dev->se_dev_attrib.hw_max_sectors = limits->max_hw_sectors;
/drivers/block/drbd/
H A Ddrbd_nl.c798 int max_hw_sectors = max_bio_size >> 9; local
804 max_hw_sectors = min(queue_max_hw_sectors(b), max_bio_size >> 9);
810 blk_queue_max_hw_sectors(q, max_hw_sectors);

Completed in 49 milliseconds