Home
last modified time | relevance | path

Searched refs:optimal_sectors (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/target/
Dtarget_core_base.h689 u32 optimal_sectors; member
/Linux-v5.4/drivers/target/
Dtarget_core_configfs.c540 DEF_CONFIGFS_ATTRIB_SHOW(optimal_sectors);
1057 da->optimal_sectors = val; in optimal_sectors_store()
1138 CONFIGFS_ATTR(, optimal_sectors);
Dtarget_core_device.c956 dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors; in target_configure_device()
Dtarget_core_spc.c531 put_unaligned_be32(dev->dev_attrib.optimal_sectors, &buf[12]); in spc_emulate_evpd_b0()