Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_pscsi.c511 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
558 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
574 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
Dtarget_core_configfs.c2945 if (hba->hba_flags & HBA_FLAGS_PSCSI_MODE) in target_hba_mode_show()
2976 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in target_hba_mode_store()
2978 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in target_hba_mode_store()
/linux-4.4.14/include/target/
Dtarget_core_base.h107 HBA_FLAGS_PSCSI_MODE = 0x02, enumerator