Searched refs:core_alloc_hba (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_internal.h | 109 struct se_hba *core_alloc_hba(const char *, u32, u32);
|
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() function
|
H A D | target_core_device.c | 1037 hba = core_alloc_hba("rd_mcp", 0, HBA_FLAGS_INTERNAL_USE); in core_dev_setup_virtual_lun0()
|
H A D | target_core_configfs.c | 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_internal.h | 110 struct se_hba *core_alloc_hba(const char *, u32, u32);
|
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() function
|
H A D | target_core_device.c | 1014 hba = core_alloc_hba("rd_mcp", 0, HBA_FLAGS_INTERNAL_USE); in core_dev_setup_virtual_lun0()
|
H A D | target_core_configfs.c | 3566 hba = core_alloc_hba(se_plugin_str, plugin_dep_id, 0); in target_core_call_addhbatotarget()
|
Completed in 13 milliseconds