Lines Matching full:backend
50 pr_err("backend %s already registered.\n", ops->name); in transport_backend_register()
76 * Wait for any outstanding backend driver ->rcu_head in target_backend_unregister()
78 * call_rcu(), before allowing backend driver module in target_backend_unregister()
126 hba->backend = core_get_backend(plugin_name); in core_alloc_hba()
127 if (!hba->backend) { in core_alloc_hba()
132 ret = hba->backend->ops->attach_hba(hba, plugin_dep_id); in core_alloc_hba()
147 module_put(hba->backend->ops->owner); in core_alloc_hba()
148 hba->backend = NULL; in core_alloc_hba()
159 hba->backend->ops->detach_hba(hba); in core_delete_hba()
168 module_put(hba->backend->ops->owner); in core_delete_hba()
170 hba->backend = NULL; in core_delete_hba()