Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_file.c38 struct fd_host *fd_host; in fd_attach_hba() local
40 fd_host = kzalloc(sizeof(struct fd_host), GFP_KERNEL); in fd_attach_hba()
41 if (!fd_host) { in fd_attach_hba()
42 pr_err("Unable to allocate memory for struct fd_host\n"); in fd_attach_hba()
46 fd_host->fd_host_id = host_id; in fd_attach_hba()
48 hba->hba_ptr = fd_host; in fd_attach_hba()
54 hba->hba_id, fd_host->fd_host_id); in fd_attach_hba()
61 struct fd_host *fd_hos in fd_detach_hba() local
73 struct fd_host *fd_host = hba->hba_ptr; fd_alloc_device() local
91 struct fd_host *fd_host = dev->se_hba->hba_ptr; fd_configure_device() local
[all...]
H A Dtarget_core_file.h43 struct fd_host *fd_host; member
46 struct fd_host { struct
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_file.c39 struct fd_host *fd_host; in fd_attach_hba() local
41 fd_host = kzalloc(sizeof(struct fd_host), GFP_KERNEL); in fd_attach_hba()
42 if (!fd_host) { in fd_attach_hba()
43 pr_err("Unable to allocate memory for struct fd_host\n"); in fd_attach_hba()
47 fd_host->fd_host_id = host_id; in fd_attach_hba()
49 hba->hba_ptr = fd_host; in fd_attach_hba()
55 hba->hba_id, fd_host->fd_host_id); in fd_attach_hba()
62 struct fd_host *fd_hos in fd_detach_hba() local
74 struct fd_host *fd_host = hba->hba_ptr; fd_alloc_device() local
110 struct fd_host *fd_host = dev->se_hba->hba_ptr; fd_configure_device() local
[all...]
H A Dtarget_core_file.h43 struct fd_host *fd_host; member
46 struct fd_host { struct

Completed in 2 milliseconds