Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_hba.c109 core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32 hba_flags) in core_alloc_hba() argument
124 hba->hba_flags |= hba_flags; in core_alloc_hba()
H A Dtarget_core_tpg.c666 !(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_tpg_add_lun()
682 if (!(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_tpg_add_lun()
723 if (!(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_tpg_remove_lun()
H A Dtarget_core_pscsi.c475 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
520 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
536 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
H A Dtarget_core_pr.c4185 if (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE) in target_check_reservation()