Home
last modified time | relevance | path

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

/drivers/scsi/
A Dmesh.c1854 struct Scsi_Host *mesh_host; in mesh_probe() local
1880 if (mesh_host == NULL) { in mesh_probe()
1885 mesh_host->base = macio_resource_start(mdev, 0); in mesh_probe()
1886 mesh_host->irq = macio_irq(mdev, 0); in mesh_probe()
1889 ms->host = mesh_host; in mesh_probe()
1962 if (scsi_add_host(mesh_host, &mdev->ofdev.dev)) in mesh_probe()
1964 scsi_scan_host(mesh_host); in mesh_probe()
1982 scsi_host_put(mesh_host); in mesh_probe()
1992 struct Scsi_Host *mesh_host = ms->host; in mesh_remove() local
1994 scsi_remove_host(mesh_host); in mesh_remove()
[all …]

Completed in 6 milliseconds