Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmac53c94.c55 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 == 0) { in mac53c94_probe()
476 state->dma_cmds = (struct dbdma_cmd *)DBDMA_ALIGN(dma_cmd_space); in mac53c94_probe()
479 state->dma_cmd_space = dma_cmd_space; in mac53c94_probe()
499 kfree(state->dma_cmd_space); in mac53c94_probe()
525 kfree(fp->dma_cmd_space); in mac53c94_remove()
Dmesh.c169 void *dma_cmd_space; member
1852 void *dma_cmd_space; in mesh_probe() local
1918 dma_cmd_space = pci_zalloc_consistent(macio_get_pci_dev(mdev), in mesh_probe()
1920 if (dma_cmd_space == NULL) { in mesh_probe()
1925 ms->dma_cmds = (struct dbdma_cmd *) DBDMA_ALIGN(dma_cmd_space); in mesh_probe()
1926 ms->dma_cmd_space = dma_cmd_space; in mesh_probe()
1928 - (unsigned long)dma_cmd_space; in mesh_probe()
1978 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_probe()
2011 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_remove()