Searched refs:hw_max_sectors (Results 1 – 11 of 11) sorted by relevance
988 dev->dev_attrib.hw_max_sectors = in target_configure_device()989 se_dev_align_max_sectors(dev->dev_attrib.hw_max_sectors, in target_configure_device()991 dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors; in target_configure_device()
698 max_bytes_src = (unsigned long long) src_dev->dev_attrib.hw_max_sectors * in target_xcopy_do_work()700 max_bytes_dst = (unsigned long long) dst_dev->dev_attrib.hw_max_sectors * in target_xcopy_do_work()
300 dev->dev_attrib.hw_max_sectors = UINT_MAX; in rd_configure_device()
541 DEF_CONFIGFS_ATTRIB_SHOW(hw_max_sectors);1066 if (val > da->hw_max_sectors) { in optimal_sectors_store()1069 da->da_dev, val, da->hw_max_sectors); in optimal_sectors_store()1229 CONFIGFS_ATTR_RO(, hw_max_sectors);
127 dev->dev_attrib.hw_max_sectors = mult_frac(queue_max_hw_sectors(q), in iblock_configure_device()
196 dev->dev_attrib.hw_max_sectors = FD_MAX_BYTES / fd_dev->fd_block_size; in fd_configure_device()
300 dev->dev_attrib.hw_max_sectors = in pscsi_add_device_to_list()
2268 if (!dev->dev_attrib.hw_max_sectors) in tcmu_configure_device()2269 dev->dev_attrib.hw_max_sectors = 128; in tcmu_configure_device()2614 &(dev->dev_attrib.hw_max_sectors)); in tcmu_set_configfs_dev_params()
557 io_max_blocks = mult_frac(dev->dev_attrib.hw_max_sectors, in spc_emulate_evpd_b0()
1030 dev->dev_attrib.hw_max_sectors); in transport_dump_dev_state()
706 u32 hw_max_sectors; member
Completed in 36 milliseconds