Home
last modified time | relevance | path

Searched refs:pmode_enable_hba (Results 1 – 2 of 2) sorted by relevance

/linux/include/target/
H A Dtarget_core_backend.h31 int (*pmode_enable_hba)(struct se_hba *, unsigned long); member
/linux/drivers/target/
H A Dtarget_core_configfs.c3503 if (hba->backend->ops->pmode_enable_hba == NULL) in target_hba_mode_store()
3517 ret = hba->backend->ops->pmode_enable_hba(hba, mode_flag); in target_hba_mode_store()