Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmac53c94.c56 void *dma_cmd_space; member
413 void *dma_cmd_space; in mac53c94_probe() local
465 dma_cmd_space = kmalloc_array(host->sg_tablesize + 2, in mac53c94_probe()
468 if (!dma_cmd_space) { in mac53c94_probe()
475 state->dma_cmds = (struct dbdma_cmd *)DBDMA_ALIGN(dma_cmd_space); in mac53c94_probe()
478 state->dma_cmd_space = dma_cmd_space; in mac53c94_probe()
498 kfree(state->dma_cmd_space); in mac53c94_probe()
524 kfree(fp->dma_cmd_space); in mac53c94_remove()
H A Dmesh.c170 void *dma_cmd_space; member
1855 void *dma_cmd_space; in mesh_probe() local
1916 dma_cmd_space = dma_alloc_coherent(&macio_get_pci_dev(mdev)->dev, in mesh_probe()
1919 if (dma_cmd_space == NULL) { in mesh_probe()
1924 ms->dma_cmds = (struct dbdma_cmd *) DBDMA_ALIGN(dma_cmd_space); in mesh_probe()
1925 ms->dma_cmd_space = dma_cmd_space; in mesh_probe()
1927 - (unsigned long)dma_cmd_space; in mesh_probe()
1977 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_probe()
2010 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_remove()