Home
last modified time | relevance | path

Searched refs:rd_host (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_rd.c35 struct rd_host *rd_host; in rd_attach_hba() local
37 rd_host = kzalloc(sizeof(*rd_host), GFP_KERNEL); in rd_attach_hba()
38 if (!rd_host) in rd_attach_hba()
41 rd_host->rd_host_id = host_id; in rd_attach_hba()
43 hba->hba_ptr = rd_host; in rd_attach_hba()
54 struct rd_host *rd_host = hba->hba_ptr; in rd_detach_hba() local
57 " Generic Target Core\n", hba->hba_id, rd_host in rd_detach_hba()
273 struct rd_host *rd_host = hba->hba_ptr; rd_alloc_device() local
287 struct rd_host *rd_host = dev->se_hba->hba_ptr; rd_configure_device() local
[all...]
H A Dtarget_core_rd.h48 struct rd_host *rd_host; member
51 struct rd_host { struct
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_rd.c35 struct rd_host *rd_host; in rd_attach_hba() local
37 rd_host = kzalloc(sizeof(*rd_host), GFP_KERNEL); in rd_attach_hba()
38 if (!rd_host) in rd_attach_hba()
41 rd_host->rd_host_id = host_id; in rd_attach_hba()
43 hba->hba_ptr = rd_host; in rd_attach_hba()
54 struct rd_host *rd_host = hba->hba_ptr; in rd_detach_hba() local
57 " Generic Target Core\n", hba->hba_id, rd_host in rd_detach_hba()
273 struct rd_host *rd_host = hba->hba_ptr; rd_alloc_device() local
287 struct rd_host *rd_host = dev->se_hba->hba_ptr; rd_configure_device() local
[all...]
H A Dtarget_core_rd.h49 struct rd_host *rd_host; member
52 struct rd_host { struct

Completed in 2 milliseconds