Searched refs:hw_max_sectors (Results 1 – 11 of 11) sorted by relevance
895 dev->dev_attrib.hw_max_sectors = in target_configure_device()896 se_dev_align_max_sectors(dev->dev_attrib.hw_max_sectors, in target_configure_device()898 dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors; in target_configure_device()
755 max_sectors = min(src_dev->dev_attrib.hw_max_sectors, in target_xcopy_do_work()756 dst_dev->dev_attrib.hw_max_sectors); in target_xcopy_do_work()
494 DEF_CONFIGFS_ATTRIB_SHOW(hw_max_sectors);926 if (val > da->hw_max_sectors) { in optimal_sectors_store()929 da->da_dev, val, da->hw_max_sectors); in optimal_sectors_store()966 da->hw_max_sectors = da->max_bytes_per_io / val; in block_size_store()993 CONFIGFS_ATTR_RO(, hw_max_sectors);
326 dev->dev_attrib.hw_max_sectors = UINT_MAX; in rd_configure_device()
205 dev->dev_attrib.hw_max_sectors = FD_MAX_BYTES / fd_dev->fd_block_size; in fd_configure_device()
121 dev->dev_attrib.hw_max_sectors = queue_max_hw_sectors(q); in iblock_configure_device()
527 put_unaligned_be32(min_not_zero(mtl, dev->dev_attrib.hw_max_sectors), &buf[8]); in spc_emulate_evpd_b0()
318 dev->dev_attrib.hw_max_sectors = in pscsi_add_device_to_list()
922 dev->dev_attrib.hw_max_sectors = 128; in tcmu_configure_device()
817 dev->dev_attrib.hw_max_sectors); in transport_dump_dev_state()
682 u32 hw_max_sectors; member