Home
last modified time | relevance | path

Searched refs:hw_max_sectors (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/target/
A Dtarget_core_device.c988 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()
A Dtarget_core_xcopy.c698 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()
A Dtarget_core_rd.c300 dev->dev_attrib.hw_max_sectors = UINT_MAX; in rd_configure_device()
A Dtarget_core_configfs.c541 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);
A Dtarget_core_iblock.c127 dev->dev_attrib.hw_max_sectors = mult_frac(queue_max_hw_sectors(q), in iblock_configure_device()
A Dtarget_core_file.c196 dev->dev_attrib.hw_max_sectors = FD_MAX_BYTES / fd_dev->fd_block_size; in fd_configure_device()
A Dtarget_core_pscsi.c300 dev->dev_attrib.hw_max_sectors = in pscsi_add_device_to_list()
A Dtarget_core_user.c2268 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()
A Dtarget_core_spc.c557 io_max_blocks = mult_frac(dev->dev_attrib.hw_max_sectors, in spc_emulate_evpd_b0()
A Dtarget_core_transport.c1030 dev->dev_attrib.hw_max_sectors); in transport_dump_dev_state()
/linux-6.3-rc2/include/target/
A Dtarget_core_base.h706 u32 hw_max_sectors; member

Completed in 37 milliseconds