Home
last modified time | relevance | path

Searched refs:hba_ptr (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_pscsi.c77 hba->hba_ptr = phv; in pscsi_attach_hba()
90 struct pscsi_hba_virt *phv = hba->hba_ptr; in pscsi_detach_hba()
105 hba->hba_ptr = NULL; in pscsi_detach_hba()
110 struct pscsi_hba_virt *phv = hba->hba_ptr; in pscsi_pmode_enable_hba()
368 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_create_type_disk()
412 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_create_type_rom()
443 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_create_type_other()
463 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_configure_device()
591 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_free_device()
735 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_set_configfs_dev_params()
[all …]
Dtarget_core_rd.c56 hba->hba_ptr = rd_host; in rd_attach_hba()
67 struct rd_host *rd_host = hba->hba_ptr; in rd_detach_hba()
73 hba->hba_ptr = NULL; in rd_detach_hba()
297 struct rd_host *rd_host = hba->hba_ptr; in rd_alloc_device()
313 struct rd_host *rd_host = dev->se_hba->hba_ptr; in rd_configure_device()
Dtarget_core_file.c60 hba->hba_ptr = fd_host; in fd_attach_hba()
73 struct fd_host *fd_host = hba->hba_ptr; in fd_detach_hba()
79 hba->hba_ptr = NULL; in fd_detach_hba()
85 struct fd_host *fd_host = hba->hba_ptr; in fd_alloc_device()
103 struct fd_host *fd_host = dev->se_hba->hba_ptr; in fd_configure_device()
Dtarget_core_user.c682 hba->hba_ptr = tcmu_hba; in tcmu_attach_hba()
689 kfree(hba->hba_ptr); in tcmu_detach_hba()
690 hba->hba_ptr = NULL; in tcmu_detach_hba()
859 struct tcmu_hba *hba = udev->hba->hba_ptr; in tcmu_configure_device()
/linux-4.4.14/include/target/
Dtarget_core_base.h844 void *hba_ptr; member