Searched refs:plugin_dep_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_hba.c | 109 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 D | target_core_configfs.c | 3421 unsigned long plugin_dep_id = 0; in target_core_call_addhbatotarget() local 3453 ret = kstrtoul(str, 0, &plugin_dep_id); in target_core_call_addhbatotarget() 3456 " plugin_dep_id\n", ret); in target_core_call_addhbatotarget() 3464 hba = core_alloc_hba(se_plugin_str, plugin_dep_id, 0); in target_core_call_addhbatotarget()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_hba.c | 109 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 D | target_core_configfs.c | 3524 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() 3558 " plugin_dep_id\n", ret); in target_core_call_addhbatotarget() 3566 hba = core_alloc_hba(se_plugin_str, plugin_dep_id, 0); in target_core_call_addhbatotarget()
|
Completed in 11 milliseconds