Home
last modified time | relevance | path

Searched refs:pdv_flags (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_pscsi.c431 if (!(pdv->pdv_flags & PDF_HAS_CHANNEL_ID) || in pscsi_configure_device()
432 !(pdv->pdv_flags & PDF_HAS_TARGET_ID) || in pscsi_configure_device()
433 !(pdv->pdv_flags & PDF_HAS_LUN_ID)) { in pscsi_configure_device()
463 if (!(pdv->pdv_flags & PDF_HAS_VIRT_HOST_ID)) { in pscsi_configure_device()
746 pdv->pdv_flags |= PDF_HAS_VIRT_HOST_ID; in pscsi_set_configfs_dev_params()
756 pdv->pdv_flags |= PDF_HAS_CHANNEL_ID; in pscsi_set_configfs_dev_params()
766 pdv->pdv_flags |= PDF_HAS_TARGET_ID; in pscsi_set_configfs_dev_params()
775 pdv->pdv_flags |= PDF_HAS_LUN_ID; in pscsi_set_configfs_dev_params()
H A Dtarget_core_pscsi.h35 int pdv_flags; member