Home
last modified time | relevance | path

Searched refs:i2o_dma_alloc (Results 1 – 4 of 4) sorted by relevance

/drivers/message/i2o/
Dpci.c189 if (i2o_dma_alloc(dev, &c->status, 8)) { in i2o_pci_alloc()
194 if (i2o_dma_alloc(dev, &c->hrt, sizeof(i2o_hrt))) { in i2o_pci_alloc()
199 if (i2o_dma_alloc(dev, &c->dlct, 8192)) { in i2o_pci_alloc()
204 if (i2o_dma_alloc(dev, &c->status_block, sizeof(i2o_status_block))) { in i2o_pci_alloc()
209 if (i2o_dma_alloc(dev, &c->out_queue, in i2o_pci_alloc()
Dmemory.c182 int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, size_t len) in i2o_dma_alloc() function
211 EXPORT_SYMBOL_GPL(i2o_dma_alloc);
252 return i2o_dma_alloc(dev, addr, len); in i2o_dma_realloc()
Di2o_config.c263 if (i2o_dma_alloc(&c->pdev->dev, &buffer, fragsize)) { in i2o_cfg_swdl()
342 if (i2o_dma_alloc(&c->pdev->dev, &buffer, fragsize)) { in i2o_cfg_swul()
637 if (i2o_dma_alloc(&c->pdev->dev, p, sg_size)) { in i2o_cfg_passthru32()
873 if (i2o_dma_alloc(&c->pdev->dev, p, sg_size)) { in i2o_cfg_passthru()
Ddevice.c468 if (i2o_dma_alloc(dev, &res, reslen)) in i2o_parm_issue()