Searched refs:pdv_flags (Results 1 – 2 of 2) sorted by relevance
468 if (!(pdv->pdv_flags & PDF_HAS_CHANNEL_ID) || in pscsi_configure_device()469 !(pdv->pdv_flags & PDF_HAS_TARGET_ID) || in pscsi_configure_device()470 !(pdv->pdv_flags & PDF_HAS_LUN_ID)) { in pscsi_configure_device()500 if (!(pdv->pdv_flags & PDF_HAS_VIRT_HOST_ID)) { in pscsi_configure_device()767 pdv->pdv_flags |= PDF_HAS_VIRT_HOST_ID; in pscsi_set_configfs_dev_params()777 pdv->pdv_flags |= PDF_HAS_CHANNEL_ID; in pscsi_set_configfs_dev_params()787 pdv->pdv_flags |= PDF_HAS_TARGET_ID; in pscsi_set_configfs_dev_params()796 pdv->pdv_flags |= PDF_HAS_LUN_ID; in pscsi_set_configfs_dev_params()
41 int pdv_flags; member