Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_base.h123 HBA_FLAGS_PSCSI_MODE = 0x02, enumerator
/linux/drivers/target/
H A Dtarget_core_configfs.c3490 if (hba->hba_flags & HBA_FLAGS_PSCSI_MODE) in target_hba_mode_show()
3521 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in target_hba_mode_store()
3523 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in target_hba_mode_store()