Searched refs:dma_cmd_space (Results 1 – 2 of 2) sorted by relevance
55 void *dma_cmd_space; member415 void *dma_cmd_space; in mac53c94_probe() local468 dma_cmd_space = kmalloc((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()
169 void *dma_cmd_space; member1858 void *dma_cmd_space; in mesh_probe() local1924 dma_cmd_space = pci_zalloc_consistent(macio_get_pci_dev(mdev), in mesh_probe()1926 if (dma_cmd_space == NULL) { in mesh_probe()1931 ms->dma_cmds = (struct dbdma_cmd *) DBDMA_ALIGN(dma_cmd_space); in mesh_probe()1932 ms->dma_cmd_space = dma_cmd_space; in mesh_probe()1934 - (unsigned long)dma_cmd_space; in mesh_probe()1984 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_probe()2017 ms->dma_cmd_space, ms->dma_cmd_bus); in mesh_remove()