Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_device.c877 if (dev->dev_flags & DF_CONFIGURED) { in target_configure_device()
947 dev->dev_flags |= DF_CONFIGURED; in target_configure_device()
964 if (dev->dev_flags & DF_CONFIGURED) { in target_free_device()
Dtarget_core_configfs.c760 if (!(dev->dev_flags & DF_CONFIGURED)) { in pi_prot_type_store()
807 if (!(dev->dev_flags & DF_CONFIGURED)) { in pi_prot_format_store()
1805 return snprintf(page, PAGE_SIZE, "%d\n", !!(dev->dev_flags & DF_CONFIGURED)); in target_dev_enable_show()
2327 if (!(dev->dev_flags & DF_CONFIGURED)) { in target_tg_pt_gp_alua_access_state_store()
Dtarget_core_fabric_configfs.c688 if (!(dev->dev_flags & DF_CONFIGURED)) { in target_fabric_port_link()
/linux-4.4.14/include/target/
Dtarget_core_base.h761 #define DF_CONFIGURED 0x00000001 macro