Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_pscsi.c61 hba->hba_ptr = phv; in pscsi_attach_hba()
74 struct pscsi_hba_virt *phv = hba->hba_ptr; in pscsi_detach_hba()
89 hba->hba_ptr = NULL; in pscsi_detach_hba()
94 struct pscsi_hba_virt *phv = hba->hba_ptr; in pscsi_pmode_enable_hba()
352 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_create_type_disk()
397 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_create_type_nondisk()
426 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_configure_device()
557 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_destroy_device()
714 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_set_configfs_dev_params()
789 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_show_configfs_dev_params()
H A Dtarget_core_rd.c43 hba->hba_ptr = rd_host; in rd_attach_hba()
54 struct rd_host *rd_host = hba->hba_ptr; in rd_detach_hba()
60 hba->hba_ptr = NULL; in rd_detach_hba()
273 struct rd_host *rd_host = hba->hba_ptr; in rd_alloc_device()
287 struct rd_host *rd_host = dev->se_hba->hba_ptr; in rd_configure_device()
H A Dtarget_core_file.c49 hba->hba_ptr = fd_host; in fd_attach_hba()
62 struct fd_host *fd_host = hba->hba_ptr; in fd_detach_hba()
68 hba->hba_ptr = NULL; in fd_detach_hba()
74 struct fd_host *fd_host = hba->hba_ptr; in fd_alloc_device()
110 struct fd_host *fd_host = dev->se_hba->hba_ptr; in fd_configure_device()
H A Dtarget_core_user.c1590 hba->hba_ptr = tcmu_hba; in tcmu_attach_hba()
1597 kfree(hba->hba_ptr); in tcmu_detach_hba()
1598 hba->hba_ptr = NULL; in tcmu_detach_hba()
2175 struct tcmu_hba *hba = udev->hba->hba_ptr; in tcmu_update_uio_info()
/openbmc/linux/include/target/
H A Dtarget_core_base.h899 void *hba_ptr; member