Searched refs:DF_CONFIGURED (Results 1 – 4 of 4) sorted by relevance
877 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()
760 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()
688 if (!(dev->dev_flags & DF_CONFIGURED)) { in target_fabric_port_link()
761 #define DF_CONFIGURED 0x00000001 macro