Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmesh.c247 struct Scsi_Host *mesh_host; in mesh_detect() local
301 mesh_host = scsi_register(tp, sizeof(struct mesh_state)); in mesh_detect()
302 if (mesh_host == 0) { in mesh_detect()
306 mesh_host->unique_id = nmeshes; in mesh_detect()
308 note_scsi_host(mesh, mesh_host); in mesh_detect()
311 ms = (struct mesh_state *) mesh_host->hostdata; in mesh_detect()
315 ms->host = mesh_host; in mesh_detect()
327 dma_cmd_space = kmalloc((mesh_host->sg_tablesize + 2) * in mesh_detect()
332 memset(ms->dma_cmds, 0, (mesh_host->sg_tablesize + 1) in mesh_detect()