Searched refs:DF_CONFIGURED (Results 1 – 4 of 4) sorted by relevance
979 if (!(dev->dev_flags & DF_CONFIGURED)) { in se_dev_set_pi_prot_type()1023 if (!(dev->dev_flags & DF_CONFIGURED)) { in se_dev_set_pi_prot_format()1555 if (dev->dev_flags & DF_CONFIGURED) { in target_configure_device()1625 dev->dev_flags |= DF_CONFIGURED; in target_configure_device()1642 if (dev->dev_flags & DF_CONFIGURED) { in target_free_device()
785 if (!(dev->dev_flags & DF_CONFIGURED)) { in target_fabric_port_link()
1368 return snprintf(page, PAGE_SIZE, "%d\n", !!(dev->dev_flags & DF_CONFIGURED)); in target_core_show_dev_enable()1981 if (!(dev->dev_flags & DF_CONFIGURED)) { in target_core_alua_tg_pt_gp_store_attr_alua_access_state()
754 #define DF_CONFIGURED 0x00000001 macro