]> Pileus Git - ~andy/linux/commit
ixgbe: add function pointer for semaphore function
authorDon Skidmore <donald.c.skidmore@intel.com>
Fri, 25 Feb 2011 01:58:04 +0000 (01:58 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Mar 2011 12:39:37 +0000 (04:39 -0800)
commit5e655105e3e19d746f9e95c514b014c11c3d1b6a
treec2ad547b4479533bb2a3295e0e3b49a27f90b918
parent93cb38dc185f31159d1be70ffcc46802312fa537
ixgbe: add function pointer for semaphore function

The X540 devices grabs semaphores differently than 82599 and 82598
devices do.  They do however also grab them in allot of the same
functions.  So I'm adding a new MAC operation function pointer to
allow us to use the correct function based on our MAC type.  I'm also
changing all the semaphore calls to use this new function pointer.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_82598.c
drivers/net/ixgbe/ixgbe_82599.c
drivers/net/ixgbe/ixgbe_common.c
drivers/net/ixgbe/ixgbe_phy.c
drivers/net/ixgbe/ixgbe_type.h
drivers/net/ixgbe/ixgbe_x540.c