]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000e: pass pointer to ring struct instead of adapter struct
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:02:04 +0000 (15:02 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:02:04 +0000 (15:02 +0800)
commit6db983cb719e0f11353af5ab3740e71ba4159f55
tree4e06500aa3ffe1076216ecfc021c1b8077a7251b
parentffd3d6035eb70355a75705eaab275c2d46500781
e1000e: pass pointer to ring struct instead of adapter struct

For ring-specific functions, pass a pointer to the ring struct instead of a
pointer to the adapter struct.

(backported from commit 55aa69854a93d7aaf123a882b0b1f93c86cf3c7e)
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/e1000.h
drivers/net/e1000e/ethtool.c
drivers/net/e1000e/netdev.c