Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_pscsi.c64 hba->hba_ptr = phv; in pscsi_attach_hba()
77 struct pscsi_hba_virt *phv = hba->hba_ptr; in pscsi_detach_hba()
92 hba->hba_ptr = NULL; in pscsi_detach_hba()
97 struct pscsi_hba_virt *phv = hba->hba_ptr; in pscsi_pmode_enable_hba()
357 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_create_type_disk()
402 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_create_type_nondisk()
431 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_configure_device()
562 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_destroy_device()
722 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_set_configfs_dev_params()
797 struct pscsi_hba_virt *phv = dev->se_hba->hba_ptr; in pscsi_show_configfs_dev_params()
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()
Dtarget_core_file.c48 hba->hba_ptr = fd_host; in fd_attach_hba()
61 struct fd_host *fd_host = hba->hba_ptr; in fd_detach_hba()
67 hba->hba_ptr = NULL; in fd_detach_hba()
73 struct fd_host *fd_host = hba->hba_ptr; in fd_alloc_device()
91 struct fd_host *fd_host = dev->se_hba->hba_ptr; in fd_configure_device()
Dtarget_core_user.c1535 hba->hba_ptr = tcmu_hba; in tcmu_attach_hba()
1542 kfree(hba->hba_ptr); in tcmu_detach_hba()
1543 hba->hba_ptr = NULL; in tcmu_detach_hba()
2033 struct tcmu_hba *hba = udev->hba->hba_ptr; in tcmu_update_uio_info()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h855 void *hba_ptr; member