net/ixgbe/base: rework X550em_a 1G PHY init
authorXiao Wang <xiao.w.wang@intel.com>
Sun, 25 Sep 2016 08:59:45 +0000 (16:59 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commit4ec839e43b09f3d64ded4fe1fdfecddd597bc2a2
tree93c3872822f9d66b938fde700b706d4a91a63ae7
parentc3dcab83a4f2bcfbb1cd56a4b862c93bc0af3ffa
net/ixgbe/base: rework X550em_a 1G PHY init

Fully initialize X550em_a 1G PHYs; move the PHY definitions from
ixgbe_x550.h to ixgbe_phy.h, where they really belong; define
register numbers in decimal because that is how they are in the spec.

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_phy.c
drivers/net/ixgbe/base/ixgbe_phy.h
drivers/net/ixgbe/base/ixgbe_type.h
drivers/net/ixgbe/base/ixgbe_x550.c
drivers/net/ixgbe/base/ixgbe_x550.h