Home
last modified time | relevance | path

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

/openbmc/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
132 ret = hba->backend->ops->attach_hba(hba, plugin_dep_id); in core_alloc_hba()
H A Dtarget_core_configfs.c3524 unsigned long plugin_dep_id = 0; in target_core_call_addhbatotarget() local
3555 ret = kstrtoul(str, 0, &plugin_dep_id); in target_core_call_addhbatotarget()
3566 hba = core_alloc_hba(se_plugin_str, plugin_dep_id, 0); in target_core_call_addhbatotarget()