aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb.h
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2009-12-02 16:46:31 +0000
committerDavid S. Miller <davem@davemloft.net>2009-12-02 19:57:11 -0800
commitadeaa9086399780688679f2a7de4243bdbf77295 (patch)
treebdb28d1fed9753ce7fd744a95c668a7cc7775933 /drivers/net/ixgb/ixgb.h
parent602c0554d7b00c9703e1a0bc584e9c583f577642 (diff)
downloadkernel_samsung_tuna-adeaa9086399780688679f2a7de4243bdbf77295.zip
kernel_samsung_tuna-adeaa9086399780688679f2a7de4243bdbf77295.tar.gz
kernel_samsung_tuna-adeaa9086399780688679f2a7de4243bdbf77295.tar.bz2
ixgb: remove use of skb_dma_map from ixgb
skb_dma_map is incompatible with HW iommu due to the fact that multiple mappings can result in different results each time. For this reason it is best to just remove use of these function calls. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r--drivers/net/ixgb/ixgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h
index e95d9b6..5257ae0 100644
--- a/drivers/net/ixgb/ixgb.h
+++ b/drivers/net/ixgb/ixgb.h
@@ -117,6 +117,7 @@ struct ixgb_buffer {
unsigned long time_stamp;
u16 length;
u16 next_to_watch;
+ u16 mapped_as_page;
};
struct ixgb_desc_ring {