Searched refs:i2o_dma_free (Results 1 – 5 of 5) sorted by relevance
/drivers/message/i2o/ |
D | pci.c | 59 i2o_dma_free(dev, &c->out_queue); in i2o_pci_free() 60 i2o_dma_free(dev, &c->status_block); in i2o_pci_free() 62 i2o_dma_free(dev, &c->dlct); in i2o_pci_free() 63 i2o_dma_free(dev, &c->hrt); in i2o_pci_free() 64 i2o_dma_free(dev, &c->status); in i2o_pci_free()
|
D | memory.c | 221 void i2o_dma_free(struct device *dev, struct i2o_dma *addr) in i2o_dma_free() function 232 EXPORT_SYMBOL_GPL(i2o_dma_free); 249 i2o_dma_free(dev, addr); in i2o_dma_realloc()
|
D | i2o_config.c | 270 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swdl() 293 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swdl() 365 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swul() 374 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swul() 737 i2o_dma_free(&c->pdev->dev, &sg_list[i]); in i2o_cfg_passthru32() 973 i2o_dma_free(&c->pdev->dev, &sg_list[i]); in i2o_cfg_passthru()
|
D | device.c | 473 i2o_dma_free(dev, &res); in i2o_parm_issue() 498 i2o_dma_free(dev, &res); in i2o_parm_issue()
|
D | exec-osm.c | 254 i2o_dma_free(dev, &wait->dma); in i2o_msg_post_wait_complete()
|