hw_max_sectors    539 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_SHOW(hw_max_sectors);
hw_max_sectors   1050 drivers/target/target_core_configfs.c 	if (val > da->hw_max_sectors) {
hw_max_sectors   1053 drivers/target/target_core_configfs.c 			da->da_dev, val, da->hw_max_sectors);
hw_max_sectors   1090 drivers/target/target_core_configfs.c 		da->hw_max_sectors = da->max_bytes_per_io / val;
hw_max_sectors   1137 drivers/target/target_core_configfs.c CONFIGFS_ATTR_RO(, hw_max_sectors);
hw_max_sectors    953 drivers/target/target_core_device.c 	dev->dev_attrib.hw_max_sectors =
hw_max_sectors    954 drivers/target/target_core_device.c 		se_dev_align_max_sectors(dev->dev_attrib.hw_max_sectors,
hw_max_sectors    956 drivers/target/target_core_device.c 	dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors;
hw_max_sectors    192 drivers/target/target_core_file.c 	dev->dev_attrib.hw_max_sectors = FD_MAX_BYTES / fd_dev->fd_block_size;
hw_max_sectors    109 drivers/target/target_core_iblock.c 	dev->dev_attrib.hw_max_sectors = queue_max_hw_sectors(q);
hw_max_sectors    305 drivers/target/target_core_pscsi.c 	dev->dev_attrib.hw_max_sectors =
hw_max_sectors    300 drivers/target/target_core_rd.c 	dev->dev_attrib.hw_max_sectors = UINT_MAX;
hw_max_sectors    523 drivers/target/target_core_spc.c 	put_unaligned_be32(min_not_zero(mtl, dev->dev_attrib.hw_max_sectors), &buf[8]);
hw_max_sectors    970 drivers/target/target_core_transport.c 		dev->dev_attrib.hw_max_sectors);
hw_max_sectors   1937 drivers/target/target_core_user.c 	if (!dev->dev_attrib.hw_max_sectors)
hw_max_sectors   1938 drivers/target/target_core_user.c 		dev->dev_attrib.hw_max_sectors = 128;
hw_max_sectors   2193 drivers/target/target_core_user.c 					&(dev->dev_attrib.hw_max_sectors));
hw_max_sectors    751 drivers/target/target_core_xcopy.c 	max_sectors = min(src_dev->dev_attrib.hw_max_sectors,
hw_max_sectors    752 drivers/target/target_core_xcopy.c 			  dst_dev->dev_attrib.hw_max_sectors);
hw_max_sectors    688 include/target/target_core_base.h 	u32		hw_max_sectors;