Home
last modified time | relevance | path

Searched refs:HBA_FLAGS_PSCSI_MODE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_pscsi.c515 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
562 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
578 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
Dtarget_core_configfs.c2707 if (hba->hba_flags & HBA_FLAGS_PSCSI_MODE) in target_core_hba_show_attr_hba_mode()
2738 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in target_core_hba_store_attr_hba_mode()
2740 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in target_core_hba_store_attr_hba_mode()
/linux-4.1.27/include/target/
Dtarget_core_base.h125 HBA_FLAGS_PSCSI_MODE = 0x02, enumerator