Searched refs:plugin_dep_id (Results 1 – 2 of 2) sorted by relevance
109 core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32 hba_flags) in core_alloc_hba() argument132 ret = hba->backend->ops->attach_hba(hba, plugin_dep_id); in core_alloc_hba()
3466 unsigned long plugin_dep_id = 0; in target_core_call_addhbatotarget() local3497 ret = kstrtoul(str, 0, &plugin_dep_id); in target_core_call_addhbatotarget()3508 hba = core_alloc_hba(se_plugin_str, plugin_dep_id, 0); in target_core_call_addhbatotarget()