]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: pass adapter struct instead of netdev for interrupt data
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 27 May 2011 05:31:32 +0000 (05:31 +0000)
committerJoe Jin <joe.jin@oracle.com>
Fri, 3 Feb 2012 01:15:55 +0000 (09:15 +0800)
commita47315d81646e9bf4cba4dc6aff4bb16ec1d4703
tree3fe1d373ce4b84ff82b97f5de98e07f3fedbb1d2
parent778d9d75aad16e8cabfeef7daaf0f3e29f5d29b0
ixgbe: pass adapter struct instead of netdev for interrupt data

This change makes it so that we pass the adapter struct instead of the
netdev for most of the basic interrupts that are not associated with
q_vectors.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit a65151ba201fe56ac146767e018674a84bfef1a6)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c