Home
last modified time | relevance | path

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

/drivers/scsi/
Dmac53c94.c56 void *dma_cmd_space; member
415 void *dma_cmd_space; in mac53c94_probe() local
467 dma_cmd_space = kmalloc_array(host->sg_tablesize + 2, in mac53c94_probe()
470 if (!dma_cmd_space) { in mac53c94_probe()
477 state->dma_cmds = (struct dbdma_cmd *)DBDMA_ALIGN(dma_cmd_space); in mac53c94_probe()
480 state->dma_cmd_space = dma_cmd_space; in mac53c94_probe()
500 kfree(state->dma_cmd_space); in mac53c94_probe()
526 kfree(fp->dma_cmd_space); in mac53c94_remove()
Dmesh.c170 void *dma_cmd_space; member
1860 void *dma_cmd_space; in mesh_probe() local
1926 dma_cmd_space = dma_alloc_coherent(&macio_get_pci_dev(mdev)->dev, in mesh_probe()
1929 if (dma_cmd_space == NULL) { in mesh_probe()
1934 ms->dma_cmds = (struct dbdma_cmd *) DBDMA_ALIGN(dma_cmd_space); in mesh_probe()
1935 ms->dma_cmd_space = dma_cmd_space; in mesh_probe()
1937 - (unsigned long)dma_cmd_space; in mesh_probe()
1987 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_probe()
2020 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_remove()