Home
last modified time | relevance | path

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

/openbmc/linux/include/target/
H A Dtarget_core_base.h712 u32 optimal_sectors; member
/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c570 DEF_CONFIGFS_ATTRIB_SHOW(optimal_sectors);
1101 da->optimal_sectors = val; in optimal_sectors_store()
1258 CONFIGFS_ATTR(, optimal_sectors);
H A Dtarget_core_device.c943 dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors; in target_configure_device()
H A Dtarget_core_spc.c563 put_unaligned_be32(dev->dev_attrib.optimal_sectors, &buf[12]); in spc_emulate_evpd_b0()