net/ixgbe/base: support X550em_a 10G PHY
authorXiao Wang <xiao.w.wang@intel.com>
Sun, 25 Sep 2016 08:59:41 +0000 (16:59 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commitc3fb605491b1cb2e1fd4b579b365ae208a139db7
tree9b23985f2e7c467c7bc3e81fbdee5ae0d88cdd68
parent39eab210925bb885ea90bba1b3d6567f295c1e54
net/ixgbe/base: support X550em_a 10G PHY

This patch uses the shared Management Data Input/output (MDIO)
functions ixgbe_read_phy_reg_x550a and ixgbe_write_phy_reg_x550a
for X550em_a 10G PHY which supports flow control auto-negotiation.

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