diff options
| author | Alexander Duyck <[email protected]> | 2010-04-27 13:09:25 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-04-27 16:29:50 -0700 |
| commit | 59d71989352deb71bc0bba83802820de765f6e25 (patch) | |
| tree | 817ace76d6535316468983cf8d96cd685ba0be12 /tools/perf/scripts/python/bin | |
| parent | 0be3f55f8aa5f9d1882255128bd79d4885b0cbe4 (diff) | |
igb: convert igb from using PCI DMA functions to using DMA API functions
This patch makes it so that igb now uses the DMA API functions instead of
the PCI API functions. To do this the pci_dev pointer that was in the
rings has been replaced with a device pointer, and as a result all
references to [tr]x_ring->pdev have been replaced with [tr]x_ring->dev.
This patch is based of of work originally done by Nicholas Nunley.
Signed-off-by: Alexander Duyck <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions