Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h695 u32 optimal_sectors; member
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_configfs.c540 DEF_CONFIGFS_ATTRIB_SHOW(optimal_sectors);
1059 da->optimal_sectors = val; in optimal_sectors_store()
1200 CONFIGFS_ATTR(, optimal_sectors);
Dtarget_core_device.c957 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()