Searched refs:hw_max_sectors (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/target/ |
D | target_core_backend_configfs.h | 99 DEF_TB_DEV_ATTRIB_RO(_backend, hw_max_sectors); \ 100 TB_DEV_ATTR_RO(_backend, hw_max_sectors); \
|
D | target_core_base.h | 697 u32 hw_max_sectors; member
|
/linux-4.1.27/drivers/target/ |
D | target_core_device.c | 1141 if (optimal_sectors > dev->dev_attrib.hw_max_sectors) { in se_dev_set_optimal_sectors() 1144 optimal_sectors, dev->dev_attrib.hw_max_sectors); in se_dev_set_optimal_sectors() 1179 dev->dev_attrib.hw_max_sectors = in se_dev_set_block_size() 1573 dev->dev_attrib.hw_max_sectors = in target_configure_device() 1574 se_dev_align_max_sectors(dev->dev_attrib.hw_max_sectors, in target_configure_device() 1576 dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors; in target_configure_device()
|
D | target_core_pscsi.c | 322 dev->dev_attrib.hw_max_sectors = in pscsi_add_device_to_list() 1127 DEF_TB_DEV_ATTRIB_RO(pscsi, hw_max_sectors); 1128 TB_DEV_ATTR_RO(pscsi, hw_max_sectors);
|
D | target_core_user.c | 882 dev->dev_attrib.hw_max_sectors = 128; in tcmu_configure_device() 1061 DEF_TB_DEV_ATTRIB_RO(tcmu, hw_max_sectors); 1062 TB_DEV_ATTR_RO(tcmu, hw_max_sectors);
|
D | target_core_xcopy.c | 777 max_sectors = min(src_dev->dev_attrib.hw_max_sectors, in target_xcopy_do_work() 778 dst_dev->dev_attrib.hw_max_sectors); in target_xcopy_do_work()
|
D | target_core_rd.c | 340 dev->dev_attrib.hw_max_sectors = UINT_MAX; in rd_configure_device()
|
D | target_core_iblock.c | 127 dev->dev_attrib.hw_max_sectors = queue_max_hw_sectors(q); in iblock_configure_device()
|
D | target_core_file.c | 224 dev->dev_attrib.hw_max_sectors = FD_MAX_BYTES / fd_dev->fd_block_size; in fd_configure_device()
|
D | target_core_spc.c | 532 put_unaligned_be32(dev->dev_attrib.hw_max_sectors, &buf[8]); in spc_emulate_evpd_b0()
|
D | target_core_transport.c | 845 dev->dev_attrib.hw_max_sectors); in transport_dump_dev_state()
|