Home
last modified time | relevance | path

Searched refs:i2o_dma (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/i2o/
Di2o.h483 struct i2o_dma { struct
543 struct i2o_dma status; /* IOP status block */
545 struct i2o_dma hrt; /* HW Resource Table */
547 struct i2o_dma dlct; /* Temp LCT */
549 struct i2o_dma status_block; /* IOP status block */
553 struct i2o_dma out_queue; /* outbound message queue IOP->Host */
616 unsigned long, struct i2o_dma *);
703 extern int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, size_t len);
704 extern void i2o_dma_free(struct device *dev, struct i2o_dma *addr);
705 extern int i2o_dma_realloc(struct device *dev, struct i2o_dma *addr,
Dmemory.c182 int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, size_t len) in i2o_dma_alloc()
221 void i2o_dma_free(struct device *dev, struct i2o_dma *addr) in i2o_dma_free()
247 int i2o_dma_realloc(struct device *dev, struct i2o_dma *addr, size_t len) in i2o_dma_realloc()
Di2o_config.c236 struct i2o_dma buffer; in i2o_cfg_swdl()
314 struct i2o_dma buffer; in i2o_cfg_swul()
535 struct i2o_dma sg_list[SG_TABLESIZE]; in i2o_cfg_passthru32()
624 struct i2o_dma *p; in i2o_cfg_passthru32()
786 struct i2o_dma sg_list[SG_TABLESIZE]; in i2o_cfg_passthru()
847 struct i2o_dma *p; in i2o_cfg_passthru()
Dexec-osm.c50 struct i2o_dma dma; /* DMA buffers to free on failure */
123 unsigned long timeout, struct i2o_dma *dma) in i2o_msg_post_wait_mem()
Ddevice.c472 struct i2o_dma res; in i2o_parm_issue()
Diop.c46 static struct i2o_dma i2o_systab;