Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_hba.c122 core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32 hba_flags) in core_alloc_hba() argument
137 hba->hba_flags |= hba_flags; in core_alloc_hba()
Dtarget_core_tpg.c613 !(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_tpg_add_lun()
629 if (!(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_tpg_add_lun()
672 if (!(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_tpg_remove_lun()
Dtarget_core_pscsi.c492 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
537 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
553 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in pscsi_configure_device()
Dtarget_core_alua.c691 if (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE) in target_alua_state_check()
1936 (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_alua_store_tg_pt_gp_info()
2193 (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) in core_alua_store_offline_bit()
2280 !(dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE)) { in core_setup_alua()
Dtarget_core_configfs.c3057 if (hba->hba_flags & HBA_FLAGS_PSCSI_MODE) in target_hba_mode_show()
3088 hba->hba_flags |= HBA_FLAGS_PSCSI_MODE; in target_hba_mode_store()
3090 hba->hba_flags &= ~HBA_FLAGS_PSCSI_MODE; in target_hba_mode_store()
Dtarget_core_pr.c4096 if (dev->se_hba->hba_flags & HBA_FLAGS_INTERNAL_USE) in target_check_reservation()
/Linux-v4.19/include/target/
Dtarget_core_base.h834 u32 hba_flags; member