Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/i2o/
Dpci.c191 if (i2o_dma_alloc(dev, &c->status, 8)) { in i2o_pci_alloc()
196 if (i2o_dma_alloc(dev, &c->hrt, sizeof(i2o_hrt))) { in i2o_pci_alloc()
201 if (i2o_dma_alloc(dev, &c->dlct, 8192)) { in i2o_pci_alloc()
206 if (i2o_dma_alloc(dev, &c->status_block, sizeof(i2o_status_block))) { in i2o_pci_alloc()
211 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.c267 if (i2o_dma_alloc(&c->pdev->dev, &buffer, fragsize)) { in i2o_cfg_swdl()
346 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()
878 if (i2o_dma_alloc(&c->pdev->dev, p, sg_size)) { in i2o_cfg_passthru()
Ddevice.c478 if (i2o_dma_alloc(dev, &res, reslen)) in i2o_parm_issue()
Di2o.h703 extern int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, size_t len);