Home
last modified time | relevance | path

Searched refs:fd_host (Results 1 – 2 of 2) sorted by relevance

/drivers/target/
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()
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_host = hba->hba_ptr; in fd_detach_hba() local
64 " Target Core\n", hba->hba_id, fd_host->fd_host_id); in fd_detach_hba()
66 kfree(fd_host); in fd_detach_hba()
73 struct fd_host *fd_host = hba->hba_ptr; in fd_alloc_device() local
[all …]
Dtarget_core_file.h43 struct fd_host *fd_host; member
46 struct fd_host { struct