Searched refs:ioatdma_device (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma.h38 #define to_ioatdma_device(dev) container_of(dev, struct ioatdma_device, common)
48 * struct ioatdma_device - internal representation of a IOAT device
66 struct ioatdma_device { struct
76 void (*intr_quirk)(struct ioatdma_device *device);
77 int (*enumerate_channels)(struct ioatdma_device *device);
81 int (*self_test)(struct ioatdma_device *device);
101 struct ioatdma_device *device;
217 ioat_chan_by_index(struct ioatdma_device *device, int index)
325 int __devinit ioat_probe(struct ioatdma_device *device);
326 int __devinit ioat_register(struct ioatdma_device *devic
[all...]
H A Dpci.c98 static struct ioatdma_device *
102 struct ioatdma_device *d = devm_kzalloc(dev, sizeof(*d), GFP_KERNEL);
115 struct ioatdma_device *device;
167 struct ioatdma_device *device = pci_get_drvdata(pdev);
H A Ddma.c58 struct ioatdma_device *instance = data;
99 void ioat_init_channel(struct ioatdma_device *device, struct ioat_chan_common *chan, int idx)
122 static int ioat1_enumerate_channels(struct ioatdma_device *device)
277 struct ioatdma_device *ioatdma_device; local
280 ioatdma_device = ioat->base.device;
281 desc = pci_pool_alloc(ioatdma_device->dma_pool, flags, &phys);
287 pci_pool_free(ioatdma_device->dma_pool, desc, phys);
373 struct ioatdma_device *ioatdma_device local
[all...]
H A Ddma_v2.h154 int __devinit ioat2_dma_probe(struct ioatdma_device *dev, int dca);
155 int __devinit ioat3_dma_probe(struct ioatdma_device *dev, int dca);
159 int ioat2_enumerate_channels(struct ioatdma_device *device);
H A Ddma_v2.c351 int ioat2_enumerate_channels(struct ioatdma_device *device)
429 struct ioatdma_device *dma;
454 struct ioatdma_device *dma;
720 struct ioatdma_device *device = chan->device;
783 struct ioatdma_device *device = chan->device;
863 int __devinit ioat2_dma_probe(struct ioatdma_device *device, int dca)
H A Ddma_v3.c844 static int __devinit ioat_xor_val_self_test(struct ioatdma_device *device)
1096 static int __devinit ioat3_dma_self_test(struct ioatdma_device *device)
1115 struct ioatdma_device *device = chan->device;
1146 int __devinit ioat3_dma_probe(struct ioatdma_device *device, int dca)

Completed in 104 milliseconds