Searched refs:hba_flags (Results 1 – 7 of 7) sorted by relevance
103 core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32 hba_flags) in core_alloc_hba() argument118 hba->hba_flags |= hba_flags; in core_alloc_hba()
515 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()
2707 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()
705 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()
532 !(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) { in core_export_port()
4097 if (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE) in target_check_reservation()
830 u32 hba_flags; member