Searched defs:fabric_max_sectors (Results 1 - 2 of 2) sorted by relevance

/drivers/target/
H A Dtarget_core_device.c891 * Set fabric_max_sectors, which is reported in block limits
894 dev->se_sub_dev->se_dev_attrib.fabric_max_sectors = DA_FABRIC_MAX_SECTORS;
896 * Set optimal_sectors from fabric_max_sectors, which can be
1231 int se_dev_set_fabric_max_sectors(struct se_device *dev, u32 fabric_max_sectors) argument
1235 " fabric_max_sectors while dev_export_obj: %d count exists\n",
1239 if (!fabric_max_sectors) {
1241 " fabric_max_sectors\n", dev);
1244 if (fabric_max_sectors < DA_STATUS_MAX_SECTORS_MIN) {
1245 pr_err("dev[%p]: Passed fabric_max_sectors: %u less than"
1246 " DA_STATUS_MAX_SECTORS_MIN: %u\n", dev, fabric_max_sectors,
[all...]
H A Dtarget_core_configfs.c689 DEF_DEV_ATTRIB(fabric_max_sectors); variable
690 SE_DEV_ATTR(fabric_max_sectors, S_IRUGO | S_IWUSR);

Completed in 20 milliseconds