Lines Matching refs:rd_host
35 struct rd_host *rd_host;
37 rd_host = kzalloc(sizeof(*rd_host), GFP_KERNEL);
38 if (!rd_host)
41 rd_host->rd_host_id = host_id;
43 hba->hba_ptr = rd_host;
54 struct rd_host *rd_host = hba->hba_ptr;
57 " Generic Target Core\n", hba->hba_id, rd_host->rd_host_id);
59 kfree(rd_host);
100 rd_dev->rd_host->rd_host_id, rd_dev->rd_dev_id, page_count,
207 " %u pages in %u tables\n", rd_dev->rd_host->rd_host_id,
226 rd_dev->rd_host->rd_host_id, rd_dev->rd_dev_id, page_count,
264 " %u pages in %u tables\n", rd_dev->rd_host->rd_host_id,
273 struct rd_host *rd_host = hba->hba_ptr;
279 rd_dev->rd_host = rd_host;
287 struct rd_host *rd_host = dev->se_hba->hba_ptr;
304 rd_dev->rd_dev_id = rd_host->rd_host_dev_id_count++;
308 rd_host->rd_host_id, rd_dev->rd_dev_id, rd_dev->rd_page_count,