Searched refs:mesh_host (Results 1 – 1 of 1) sorted by relevance
1855 struct Scsi_Host *mesh_host; in mesh_probe() local1880 mesh_host = scsi_host_alloc(&mesh_template, sizeof(struct mesh_state)); in mesh_probe()1881 if (mesh_host == NULL) { in mesh_probe()1886 mesh_host->base = macio_resource_start(mdev, 0); in mesh_probe()1887 mesh_host->irq = macio_irq(mdev, 0); in mesh_probe()1888 ms = (struct mesh_state *) mesh_host->hostdata; in mesh_probe()1890 ms->host = mesh_host; in mesh_probe()1912 ms->dma_cmd_size = (mesh_host->sg_tablesize + 2) * sizeof(struct dbdma_cmd); in mesh_probe()1963 if (scsi_add_host(mesh_host, &mdev->ofdev.dev)) in mesh_probe()1965 scsi_scan_host(mesh_host); in mesh_probe()[all …]