Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_rd.c41 rd_host->rd_host_id = host_id; in rd_attach_hba()
57 " Generic Target Core\n", hba->hba_id, rd_host->rd_host_id); in rd_detach_hba()
100 rd_dev->rd_host->rd_host_id, rd_dev->rd_dev_id, page_count, in rd_release_device_space()
207 " %u pages in %u tables\n", rd_dev->rd_host->rd_host_id, in rd_build_device_space()
226 rd_dev->rd_host->rd_host_id, rd_dev->rd_dev_id, page_count, in rd_release_prot_space()
264 " %u pages in %u tables\n", rd_dev->rd_host->rd_host_id, in rd_build_prot_space()
308 rd_host->rd_host_id, rd_dev->rd_dev_id, rd_dev->rd_page_count, in rd_configure_device()
H A Dtarget_core_rd.h54 u32 rd_host_id; /* Unique Ramdisk Host ID */ member