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

/linux-master/drivers/target/
H A Dtarget_core_hba.c109 core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32 hba_flags) argument
132 ret = hba->backend->ops->attach_hba(hba, plugin_dep_id);
H A Dtarget_core_configfs.c3562 unsigned long plugin_dep_id = 0; local
3593 ret = kstrtoul(str, 0, &plugin_dep_id);
3596 " plugin_dep_id\n", ret);
3604 hba = core_alloc_hba(se_plugin_str, plugin_dep_id, 0);

Completed in 111 milliseconds