Searched refs:attach_hba (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_backend.h | 29 int (*attach_hba)(struct se_hba *, u32); member
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_hba.c | 132 ret = hba->backend->ops->attach_hba(hba, plugin_dep_id); in core_alloc_hba()
|
H A D | target_core_rd.c | 641 .attach_hba = rd_attach_hba,
|
H A D | target_core_pscsi.c | 1085 .attach_hba = pscsi_attach_hba,
|
H A D | target_core_file.c | 929 .attach_hba = fd_attach_hba,
|
H A D | target_core_iblock.c | 866 .attach_hba = iblock_attach_hba,
|
H A D | target_core_user.c | 2852 .attach_hba = tcmu_attach_hba,
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_hba.c | 132 ret = hba->backend->ops->attach_hba(hba, plugin_dep_id); in core_alloc_hba()
|
H A D | target_core_rd.c | 660 .attach_hba = rd_attach_hba,
|
H A D | target_core_iblock.c | 1159 .attach_hba = iblock_attach_hba,
|
H A D | target_core_pscsi.c | 1042 .attach_hba = pscsi_attach_hba,
|
H A D | target_core_file.c | 921 .attach_hba = fd_attach_hba,
|
H A D | target_core_user.c | 3169 .attach_hba = tcmu_attach_hba,
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_backend.h | 29 int (*attach_hba)(struct se_hba *, u32); member
|
Completed in 23 milliseconds