Home
last modified time | relevance | path

Searched refs:hba_flags (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_hba.c103 core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32 hba_flags) in core_alloc_hba() argument
118 hba->hba_flags |= hba_flags; in core_alloc_hba()
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()
Dtarget_core_alua.c705 if (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE) in target_alua_state_check()
2381 !(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) { in core_setup_alua()
Dtarget_core_device.c532 !(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) { in core_export_port()
Dtarget_core_pr.c4097 if (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE) in target_check_reservation()
/linux-4.1.27/include/target/
Dtarget_core_base.h830 u32 hba_flags; member